OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:s_constInMat3x4
(Results
1 - 2
of
2
) sorted by null
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRenderMatrixTests.cpp
167
static const float
s_constInMat3x4
[2][12] =
501
template <> inline tcu::Mat3x4 getInputValue<INPUTTYPE_CONST, TYPE_FLOAT_MAT3X4> (const ShaderEvalContext& evalCtx, int inputNdx) { DE_UNREF(evalCtx); return tcu::Mat3x4(
s_constInMat3x4
[inputNdx]); }
[
all
...]
/external/deqp/modules/gles3/functional/
es3fShaderMatrixTests.cpp
172
static const float
s_constInMat3x4
[2][12] =
506
template <> inline tcu::Mat3x4 getInputValue<INPUTTYPE_CONST, TYPE_FLOAT_MAT3X4> (const ShaderEvalContext& evalCtx, int inputNdx) { DE_UNREF(evalCtx); return tcu::Mat3x4(
s_constInMat3x4
[inputNdx]); }
[
all
...]
Completed in 217 milliseconds