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.cpp1903 string vecMatName = string(precName) + "_" + getDataTypeName(rowVecType) + "_" + matTypeName; in init() local
1905 …inGroup->addChild(new ShaderMatrixCase(m_context, (vecMatName + "_vertex").c_str(), "Vector-matri… in init()
1906 …inGroup->addChild(new ShaderMatrixCase(m_context, (vecMatName + "_fragment").c_str(), "Vector-matr… in init()
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderMatrixTests.cpp2091 string vecMatName = string(precName) + "_" + getDataTypeName(rowVecType) + "_" + matTypeName; in init() local
2093 …inGroup->addChild(new ShaderMatrixCase(m_testCtx, (vecMatName + "_vertex").c_str(), "Vector-matri… in init()
2094 …inGroup->addChild(new ShaderMatrixCase(m_testCtx, (vecMatName + "_fragment").c_str(), "Vector-matr… in init()