Home
last modified time | relevance | path

Searched refs:vecMatName (Results 1 – 3 of 3) sorted by relevance

/external/deqp/modules/gles2/functional/
Des2fShaderMatrixTests.cpp1188 …string vecMatName = string(inTypeList[inTypeNdx].name) + "_" + precName + "_" + getDataTypeName(ve… in init() local
1189 …opGroup->addChild(new ShaderMatrixCase(m_context, (vecMatName + "_vertex").c_str(), "Vector-matri… in init()
1190 …opGroup->addChild(new ShaderMatrixCase(m_context, (vecMatName + "_fragment").c_str(), "Vector-matr… in init()
/external/deqp/modules/gles3/functional/
Des3fShaderMatrixTests.cpp1917 string vecMatName = string(precName) + "_" + getDataTypeName(rowVecType) + "_" + matTypeName; in init() local
1919 …inGroup->addChild(new ShaderMatrixCase(m_context, (vecMatName + "_vertex").c_str(), "Vector-matri… in init()
1920 …inGroup->addChild(new ShaderMatrixCase(m_context, (vecMatName + "_fragment").c_str(), "Vector-matr… in init()
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderMatrixTests.cpp2105 string vecMatName = string(precName) + "_" + getDataTypeName(rowVecType) + "_" + matTypeName; in init() local
2107 …inGroup->addChild(new ShaderMatrixCase(m_testCtx, (vecMatName + "_vertex").c_str(), "Vector-matri… in init()
2108 …inGroup->addChild(new ShaderMatrixCase(m_testCtx, (vecMatName + "_fragment").c_str(), "Vector-matr… in init()