/external/deqp/external/vulkancts/modules/vulkan/subgroups/ |
D | vktSubgroupsBasicTests.cpp | 733 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()
|
D | vktSubgroupsQuadTests.cpp | 250 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()
|
D | vktSubgroupsBallotOtherTests.cpp | 314 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()
|
D | vktSubgroupsShapeTests.cpp | 211 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()
|
D | vktSubgroupsBuiltinVarTests.cpp | 566 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()
|
D | vktSubgroupsBallotBroadcastTests.cpp | 229 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()
|
D | vktSubgroupsShuffleTests.cpp | 242 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()
|
D | vktSubgroupsBallotTests.cpp | 559 const string evaluationSource = in initFrameBufferPrograms() local 693 programCollection.spirvAsmSources.add("tese") << evaluationSource << buildOptionsSpr; in initFrameBufferPrograms()
|
D | vktSubgroupsBuiltinMaskVarTests.cpp | 470 const string evaluationSource = in initFrameBufferPrograms() local 688 programCollection.spirvAsmSources.add("tese") << evaluationSource << buildOptionsSpr; in initFrameBufferPrograms()
|
D | vktSubgroupsPartitionedTests.cpp | 589 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()
|
D | vktSubgroupsClusteredTests.cpp | 448 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()
|
D | vktSubgroupsArithmeticTests.cpp | 546 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()
|
D | vktSubgroupsVoteTests.cpp | 242 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()
|