OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:evalSubscriptMat2x3
(Results
1 - 3
of
3
) sorted by null
/external/deqp/modules/gles3/functional/
es3fShaderIndexingTests.cpp
772
void
evalSubscriptMat2x3
(ShaderEvalContext& c) { c.color.xyz() = c.coords.swizzle(0,1,2) + 0.5f*c.coords.swizzle(1,2,3); }
788
case TYPE_FLOAT_MAT2X3: return
evalSubscriptMat2x3
;
[
all
...]
/external/deqp/external/openglcts/modules/common/
glcShaderIndexingTests.cpp
851
void
evalSubscriptMat2x3
(ShaderEvalContext& c)
896
return
evalSubscriptMat2x3
;
[
all
...]
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRenderIndexingTests.cpp
845
void
evalSubscriptMat2x3
(ShaderEvalContext& c) { c.color.xyz() = c.coords.swizzle(0,1,2) + 0.5f*c.coords.swizzle(1,2,3); }
861
case TYPE_FLOAT_MAT2X3: return
evalSubscriptMat2x3
;
[
all
...]
Completed in 325 milliseconds