Home
last modified time | relevance | path

Searched refs:evalSubscriptMat2x3 (Results 1 – 4 of 4) sorted by relevance

/third_party/vk-gl-cts/modules/gles3/functional/
Des3fShaderIndexingTests.cpp772 void evalSubscriptMat2x3 (ShaderEvalContext& c) { c.color.xyz() = c.coords.swizzle(0,1,2) + 0.5f*c.… in evalSubscriptMat2x3() function
788 case TYPE_FLOAT_MAT2X3: return evalSubscriptMat2x3; in getMatrixSubscriptEvalFunc()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderIndexingTests.cpp881 void evalSubscriptMat2x3 (ShaderEvalContext& c) { c.color.xyz() = c.coords.swizzle(0,1,2) + 0.5f*c.… in evalSubscriptMat2x3() function
897 case TYPE_FLOAT_MAT2X3: return evalSubscriptMat2x3; in getMatrixSubscriptEvalFunc()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/
DvktShaderRenderIndexingTests.cpp887 void evalSubscriptMat2x3 (ShaderEvalContext& c) { c.color.xyz() = c.coords.swizzle(0,1,2) + 0.5f*c.… in evalSubscriptMat2x3() function
903 case TYPE_FLOAT_MAT2X3: return evalSubscriptMat2x3; in getMatrixSubscriptEvalFunc()
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcShaderIndexingTests.cpp894 void evalSubscriptMat2x3(ShaderEvalContext& c) in evalSubscriptMat2x3() function
939 return evalSubscriptMat2x3; in getMatrixSubscriptEvalFunc()