Home
last modified time | relevance | path

Searched refs:evalSubscriptVec2 (Results 1 – 5 of 5) sorted by relevance

/third_party/vk-gl-cts/modules/gles2/functional/
Des2fShaderIndexingTests.cpp679 void evalSubscriptVec2 (ShaderEvalContext& c) { c.color.xyz() = Vec3(c.coords.x() + 0.5f*c.coords.y… in evalSubscriptVec2() function
685 if (dataType == TYPE_FLOAT_VEC2) return evalSubscriptVec2; in getVectorSubscriptEvalFunc()
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fShaderIndexingTests.cpp589 void evalSubscriptVec2 (ShaderEvalContext& c) { c.color.xyz() = Vec3(c.coords.x() + 0.5f*c.coords.y… in evalSubscriptVec2() function
595 if (dataType == TYPE_FLOAT_VEC2) return evalSubscriptVec2; in getVectorSubscriptEvalFunc()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderIndexingTests.cpp694 void evalSubscriptVec2 (ShaderEvalContext& c) { c.color.xyz() = Vec3(c.coords.x() + 0.5f*c.coords.y… in evalSubscriptVec2() function
700 if (dataType == TYPE_FLOAT_VEC2) return evalSubscriptVec2; in getVectorSubscriptEvalFunc()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/
DvktShaderRenderIndexingTests.cpp699 void evalSubscriptVec2 (ShaderEvalContext& c) { c.color.xyz() = Vec3(c.coords.x() + 0.5f*c.coords.y… in evalSubscriptVec2() function
705 if (dataType == TYPE_FLOAT_VEC2) return evalSubscriptVec2; in getVectorSubscriptEvalFunc()
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcShaderIndexingTests.cpp672 void evalSubscriptVec2(ShaderEvalContext& c) in evalSubscriptVec2() function
688 return evalSubscriptVec2; in getVectorSubscriptEvalFunc()