Home
last modified time | relevance | path

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

/external/deqp/modules/gles3/functional/
Des3fShaderIndexingTests.cpp775 void evalSubscriptMat3x2 (ShaderEvalContext& c) { c.color.xy() = c.coords.swizzle(0,1) + 0.5f*c.coo… in evalSubscriptMat3x2() function
790 case TYPE_FLOAT_MAT3X2: return evalSubscriptMat3x2; in getMatrixSubscriptEvalFunc()
/external/deqp/external/openglcts/modules/common/
DglcShaderIndexingTests.cpp860 void evalSubscriptMat3x2(ShaderEvalContext& c) in evalSubscriptMat3x2() function
900 return evalSubscriptMat3x2; in getMatrixSubscriptEvalFunc()
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderIndexingTests.cpp848 void evalSubscriptMat3x2 (ShaderEvalContext& c) { c.color.xy() = c.coords.swizzle(0,1) + 0.5f*c.coo… in evalSubscriptMat3x2() function
863 case TYPE_FLOAT_MAT3X2: return evalSubscriptMat3x2; in getMatrixSubscriptEvalFunc()