OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:incrementStr
(Results
1 - 3
of
3
) sorted by null
/external/deqp/modules/gles3/functional/
es3fShaderLoopTests.cpp
360
string
incrementStr
;
362
incrementStr
= "ndx++";
366
incrementStr
= string("ndx += ") + de::toString(1.0f / (float)numLoopIters);
368
incrementStr
= string("ndx += ") + getFloatFractionUniformName(numLoopIters);
370
incrementStr
= string("ndx += ") + getFloatFractionUniformName(numLoopIters) + "*one";
382
op << " for (" + loopCountDeclStr + "; " + loopCmpStr + "; " +
incrementStr
+ ")\n";
393
op << "\t\t" +
incrementStr
+ ";\n";
402
op << "\t\t" +
incrementStr
+ ";\n";
[
all
...]
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRenderLoopTests.cpp
440
std::string
incrementStr
;
442
incrementStr
= "ndx++";
446
incrementStr
= std::string("ndx += ") + de::toString(1.0f / (float)numLoopIters);
448
incrementStr
= std::string("ndx += ") + getFloatFractionUniformName(numLoopIters);
450
incrementStr
= std::string("ndx += ") + getFloatFractionUniformName(numLoopIters) + "*one";
462
op << " for (" + loopCountDeclStr + "; " + loopCmpStr + "; " +
incrementStr
+ ")\n";
473
op << "\t\t" +
incrementStr
+ ";\n";
482
op << "\t\t" +
incrementStr
+ ";\n";
[
all
...]
/external/deqp/modules/gles2/functional/
es2fShaderLoopTests.cpp
388
string
incrementStr
;
390
incrementStr
= "ndx++";
394
incrementStr
= string("ndx += ") + de::toString(1.0f / (float)numLoopIters);
396
incrementStr
= string("ndx += ") + getFloatFractionUniformName(numLoopIters);
398
incrementStr
= string("ndx += ") + getFloatFractionUniformName(numLoopIters) + "*one";
410
op << " for (" + loopCountDeclStr + "; " + loopCmpStr + "; " +
incrementStr
+ ")\n";
421
op << "\t\t" +
incrementStr
+ ";\n";
430
op << "\t\t" +
incrementStr
+ ";\n";
[
all
...]
Completed in 240 milliseconds