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