Home
last modified time | relevance | path

Searched refs:evaluationSource (Results 1 – 13 of 13) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/subgroups/
DvktSubgroupsBasicTests.cpp733 const string evaluationSource = in initFrameBufferPrograms() local
823 programCollection.spirvAsmSources.add("tese") << evaluationSource << buildOptionsSpr; in initFrameBufferPrograms()
974 const string evaluationSource = in initFrameBufferPrograms() local
1046 programCollection.spirvAsmSources.add("tese") << evaluationSource << buildOptionsSpr; in initFrameBufferPrograms()
1221 std::ostringstream evaluationSource; in initFrameBufferPrograms() local
1236 evaluationSource << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_450)<<"\n" in initFrameBufferPrograms()
1273 << glu::TessellationEvaluationSource(evaluationSource.str()) << buildOptions; in initFrameBufferPrograms()
1278 std::ostringstream evaluationSource; in initFrameBufferPrograms() local
1319 evaluationSource << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_450)<<"\n" in initFrameBufferPrograms()
1335 << glu::TessellationEvaluationSource(evaluationSource.str()) << buildOptions; in initFrameBufferPrograms()
DvktSubgroupsQuadTests.cpp250 ostringstream evaluationSource; in initFrameBufferPrograms() local
251 evaluationSource << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_450)<<"\n" in initFrameBufferPrograms()
268 evaluationSource << " " << subgroups::getFormatNameForGLSL(caseDef.format) << " op = " in initFrameBufferPrograms()
274 evaluationSource << " " << subgroups::getFormatNameForGLSL(caseDef.format) << " op = " in initFrameBufferPrograms()
279 evaluationSource << " if (subgroupBallotBitExtract(mask, otherID))\n" in initFrameBufferPrograms()
292 << glu::TessellationEvaluationSource(evaluationSource.str()) << buildOptions; in initFrameBufferPrograms()
DvktSubgroupsBallotOtherTests.cpp314 std::ostringstream evaluationSource; in initFrameBufferPrograms() local
315 evaluationSource << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_450)<<"\n" in initFrameBufferPrograms()
328 << glu::TessellationEvaluationSource(evaluationSource.str()) << buildOptions; in initFrameBufferPrograms()
DvktSubgroupsShapeTests.cpp211 std::ostringstream evaluationSource; in initFrameBufferPrograms() local
213 evaluationSource << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_450)<<"\n" in initFrameBufferPrograms()
226 << glu::TessellationEvaluationSource(evaluationSource.str()) << buildOptions; in initFrameBufferPrograms()
DvktSubgroupsBuiltinVarTests.cpp566 const string evaluationSource = in initFrameBufferPrograms() local
653 programCollection.spirvAsmSources.add("tese") << evaluationSource << buildOptionsSpr; in initFrameBufferPrograms()
787 const string evaluationSource = in initFrameBufferPrograms() local
859 programCollection.spirvAsmSources.add("tese") << evaluationSource << buildOptionsSpr; in initFrameBufferPrograms()
DvktSubgroupsBallotBroadcastTests.cpp229 std::ostringstream evaluationSource; in initFrameBufferPrograms() local
230 evaluationSource << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_450)<<"\n" in initFrameBufferPrograms()
248 << glu::TessellationEvaluationSource(evaluationSource.str()) << buildOptions; in initFrameBufferPrograms()
DvktSubgroupsShuffleTests.cpp242 std::ostringstream evaluationSource; in initFrameBufferPrograms() local
243 evaluationSource << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_450)<<"\n" in initFrameBufferPrograms()
266 << glu::TessellationEvaluationSource(evaluationSource.str()) << buildOptions; in initFrameBufferPrograms()
DvktSubgroupsBallotTests.cpp559 const string evaluationSource = in initFrameBufferPrograms() local
693 programCollection.spirvAsmSources.add("tese") << evaluationSource << buildOptionsSpr; in initFrameBufferPrograms()
DvktSubgroupsBuiltinMaskVarTests.cpp470 const string evaluationSource = in initFrameBufferPrograms() local
688 programCollection.spirvAsmSources.add("tese") << evaluationSource << buildOptionsSpr; in initFrameBufferPrograms()
DvktSubgroupsPartitionedTests.cpp589 std::ostringstream evaluationSource; in initFrameBufferPrograms() local
590 evaluationSource << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_450)<<"\n" in initFrameBufferPrograms()
610 …programCollection.glslSources.add("tese") << glu::TessellationEvaluationSource(evaluationSource.st… in initFrameBufferPrograms()
DvktSubgroupsClusteredTests.cpp448 std::ostringstream evaluationSource; in initFrameBufferPrograms() local
450 evaluationSource << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_450)<<"\n" in initFrameBufferPrograms()
470 << glu::TessellationEvaluationSource(evaluationSource.str()) << buildOptions; in initFrameBufferPrograms()
DvktSubgroupsArithmeticTests.cpp546 std::ostringstream evaluationSource; in initFrameBufferPrograms() local
547 evaluationSource << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_450)<<"\n" in initFrameBufferPrograms()
566 …programCollection.glslSources.add("tese") << glu::TessellationEvaluationSource(evaluationSource.st… in initFrameBufferPrograms()
DvktSubgroupsVoteTests.cpp242 std::ostringstream evaluationSource; in initFrameBufferPrograms() local
243 evaluationSource << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_450)<<"\n" in initFrameBufferPrograms()
264 << glu::TessellationEvaluationSource(evaluationSource.str()) << buildOptions; in initFrameBufferPrograms()