Home
last modified time | relevance | path

Searched refs:tese (Results 1 - 25 of 36) sorted by relevance

12

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shader_object/
H A DvktShaderObjectCreateTests.cpp74 const auto& tese = binaries.get("tese"); in iterate() local
182 tese.getSize(), // size_t codeSize; in iterate()
183 tese.getBinary(), // const void* pCode; in iterate()
340 std::stringstream tese; in initPrograms() local
370 tese in initPrograms()
442 programCollection.glslSources.add("tese") << glu::TessellationEvaluationSource(tese.str()); in initPrograms()
666 std::stringstream tese; in initPrograms() local
696 tese in initPrograms()
[all...]
H A DvktShaderObjectPipelineInteractionTests.cpp191 const auto& tese = binaries.get("tese"); in iterate() local
205 vk::VkShaderCreateInfoEXT teseCreateInfo = vk::makeShaderCreateInfo(vk::VK_SHADER_STAGE_TESSELLATION_EVALUATION_BIT, tese, tessellationSupported, geometrySupported); in iterate()
227 const auto teseShaderModule = createShaderModule(vk, device, tese); in iterate()
675 std::stringstream tese; in initPrograms() local
716 tese in initPrograms()
783 programCollection.glslSources.add("tese") << glu::TessellationEvaluationSource(tese.str()); in initPrograms()
889 const auto& tese = binaries.get("tese"); in iterate() local
1139 std::stringstream tese; initPrograms() local
[all...]
H A DvktShaderObjectMiscTests.cpp1245 teseShaderModule = vk::createShaderModule(vk, device, binaries.get("tese"));
1453 teseShader = vk::createShader(vk, device, vk::makeShaderCreateInfo(vk::VK_SHADER_STAGE_TESSELLATION_EVALUATION_BIT, binaries.get("tese"), tessellationSupported, geometrySupported, &*descriptorSetLayout));
1911 std::stringstream tese;
1954 tese
1957 tese << "layout(isolines, equal_spacing) in;\n";
1959 tese << "layout(quads, equal_spacing) in;\n";
1960 tese << "layout(binding = 0) buffer Output {\n"
2032 programCollection.glslSources.add("tese") << glu::TessellationEvaluationSource(tese.str());
2169 vk::makeShaderCreateInfo(vk::VK_SHADER_STAGE_TESSELLATION_EVALUATION_BIT, binaries.get("tese"), tessellationSupporte
[all...]
H A DvktShaderObjectCreateUtil.cpp37 case vk::VK_SHADER_STAGE_TESSELLATION_EVALUATION_BIT: return "tese"; in getShaderName()
122 std::stringstream tese; in addBasicShaderObjectShaders() local
151 tese in addBasicShaderObjectShaders()
207 programCollection.glslSources.add("tese") << glu::TessellationEvaluationSource(tese.str()); in addBasicShaderObjectShaders()
H A DvktShaderObjectBinaryTests.cpp128 const auto& tese = binaries.get("tese"); in createShader() local
195 tese.getSize(), // size_t codeSize; in createShader()
196 tese.getBinary(), // const void* pCode; in createShader()
1073 { vk::VK_SHADER_STAGE_TESSELLATION_EVALUATION_BIT, "tese" }, in createShaderObjectBinaryTests()
/third_party/glslang/Test/
H A Druntests43 rm -f comp.spv frag.spv geom.spv tesc.spv tese.spv vert.spv
81 run -i -C *.vert *.geom *.frag *.tesc *.tese *.comp > $TARGETDIR/singleThread.out
82 run -i -C *.vert *.geom *.frag *.tesc *.tese *.comp -t > $TARGETDIR/multiThread.out
318 run --glsl-version 450 -V -S tese glsl.versionOverride.tese > $TARGETDIR/glsl.versionOverride.tese.out
319 diff -b $BASEDIR/glsl.versionOverride.tese.out $TARGETDIR/glsl.versionOverride.tese.out || HASERROR=1
357 rm -f comp.spv frag.spv geom.spv tesc.spv tese.spv vert.spv
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineNoPositionTests.cpp252 std::ostringstream tese; in initPrograms() local
253 tese in initPrograms()
285 programCollection.glslSources.add("tese") << glu::TessellationEvaluationSource(tese.str()); in initPrograms()
415 ShaderWrapper tese; in iterate() local
431 tese = ShaderWrapper(vkd, device, m_context.getBinaryCollection().get("tese"), 0u); in iterate()
595 tese, in iterate()
H A DvktPipelineMiscTests.cpp500 std::ostringstream tese; in initPrograms() local
501 tese in initPrograms()
514 programCollection.glslSources.add("bad_tese") << glu::TessellationEvaluationSource(tese.str()); in initPrograms()
585 std::ostringstream tese; in initPrograms() local
586 tese in initPrograms()
601 programCollection.glslSources.add("tese") << glu::TessellationEvaluationSource(tese.str()); in initPrograms()
674 const auto goodTeseModule = (m_params.useTessShaders ? createShaderModule(vkd, device, binaries.get("tese")) : Move<VkShaderModule>()); in iterate()
/third_party/vk-gl-cts/external/openglcts/modules/common/subgroups/
H A DglcSubgroupsBasicTests.cpp375 programCollection.add("tese") << glu::TessellationEvaluationSource(evaluationSourceGLSL); in initFrameBufferPrograms()
421 programCollection.add("tese") << glu::TessellationEvaluationSource(evaluationSourceGLSL); in initFrameBufferPrograms()
644 programCollection.add("tese") << glu::TessellationEvaluationSource(evaluationSource.str()); in initFrameBufferPrograms()
704 programCollection.add("tese") << glu::TessellationEvaluationSource(evaluationSource.str()); in initFrameBufferPrograms()
817 std::ostringstream tese; in initPrograms() local
818 tese << "${VERSION_DECL}\n" in initPrograms()
844 programCollection.add("tese") << glu::TessellationEvaluationSource(tese.str()); in initPrograms()
1082 std::ostringstream tese; in initPrograms() local
1083 tese << in initPrograms()
[all...]
H A DglcSubgroupsBallotOtherTests.cpp325 programCollection.add("tese") << glu::TessellationEvaluationSource(evaluationSource.str()); in initFrameBufferPrograms()
402 const string tese = in initPrograms() local
453 programCollection.add("tese") << glu::TessellationEvaluationSource(tese); in initPrograms()
H A DglcSubgroupsBallotTests.cpp174 programCollection.add("tese") << glu::TessellationEvaluationSource(evaluationSourceGLSL); in initFrameBufferPrograms()
277 const string tese = in initPrograms() local
352 programCollection.add("tese") << glu::TessellationEvaluationSource(tese); in initPrograms()
H A DglcSubgroupsBuiltinMaskVarTests.cpp179 programCollection.add("tese") << glu::TessellationEvaluationSource(evaluationSourceGLSL); in initFrameBufferPrograms()
308 const string tese = in initPrograms() local
325 programCollection.add("tese") << glu::TessellationEvaluationSource(tese); in initPrograms()
H A DglcSubgroupsShapeTests.cpp224 programCollection.add("tese") << glu::TessellationEvaluationSource(evaluationSource.str()); in initFrameBufferPrograms()
366 const string tese = in initPrograms() local
383 programCollection.add("tese") << glu::TessellationEvaluationSource(tese); in initPrograms()
H A DglcSubgroupsBallotBroadcastTests.cpp245 programCollection.add("tese") << glu::TessellationEvaluationSource(evaluationSource.str()); in initFrameBufferPrograms()
334 const string tese = in initPrograms() local
398 programCollection.add("tese") << glu::TessellationEvaluationSource(tese); in initPrograms()
H A DglcSubgroupsClusteredTests.cpp467 programCollection.add("tese") << glu::TessellationEvaluationSource(evaluationSource.str()); in initFrameBufferPrograms()
570 const string tese = in initPrograms() local
592 programCollection.add("tese") << glu::TessellationEvaluationSource(tese); in initPrograms()
H A DglcSubgroupsPartitionedTests.cpp550 programCollection.add("tese") << glu::TessellationEvaluationSource(evaluationSource.str()); in initFrameBufferPrograms()
655 const std::string tese = in initPrograms() local
678 programCollection.add("tese") << glu::TessellationEvaluationSource(tese); in initPrograms()
H A DglcSubgroupsQuadTests.cpp289 programCollection.add("tese") << glu::TessellationEvaluationSource(evaluationSource.str()); in initFrameBufferPrograms()
447 const string tese = in initPrograms() local
477 programCollection.add("tese") << glu::TessellationEvaluationSource(tese); in initPrograms()
H A DglcSubgroupsShuffleTests.cpp263 programCollection.add("tese") << glu::TessellationEvaluationSource(evaluationSource.str()); in initFrameBufferPrograms()
361 const string tese = in initPrograms() local
378 programCollection.add("tese") << glu::TessellationEvaluationSource(tese); in initPrograms()
H A DglcSubgroupsArithmeticTests.cpp565 programCollection.add("tese") << glu::TessellationEvaluationSource(evaluationSource.str()); in initFrameBufferPrograms()
722 const std::string tese = in initPrograms() local
744 programCollection.add("tese") << glu::TessellationEvaluationSource(tese); in initPrograms()
H A DglcSubgroupsVoteTests.cpp266 programCollection.add("tese") << glu::TessellationEvaluationSource(evaluationSource.str()); in initFrameBufferPrograms()
498 const string tese = in initPrograms() local
519 programCollection.add("tese") << glu::TessellationEvaluationSource(tese); in initPrograms()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineNoPositionTests.cpp234 std::ostringstream tese; in initPrograms() local
235 tese in initPrograms()
267 programCollection.glslSources.add("tese") << glu::TessellationEvaluationSource(tese.str()); in initPrograms()
395 Move<VkShaderModule> tese; in iterate() local
411 tese = createShaderModule(vkd, device, m_context.getBinaryCollection().get("tese"), 0u); in iterate()
571 *tese, in iterate()
H A DvktPipelineMiscTests.cpp497 std::ostringstream tese; in initPrograms() local
498 tese in initPrograms()
511 programCollection.glslSources.add("bad_tese") << glu::TessellationEvaluationSource(tese.str()); in initPrograms()
582 std::ostringstream tese; in initPrograms() local
583 tese in initPrograms()
598 programCollection.glslSources.add("tese") << glu::TessellationEvaluationSource(tese.str()); in initPrograms()
686 const auto goodTeseModule = (m_params.useTessShaders ? createShaderModule(vkd, device, binaries.get("tese")) : Move<VkShaderModule>()); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/
H A DvktTessellationFractionalSpacingTests.cpp451 std::string tese = pointSize ? "tese_point_size" : "tese";
452 programCollection.glslSources.add(tese.c_str()) << glu::TessellationEvaluationSource(src.str());
514 programCollection.hlslSources.add("tese") << glu::TessellationEvaluationSource(src.str());
588 .setShader(vk, device, VK_SHADER_STAGE_TESSELLATION_EVALUATION_BIT, context.getBinaryCollection().get(tessGeomPointSize ? "tese_point_size" : "tese"), DE_NULL)
H A DvktTessellationMiscDrawTests.cpp217 .setShader (vk, device, VK_SHADER_STAGE_TESSELLATION_EVALUATION_BIT, context.getBinaryCollection().get("tese"), DE_NULL) in runTest()
438 programCollection.glslSources.add("tese") << glu::TessellationEvaluationSource(src.str()); in initProgramsFillCoverCase()
495 programCollection.glslSources.add("tese") << glu::TessellationEvaluationSource(src.str()); in initProgramsFillNonOverlapCase()
539 programCollection.glslSources.add("tese") << glu::TessellationEvaluationSource(src.str()); in initProgramsIsolinesCase()
682 std::ostringstream tese; in initPrograms() local
683 tese in initPrograms()
758 programCollection.glslSources.add("tese" + std::to_string(i)) << glu::TessellationEvaluationSource(tese.str()); in initPrograms()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/subgroups/
H A DvktSubgroupsBuiltinVarTests.cpp701 programCollection.spirvAsmSources.add("tese") << evaluationSource << buildOptionsSpr; in initFrameBufferPrograms()
909 programCollection.spirvAsmSources.add("tese") << evaluationSource << buildOptionsSpr; in initFrameBufferPrograms()
1366 const string tese = in initPrograms() local
1485 programCollection.spirvAsmSources.add("tese") << tese << buildOptionsSpr; in initPrograms()

Completed in 38 milliseconds

12