HomeSort by relevance Sort by last modified time
    Searched refs:evalSwitchStatic (Results 1 - 3 of 3) sorted by null

  /external/deqp/modules/gles3/functional/
es3fShaderSwitchTests.cpp 75 static void evalSwitchStatic (ShaderEvalContext& evalCtx) { evalCtx.color.xyz() = evalCtx.coords.swizzle(1,2,3); }
151 type == SWITCHTYPE_STATIC ? evalSwitchStatic :
  /external/deqp/external/openglcts/modules/common/
glcShaderSwitchTests.cpp 68 static void evalSwitchStatic(ShaderEvalContext& evalCtx)
164 evalSwitchStatic :
  /external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRenderSwitchTests.cpp 92 static void evalSwitchStatic (ShaderEvalContext& evalCtx) { evalCtx.color.xyz() = evalCtx.coords.swizzle(1,2,3); }
168 type == SWITCHTYPE_STATIC ? evalSwitchStatic :

Completed in 334 milliseconds