Searched refs:getIntUniformName (Results 1 - 12 of 12) sorted by relevance

/external/deqp/modules/gles3/functional/
H A Des3fShaderLoopTests.cpp284 op << "uniform ${COUNTER_PRECISION} int " << getIntUniformName(numLoopIters) << ";\n";
338 iterMaxStr = getIntUniformName(numLoopIters);
340 iterMaxStr = string(getIntUniformName(numLoopIters)) + "*one";
683 forLoopStr = string("for (") + counterPrecisionStr + " int i = 0; i < " + getIntUniformName(iterCount) + "; i++)";
685 forLoopStr = string("for (") + counterPrecisionStr + " int i = 0; i < one*" + getIntUniformName(iterCount) + "; i++)";
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) + ")";
1052 doWhileLoopPostStr = string(" while (++i < ") + getIntUniformName(iterCount) + ");\n";
1054 doWhileLoopPostStr = string(" while (++i < one*") + getIntUniformName(iterCount) + ");\n";
1095 iterCountStr = getIntUniformName(iterCoun
[all...]
H A Des3fShaderIndexingTests.cpp610 const char* vecLenName = getIntUniformName(vecLen);
811 const char* matSizeName = getIntUniformName(numCols);
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRenderLoopTests.cpp42 static const char* getIntUniformName (int number) function in namespace:vkt::sr::__anon4513
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) + ")";
1174 doWhileLoopPostStr = std::string(" while (++i < ") + getIntUniformName(iterCount) + ");\n";
1176 doWhileLoopPostStr = std::string(" while (++i < one*") + getIntUniformName(iterCoun
[all...]
H A DvktShaderRenderIndexingTests.cpp129 static const char* getIntUniformName (int number) function in namespace:vkt::sr::__anon4512
684 const char* vecLenName = getIntUniformName(vecLen);
890 const char* matSizeName = getIntUniformName(numCols);
/external/deqp/external/openglcts/modules/common/
H A DglcShaderLoopTests.cpp262 op << "uniform ${COUNTER_PRECISION} int " << getIntUniformName(numLoopIters) << ";\n";
316 iterMaxStr = getIntUniformName(numLoopIters);
318 iterMaxStr = string(getIntUniformName(numLoopIters)) + "*one";
670 string("for (") + counterPrecisionStr + " int i = 0; i < " + getIntUniformName(iterCount) + "; i++)";
672 forLoopStr = string("for (") + counterPrecisionStr + " int i = 0; i < one*" + getIntUniformName(iterCount) +
855 getIntUniformName(iterCount) + ")";
858 getIntUniformName(iterCount) + ")";
1044 doWhileLoopPostStr = string(" while (++i < ") + getIntUniformName(iterCount) + ");\n";
1046 doWhileLoopPostStr = string(" while (++i < one*") + getIntUniformName(iterCount) + ");\n";
1087 iterCountStr = getIntUniformName(iterCoun
[all...]
H A DglcShaderRenderCase.hpp306 const char* getIntUniformName(int number);
H A DglcShaderIndexingTests.cpp664 const char* vecLenName = getIntUniformName(vecLen);
931 const char* matSizeName = getIntUniformName(numCols);
H A DglcShaderRenderCase.cpp818 const char* getIntUniformName(int number) function in namespace:deqp
/external/deqp/modules/gles2/functional/
H A Des2fShaderLoopTests.cpp312 op << "uniform ${COUNTER_PRECISION} int " << getIntUniformName(numLoopIters) << ";\n";
366 iterMaxStr = getIntUniformName(numLoopIters);
368 iterMaxStr = string(getIntUniformName(numLoopIters)) + "*one";
748 forLoopStr = string("for (") + counterPrecisionStr + " int i = 0; i < " + getIntUniformName(iterCount) + "; i++)";
750 forLoopStr = string("for (") + counterPrecisionStr + " int i = 0; i < one*" + getIntUniformName(iterCount) + "; i++)";
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) + ")";
1159 doWhileLoopPostStr = string(" while (++i < ") + getIntUniformName(iterCount) + ");\n";
1161 doWhileLoopPostStr = string(" while (++i < one*") + getIntUniformName(iterCount) + ");\n";
1202 iterCountStr = getIntUniformName(iterCoun
[all...]
H A Des2fShaderIndexingTests.cpp655 const char* vecLenName = getIntUniformName(vecLen);
841 const char* matSizeName = getIntUniformName(matSize);
/external/deqp/modules/glshared/
H A DglsShaderRenderCase.hpp260 const char* getIntUniformName (int number);
H A DglsShaderRenderCase.cpp756 const char* getIntUniformName (int number) function in namespace:deqp::gls

Completed in 290 milliseconds