OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:precisionname
(Results
1 - 5
of
5
) sorted by null
/external/deqp/modules/gles2/functional/
es2fShaderInvarianceTests.cpp
481
const char* const
precisionName
= precisions[precNdx].name;
483
tcu::TestCaseGroup* const group = new tcu::TestCaseGroup(m_testCtx,
precisionName
, "Invariance tests using the given precision.");
489
<< FormatArgument("IN_PREC",
precisionName
)
[
all
...]
es2fShaderLoopTests.cpp
[
all
...]
/external/deqp/modules/gles3/functional/
es3fShaderInvarianceTests.cpp
483
const char* const
precisionName
= precisions[precNdx].name;
485
tcu::TestCaseGroup* const group = new tcu::TestCaseGroup(m_testCtx,
precisionName
, "Invariance tests using the given precision.");
491
<< FormatArgument("IN_PREC",
precisionName
)
[
all
...]
es3fShaderLoopTests.cpp
[
all
...]
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRenderLoopTests.cpp
[
all
...]
Completed in 95 milliseconds