Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/modules/gles3/functional/
Des3fShaderIndexingTests.cpp780 void evalSubscriptMat4x3 (ShaderEvalContext& c) { c.color.xyz() = c.coords.swizzle(0,1,2) + 0.5f*c.… in evalSubscriptMat4x3() function
794 case TYPE_FLOAT_MAT4X3: return evalSubscriptMat4x3; in getMatrixSubscriptEvalFunc()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderIndexingTests.cpp889 void evalSubscriptMat4x3 (ShaderEvalContext& c) { c.color.xyz() = c.coords.swizzle(0,1,2) + 0.5f*c.… in evalSubscriptMat4x3() function
903 case TYPE_FLOAT_MAT4X3: return evalSubscriptMat4x3; in getMatrixSubscriptEvalFunc()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/
DvktShaderRenderIndexingTests.cpp895 void evalSubscriptMat4x3 (ShaderEvalContext& c) { c.color.xyz() = c.coords.swizzle(0,1,2) + 0.5f*c.… in evalSubscriptMat4x3() function
909 case TYPE_FLOAT_MAT4X3: return evalSubscriptMat4x3; in getMatrixSubscriptEvalFunc()
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcShaderIndexingTests.cpp921 void evalSubscriptMat4x3(ShaderEvalContext& c) in evalSubscriptMat4x3() function
951 return evalSubscriptMat4x3; in getMatrixSubscriptEvalFunc()