OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getIntUniformName
(Results
1 - 3
of
3
) sorted by null
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRenderIndexingTests.cpp
129
static const char*
getIntUniformName
(int number)
684
const char* vecLenName =
getIntUniformName
(vecLen);
890
const char* matSizeName =
getIntUniformName
(numCols);
[
all
...]
vktShaderRenderLoopTests.cpp
42
static const char*
getIntUniformName
(int number)
349
op << " ${COUNTER_PRECISION} int " <<
getIntUniformName
(numLoopIters) << ";\n";
418
iterMaxStr =
getIntUniformName
(numLoopIters);
420
iterMaxStr = std::string(
getIntUniformName
(numLoopIters)) + "*one";
805
forLoopStr = std::string("for (") + counterPrecisionStr + " int i = 0; i < " +
getIntUniformName
(iterCount) + "; i++)";
807
forLoopStr = std::string("for (") + counterPrecisionStr + " int i = 0; i < one*" +
getIntUniformName
(iterCount) + "; i++)";
987
whileLoopStr = std::string("\t") + counterPrecisionStr + " int i = 0;\n" + " while(i++ < " +
getIntUniformName
(iterCount) + ")";
989
whileLoopStr = std::string("\t") + counterPrecisionStr + " int i = 0;\n" + " while(i++ < one*" +
getIntUniformName
(iterCount) + ")";
[
all
...]
/external/deqp/modules/glshared/
glsShaderRenderCase.cpp
756
const char*
getIntUniformName
(int number)
Completed in 662 milliseconds