OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:s_constInMat2x4
(Results
1 - 2
of
2
) sorted by null
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRenderMatrixTests.cpp
152
static const float
s_constInMat2x4
[2][8] =
498
template <> inline tcu::Mat2x4 getInputValue<INPUTTYPE_CONST, TYPE_FLOAT_MAT2X4> (const ShaderEvalContext& evalCtx, int inputNdx) { DE_UNREF(evalCtx); return tcu::Mat2x4(
s_constInMat2x4
[inputNdx]); }
[
all
...]
/external/deqp/modules/gles3/functional/
es3fShaderMatrixTests.cpp
157
static const float
s_constInMat2x4
[2][8] =
503
template <> inline tcu::Mat2x4 getInputValue<INPUTTYPE_CONST, TYPE_FLOAT_MAT2X4> (const ShaderEvalContext& evalCtx, int inputNdx) { DE_UNREF(evalCtx); return tcu::Mat2x4(
s_constInMat2x4
[inputNdx]); }
[
all
...]
Completed in 66 milliseconds