OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:whileLoopStr
(Results
1 - 3
of
3
) sorted by null
/external/deqp/modules/gles3/functional/
es3fShaderLoopTests.cpp
514
string
whileLoopStr
;
863
whileLoopStr
= string("\t") + counterPrecisionStr + " int i = 0;\n" + " while(i++ < " + de::toString(iterCount) + ")";
865
whileLoopStr
= string("\t") + counterPrecisionStr + " int i = 0;\n" + " while(i++ < " + getIntUniformName(iterCount) + ")";
867
whileLoopStr
= string("\t") + counterPrecisionStr + " int i = 0;\n" + " while(i++ < one*" + getIntUniformName(iterCount) + ")";
1112
params.insert(pair<string, string>("WHILE_LOOP",
whileLoopStr
));
[
all
...]
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRenderLoopTests.cpp
636
std::string
whileLoopStr
;
985
whileLoopStr
= std::string("\t") + counterPrecisionStr + " int i = 0;\n" + " while(i++ < " + de::toString(iterCount) + ")";
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/gles2/functional/
es2fShaderLoopTests.cpp
558
string
whileLoopStr
;
949
whileLoopStr
= string("\t") + counterPrecisionStr + " int i = 0;\n" + " while(i++ < " + de::toString(iterCount) + ")";
951
whileLoopStr
= string("\t") + counterPrecisionStr + " int i = 0;\n" + " while(i++ < " + getIntUniformName(iterCount) + ")";
953
whileLoopStr
= string("\t") + counterPrecisionStr + " int i = 0;\n" + " while(i++ < one*" + getIntUniformName(iterCount) + ")";
[
all
...]
Completed in 457 milliseconds