Home
last modified time | relevance | path

Searched refs:buildOptions (Results 1 – 25 of 181) sorted by relevance

12345678

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/
DvktRayTracingBuiltinTests.cpp380 …const vk::ShaderBuildOptions buildOptions(programCollection.usedVulkanVersion, vk::SPIRV_VERSION_1… in initPrograms() local
412 …tion.glslSources.add("rgen") << glu::RaygenSource(updateRayTracingGLSL(css.str())) << buildOptions; in initPrograms()
419 …"rgen") << glu::RaygenSource(updateRayTracingGLSL(getCommonRayGenerationShader())) << buildOptions; in initPrograms()
436 …tion.glslSources.add("ahit") << glu::AnyHitSource(updateRayTracingGLSL(css.str())) << buildOptions; in initPrograms()
439 …es.add("chit") << glu::ClosestHitSource(updateRayTracingGLSL(getHitPassthrough())) << buildOptions; in initPrograms()
440 …Sources.add("miss") << glu::MissSource(updateRayTracingGLSL(getMissPassthrough())) << buildOptions; in initPrograms()
447 …"rgen") << glu::RaygenSource(updateRayTracingGLSL(getCommonRayGenerationShader())) << buildOptions; in initPrograms()
464 ….glslSources.add("chit") << glu::ClosestHitSource(updateRayTracingGLSL(css.str())) << buildOptions; in initPrograms()
467 …ources.add("ahit") << glu::AnyHitSource(updateRayTracingGLSL(getHitPassthrough())) << buildOptions; in initPrograms()
468 …Sources.add("miss") << glu::MissSource(updateRayTracingGLSL(getMissPassthrough())) << buildOptions; in initPrograms()
[all …]
DvktRayTracingComplexControlFlowTests.cpp1128 …const vk::ShaderBuildOptions buildOptions (programCollection.usedVulkanVersion, vk::SPIRV_VERSIO… in initPrograms() local
1412 programCollection.glslSources.add("rgen") << glu::RaygenSource(css.str()) << buildOptions; in initPrograms()
1413 programCollection.glslSources.add("cal0") << glu::CallableSource(calleeShader) << buildOptions; in initPrograms()
1420 …ction.glslSources.add("rgen") << glu::RaygenSource(getCommonRayGenerationShader()) << buildOptions; in initPrograms()
1436 programCollection.glslSources.add("chit") << glu::ClosestHitSource(css.str()) << buildOptions; in initPrograms()
1437 programCollection.glslSources.add("cal0") << glu::CallableSource(calleeShader) << buildOptions; in initPrograms()
1439 …rogramCollection.glslSources.add("ahit") << glu::AnyHitSource(getHitPassthrough()) << buildOptions; in initPrograms()
1440 …programCollection.glslSources.add("miss") << glu::MissSource(getMissPassthrough()) << buildOptions; in initPrograms()
1441 …n.glslSources.add("sect") << glu::IntersectionSource(getIntersectionPassthrough()) << buildOptions; in initPrograms()
1448 …ction.glslSources.add("rgen") << glu::RaygenSource(getCommonRayGenerationShader()) << buildOptions; in initPrograms()
[all …]
DvktRayTracingMemGuaranteeTests.cpp305 …const vk::ShaderBuildOptions buildOptions(programCollection.usedVulkanVersion, vk::SPIRV_VERSION_1… in initPrograms() local
359 …tion.glslSources.add("rgen") << glu::RaygenSource(updateRayTracingGLSL(css.str())) << buildOptions; in initPrograms()
360 …glslSources.add("cal0") << glu::CallableSource(updateRayTracingGLSL(calleeShader)) << buildOptions; in initPrograms()
367 …"rgen") << glu::RaygenSource(updateRayTracingGLSL(getCommonRayGenerationShader())) << buildOptions; in initPrograms()
384 ….glslSources.add("chit") << glu::ClosestHitSource(updateRayTracingGLSL(css.str())) << buildOptions; in initPrograms()
385 …glslSources.add("cal0") << glu::CallableSource(updateRayTracingGLSL(calleeShader)) << buildOptions; in initPrograms()
387 …ources.add("ahit") << glu::AnyHitSource(updateRayTracingGLSL(getHitPassthrough())) << buildOptions; in initPrograms()
388 …Sources.add("miss") << glu::MissSource(updateRayTracingGLSL(getMissPassthrough())) << buildOptions; in initPrograms()
389 …t") << glu::IntersectionSource(updateRayTracingGLSL(getIntersectionPassthrough())) << buildOptions; in initPrograms()
396 …"rgen") << glu::RaygenSource(updateRayTracingGLSL(getCommonRayGenerationShader())) << buildOptions; in initPrograms()
[all …]
DvktRayTracingBarrierTests.cpp379 …const ShaderBuildOptions buildOptions (programCollection.usedVulkanVersion, SPIRV_VERSION_1_4, 0… in initPrograms() local
462 …lSources.add("writer_rgen") << glu::RaygenSource(updateRayTracingGLSL(rgen.str())) << buildOptions; in initPrograms()
466 …_rgen") << glu::RaygenSource(updateRayTracingGLSL(getCommonRayGenerationShader())) << buildOptions; in initPrograms()
482 ….add("writer_isect") << glu::IntersectionSource(updateRayTracingGLSL(isect.str())) << buildOptions; in initPrograms()
486 …_rgen") << glu::RaygenSource(updateRayTracingGLSL(getCommonRayGenerationShader())) << buildOptions; in initPrograms()
501 …lSources.add("writer_ahit") << glu::AnyHitSource(updateRayTracingGLSL(ahit.str())) << buildOptions; in initPrograms()
505 …_rgen") << glu::RaygenSource(updateRayTracingGLSL(getCommonRayGenerationShader())) << buildOptions; in initPrograms()
520 …rces.add("writer_chit") << glu::ClosestHitSource(updateRayTracingGLSL(chit.str())) << buildOptions; in initPrograms()
524 …_rgen") << glu::RaygenSource(updateRayTracingGLSL(getCommonRayGenerationShader())) << buildOptions; in initPrograms()
538 …lslSources.add("writer_miss") << glu::MissSource(updateRayTracingGLSL(miss.str())) << buildOptions; in initPrograms()
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/
DvktRayTracingBuiltinTests.cpp380 …const vk::ShaderBuildOptions buildOptions(programCollection.usedVulkanVersion, vk::SPIRV_VERSION_1… in initPrograms() local
412 …tion.glslSources.add("rgen") << glu::RaygenSource(updateRayTracingGLSL(css.str())) << buildOptions; in initPrograms()
419 …"rgen") << glu::RaygenSource(updateRayTracingGLSL(getCommonRayGenerationShader())) << buildOptions; in initPrograms()
436 …tion.glslSources.add("ahit") << glu::AnyHitSource(updateRayTracingGLSL(css.str())) << buildOptions; in initPrograms()
439 …es.add("chit") << glu::ClosestHitSource(updateRayTracingGLSL(getHitPassthrough())) << buildOptions; in initPrograms()
440 …Sources.add("miss") << glu::MissSource(updateRayTracingGLSL(getMissPassthrough())) << buildOptions; in initPrograms()
447 …"rgen") << glu::RaygenSource(updateRayTracingGLSL(getCommonRayGenerationShader())) << buildOptions; in initPrograms()
464 ….glslSources.add("chit") << glu::ClosestHitSource(updateRayTracingGLSL(css.str())) << buildOptions; in initPrograms()
467 …ources.add("ahit") << glu::AnyHitSource(updateRayTracingGLSL(getHitPassthrough())) << buildOptions; in initPrograms()
468 …Sources.add("miss") << glu::MissSource(updateRayTracingGLSL(getMissPassthrough())) << buildOptions; in initPrograms()
[all …]
DvktRayTracingComplexControlFlowTests.cpp1128 …const vk::ShaderBuildOptions buildOptions (programCollection.usedVulkanVersion, vk::SPIRV_VERSIO… in initPrograms() local
1412 programCollection.glslSources.add("rgen") << glu::RaygenSource(css.str()) << buildOptions; in initPrograms()
1413 programCollection.glslSources.add("cal0") << glu::CallableSource(calleeShader) << buildOptions; in initPrograms()
1420 …ction.glslSources.add("rgen") << glu::RaygenSource(getCommonRayGenerationShader()) << buildOptions; in initPrograms()
1436 programCollection.glslSources.add("chit") << glu::ClosestHitSource(css.str()) << buildOptions; in initPrograms()
1437 programCollection.glslSources.add("cal0") << glu::CallableSource(calleeShader) << buildOptions; in initPrograms()
1439 …rogramCollection.glslSources.add("ahit") << glu::AnyHitSource(getHitPassthrough()) << buildOptions; in initPrograms()
1440 …programCollection.glslSources.add("miss") << glu::MissSource(getMissPassthrough()) << buildOptions; in initPrograms()
1441 …n.glslSources.add("sect") << glu::IntersectionSource(getIntersectionPassthrough()) << buildOptions; in initPrograms()
1448 …ction.glslSources.add("rgen") << glu::RaygenSource(getCommonRayGenerationShader()) << buildOptions; in initPrograms()
[all …]
DvktRayTracingMemGuaranteeTests.cpp305 …const vk::ShaderBuildOptions buildOptions(programCollection.usedVulkanVersion, vk::SPIRV_VERSION_1… in initPrograms() local
359 …tion.glslSources.add("rgen") << glu::RaygenSource(updateRayTracingGLSL(css.str())) << buildOptions; in initPrograms()
360 …glslSources.add("cal0") << glu::CallableSource(updateRayTracingGLSL(calleeShader)) << buildOptions; in initPrograms()
367 …"rgen") << glu::RaygenSource(updateRayTracingGLSL(getCommonRayGenerationShader())) << buildOptions; in initPrograms()
384 ….glslSources.add("chit") << glu::ClosestHitSource(updateRayTracingGLSL(css.str())) << buildOptions; in initPrograms()
385 …glslSources.add("cal0") << glu::CallableSource(updateRayTracingGLSL(calleeShader)) << buildOptions; in initPrograms()
387 …ources.add("ahit") << glu::AnyHitSource(updateRayTracingGLSL(getHitPassthrough())) << buildOptions; in initPrograms()
388 …Sources.add("miss") << glu::MissSource(updateRayTracingGLSL(getMissPassthrough())) << buildOptions; in initPrograms()
389 …t") << glu::IntersectionSource(updateRayTracingGLSL(getIntersectionPassthrough())) << buildOptions; in initPrograms()
396 …"rgen") << glu::RaygenSource(updateRayTracingGLSL(getCommonRayGenerationShader())) << buildOptions; in initPrograms()
[all …]
DvktRayTracingBarrierTests.cpp379 …const ShaderBuildOptions buildOptions (programCollection.usedVulkanVersion, SPIRV_VERSION_1_4, 0… in initPrograms() local
462 …lSources.add("writer_rgen") << glu::RaygenSource(updateRayTracingGLSL(rgen.str())) << buildOptions; in initPrograms()
466 …_rgen") << glu::RaygenSource(updateRayTracingGLSL(getCommonRayGenerationShader())) << buildOptions; in initPrograms()
482 ….add("writer_isect") << glu::IntersectionSource(updateRayTracingGLSL(isect.str())) << buildOptions; in initPrograms()
486 …_rgen") << glu::RaygenSource(updateRayTracingGLSL(getCommonRayGenerationShader())) << buildOptions; in initPrograms()
501 …lSources.add("writer_ahit") << glu::AnyHitSource(updateRayTracingGLSL(ahit.str())) << buildOptions; in initPrograms()
505 …_rgen") << glu::RaygenSource(updateRayTracingGLSL(getCommonRayGenerationShader())) << buildOptions; in initPrograms()
520 …rces.add("writer_chit") << glu::ClosestHitSource(updateRayTracingGLSL(chit.str())) << buildOptions; in initPrograms()
524 …_rgen") << glu::RaygenSource(updateRayTracingGLSL(getCommonRayGenerationShader())) << buildOptions; in initPrograms()
538 …lslSources.add("writer_miss") << glu::MissSource(updateRayTracingGLSL(miss.str())) << buildOptions; in initPrograms()
[all …]
/third_party/typescript/src/testRunner/unittests/config/
DcommandLineParsing.ts730 assert.deepEqual(parsed.buildOptions, expectedParsedBuildCommand.buildOptions);
754 buildOptions: {},
765 buildOptions: { verbose: true, force: true },
783 buildOptions: { verbose: true },
801 buildOptions: {},
812 buildOptions: { force: true, verbose: true },
823 buildOptions: { force: true, verbose: true },
834 buildOptions: { force: true, verbose: true },
845 buildOptions: { incremental: true },
856 buildOptions: { locale: "en-us" },
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/
DvktBindingDescriptorUpdateASTests.cpp782 …const vk::ShaderBuildOptions buildOptions (programCollection.usedVulkanVersion, vk::SPIRV_VERSION_… in initPrograms() local
816 programCollection.glslSources.add("vert") << glu::VertexSource(src.str()) << buildOptions; in initPrograms()
819 …ollection.glslSources.add("frag") << glu::FragmentSource(getGraphicsPassthrough()) << buildOptions; in initPrograms()
841 programCollection.glslSources.add("vert") << glu::VertexSource(src.str()) << buildOptions; in initPrograms()
887 …ramCollection.glslSources.add("tesc") << glu::TessellationControlSource(src.str()) << buildOptions; in initPrograms()
906 …Collection.glslSources.add("tese") << glu::TessellationEvaluationSource(src.str()) << buildOptions; in initPrograms()
929 programCollection.glslSources.add("vert") << glu::VertexSource(src.str()) << buildOptions; in initPrograms()
955 …ramCollection.glslSources.add("tesc") << glu::TessellationControlSource(src.str()) << buildOptions; in initPrograms()
989 …Collection.glslSources.add("tese") << glu::TessellationEvaluationSource(src.str()) << buildOptions; in initPrograms()
997 …ramCollection.glslSources.add("vert") << glu::VertexSource(getVertexPassthrough()) << buildOptions; in initPrograms()
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/binding_model/
DvktBindingDescriptorUpdateASTests.cpp782 …const vk::ShaderBuildOptions buildOptions (programCollection.usedVulkanVersion, vk::SPIRV_VERSION_… in initPrograms() local
816 programCollection.glslSources.add("vert") << glu::VertexSource(src.str()) << buildOptions; in initPrograms()
819 …ollection.glslSources.add("frag") << glu::FragmentSource(getGraphicsPassthrough()) << buildOptions; in initPrograms()
841 programCollection.glslSources.add("vert") << glu::VertexSource(src.str()) << buildOptions; in initPrograms()
887 …ramCollection.glslSources.add("tesc") << glu::TessellationControlSource(src.str()) << buildOptions; in initPrograms()
906 …Collection.glslSources.add("tese") << glu::TessellationEvaluationSource(src.str()) << buildOptions; in initPrograms()
929 programCollection.glslSources.add("vert") << glu::VertexSource(src.str()) << buildOptions; in initPrograms()
955 …ramCollection.glslSources.add("tesc") << glu::TessellationControlSource(src.str()) << buildOptions; in initPrograms()
989 …Collection.glslSources.add("tese") << glu::TessellationEvaluationSource(src.str()) << buildOptions; in initPrograms()
997 …ramCollection.glslSources.add("vert") << glu::VertexSource(getVertexPassthrough()) << buildOptions; in initPrograms()
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/
DvktMeshShaderBuiltinTestsEXT.cpp682 const auto buildOptions = getMinMeshEXTBuildOptions(programCollection.usedVulkanVersion); in initPrograms() local
714 programCollection.glslSources.add("mesh") << glu::MeshSource(mesh.str()) << buildOptions; in initPrograms()
733 programCollection.glslSources.add("frag") << glu::FragmentSource(frag.str()) << buildOptions; in initPrograms()
838 const auto buildOptions = getMinMeshEXTBuildOptions(programCollection.usedVulkanVersion); in initPrograms() local
877 programCollection.glslSources.add("mesh") << glu::MeshSource(mesh.str()) << buildOptions; in initPrograms()
901 programCollection.glslSources.add("frag") << glu::FragmentSource(frag.str()) << buildOptions; in initPrograms()
973 const auto buildOptions = getMinMeshEXTBuildOptions(programCollection.usedVulkanVersion); in initPrograms() local
1012 programCollection.glslSources.add("mesh") << glu::MeshSource(mesh.str()) << buildOptions; in initPrograms()
1036 programCollection.glslSources.add("frag") << glu::FragmentSource(frag.str()) << buildOptions; in initPrograms()
1106 const auto buildOptions = getMinMeshEXTBuildOptions(programCollection.usedVulkanVersion); in initPrograms() local
[all …]
DvktMeshShaderMiscTestsEXT.cpp153 const auto buildOptions = getMinMeshEXTBuildOptions(programCollection.usedVulkanVersion); in initPrograms() local
167 programCollection.glslSources.add("frag") << glu::FragmentSource(frag) << buildOptions; in initPrograms()
450 const auto buildOptions = getMinMeshEXTBuildOptions(programCollection.usedVulkanVersion); in initPrograms() local
510 programCollection.glslSources.add("task") << glu::TaskSource(task.str()) << buildOptions; in initPrograms()
606 programCollection.glslSources.add("mesh") << glu::MeshSource(mesh.str()) << buildOptions; in initPrograms()
646 const auto buildOptions = getMinMeshEXTBuildOptions(programCollection.usedVulkanVersion); in initPrograms() local
670 programCollection.glslSources.add("mesh") << glu::MeshSource(mesh.str()) << buildOptions; in initPrograms()
715 const auto buildOptions = getMinMeshEXTBuildOptions(programCollection.usedVulkanVersion); in initPrograms() local
739 programCollection.glslSources.add("mesh") << glu::MeshSource(mesh.str()) << buildOptions; in initPrograms()
786 const auto buildOptions = getMinMeshEXTBuildOptions(programCollection.usedVulkanVersion); in initPrograms() local
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/
DvktMeshShaderBuiltinTestsEXT.cpp682 const auto buildOptions = getMinMeshEXTBuildOptions(programCollection.usedVulkanVersion); in initPrograms() local
714 programCollection.glslSources.add("mesh") << glu::MeshSource(mesh.str()) << buildOptions; in initPrograms()
733 programCollection.glslSources.add("frag") << glu::FragmentSource(frag.str()) << buildOptions; in initPrograms()
838 const auto buildOptions = getMinMeshEXTBuildOptions(programCollection.usedVulkanVersion); in initPrograms() local
877 programCollection.glslSources.add("mesh") << glu::MeshSource(mesh.str()) << buildOptions; in initPrograms()
901 programCollection.glslSources.add("frag") << glu::FragmentSource(frag.str()) << buildOptions; in initPrograms()
973 const auto buildOptions = getMinMeshEXTBuildOptions(programCollection.usedVulkanVersion); in initPrograms() local
1012 programCollection.glslSources.add("mesh") << glu::MeshSource(mesh.str()) << buildOptions; in initPrograms()
1036 programCollection.glslSources.add("frag") << glu::FragmentSource(frag.str()) << buildOptions; in initPrograms()
1106 const auto buildOptions = getMinMeshEXTBuildOptions(programCollection.usedVulkanVersion); in initPrograms() local
[all …]
DvktMeshShaderMiscTestsEXT.cpp153 const auto buildOptions = getMinMeshEXTBuildOptions(programCollection.usedVulkanVersion); in initPrograms() local
167 programCollection.glslSources.add("frag") << glu::FragmentSource(frag) << buildOptions; in initPrograms()
450 const auto buildOptions = getMinMeshEXTBuildOptions(programCollection.usedVulkanVersion); in initPrograms() local
510 programCollection.glslSources.add("task") << glu::TaskSource(task.str()) << buildOptions; in initPrograms()
606 programCollection.glslSources.add("mesh") << glu::MeshSource(mesh.str()) << buildOptions; in initPrograms()
646 const auto buildOptions = getMinMeshEXTBuildOptions(programCollection.usedVulkanVersion); in initPrograms() local
670 programCollection.glslSources.add("mesh") << glu::MeshSource(mesh.str()) << buildOptions; in initPrograms()
715 const auto buildOptions = getMinMeshEXTBuildOptions(programCollection.usedVulkanVersion); in initPrograms() local
739 programCollection.glslSources.add("mesh") << glu::MeshSource(mesh.str()) << buildOptions; in initPrograms()
786 const auto buildOptions = getMinMeshEXTBuildOptions(programCollection.usedVulkanVersion); in initPrograms() local
[all …]
/third_party/typescript/src/executeCommandLine/
DexecuteCommandLine.ts393 …const { buildOptions, watchOptions, projects, errors } = parseBuildCommand(commandLineArgs.slice(1… constant
394 if (buildOptions.generateCpuProfile && system.enableCPUProfiler) {
395 system.enableCPUProfiler(buildOptions.generateCpuProfile, () => performBuild(
398 buildOptions,
408 buildOptions,
441 buildOptions: BuildOptions,
450 buildOptions
453 if (buildOptions.locale) {
454 validateLocaleAndSetLanguage(buildOptions.locale, sys, errors);
462 if (buildOptions.help) {
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/
DvktBuildPrograms.cpp267 DE_ASSERT(m_source.buildOptions.targetVersion < vk::SPIRV_VERSION_LAST); in execute()
271 m_program->validatorOptions = m_source.buildOptions.getSpirvValidatorOptions(); in execute()
322 DE_ASSERT(m_source.buildOptions.targetVersion < vk::SPIRV_VERSION_LAST); in execute()
452buildOptions.targetVersion > maxSpirvVersion && !(allowSpirV14 && progIter.getProgram().buildOptio… in buildPrograms()
455 …rogramIdentifier(casePath, progIter.getName()), progIter.getProgram().buildOptions.getSpirvValidat… in buildPrograms()
467buildOptions.targetVersion > maxSpirvVersion && !(allowSpirV14 && progIter.getProgram().buildOptio… in buildPrograms()
470 …rogramIdentifier(casePath, progIter.getName()), progIter.getProgram().buildOptions.getSpirvValidat… in buildPrograms()
482buildOptions.targetVersion > maxSpirvVersion && !(allowSpirV14 && progIter.getProgram().buildOptio… in buildPrograms()
485 …rogramIdentifier(casePath, progIter.getName()), progIter.getProgram().buildOptions.getSpirvValidat… in buildPrograms()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/
DvktBuildPrograms.cpp267 DE_ASSERT(m_source.buildOptions.targetVersion < vk::SPIRV_VERSION_LAST); in execute()
271 m_program->validatorOptions = m_source.buildOptions.getSpirvValidatorOptions(); in execute()
322 DE_ASSERT(m_source.buildOptions.targetVersion < vk::SPIRV_VERSION_LAST); in execute()
452buildOptions.targetVersion > maxSpirvVersion && !(allowSpirV14 && progIter.getProgram().buildOptio… in buildPrograms()
455 …rogramIdentifier(casePath, progIter.getName()), progIter.getProgram().buildOptions.getSpirvValidat… in buildPrograms()
467buildOptions.targetVersion > maxSpirvVersion && !(allowSpirV14 && progIter.getProgram().buildOptio… in buildPrograms()
470 …rogramIdentifier(casePath, progIter.getName()), progIter.getProgram().buildOptions.getSpirvValidat… in buildPrograms()
482buildOptions.targetVersion > maxSpirvVersion && !(allowSpirV14 && progIter.getProgram().buildOptio… in buildPrograms()
485 …rogramIdentifier(casePath, progIter.getName()), progIter.getProgram().buildOptions.getSpirvValidat… in buildPrograms()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkShaderToSpirV.cpp230 …ce (const std::vector<std::string>* sources, const ShaderBuildOptions buildOptions, glu::ShaderTyp… in getShaderStageSource() argument
235 if ((buildOptions.flags & ShaderBuildOptions::FLAG_USE_STORAGE_BUFFER_STORAGE_CLASS) != 0) in getShaderStageSource()
267 …V (const std::vector<std::string>* sources, const ShaderBuildOptions& buildOptions, const ShaderLa… in compileShaderToSpirV() argument
270 const EShMessages compileFlags = getCompileFlags(buildOptions, shaderLanguage); in compileShaderToSpirV()
272 if (buildOptions.targetVersion >= SPIRV_VERSION_LAST) in compileShaderToSpirV()
286 …const std::string& srcText = getShaderStageSource(sources, buildOptions, (glu::ShaderType)shad… in compileShaderToSpirV()
294 switch ( buildOptions.targetVersion ) in compileShaderToSpirV()
369 …return compileShaderToSpirV(program.sources, program.buildOptions, program.shaderLanguage, dst, bu… in compileGlslToSpirV()
374 …return compileShaderToSpirV(program.sources, program.buildOptions, program.shaderLanguage, dst, bu… in compileHlslToSpirV()
DvkPrograms.cpp602 void getBuildOptions (std::string& shaderstring, const ShaderBuildOptions& buildOptions, int optimi… in getBuildOptions() argument
605 shaderstring += getSpirvVersionName(buildOptions.targetVersion); in getBuildOptions()
607 if (buildOptions.flags & ShaderBuildOptions::FLAG_ALLOW_RELAXED_OFFSETS) in getBuildOptions()
609 if (buildOptions.flags & ShaderBuildOptions::FLAG_USE_STORAGE_BUFFER_STORAGE_CLASS) in getBuildOptions()
621 const SpirvVersion spirvVersion = program.buildOptions.targetVersion; in buildProgram()
634 getBuildOptions(cachekey, program.buildOptions, optimizationRecipe); in buildProgram()
691 validateCompiledBinary(binary, buildInfo, program.buildOptions.getSpirvValidatorOptions()); in buildProgram()
697 validateCompiledBinary(binary, buildInfo, program.buildOptions.getSpirvValidatorOptions()); in buildProgram()
709 const SpirvVersion spirvVersion = program.buildOptions.targetVersion; in buildProgram()
722 getBuildOptions(cachekey, program.buildOptions, optimizationRecipe); in buildProgram()
[all …]
DvkPrograms.hpp84 Program& add (const std::string& name, const BuildOptions* buildOptions);
155 prog->buildOptions = m_defaultBuildOptions; in add()
162 …mCollection<Program, BuildOptions>::add (const std::string& name, const BuildOptions* buildOptions) in add() argument
166 if (buildOptions != DE_NULL) in add()
167 program << *buildOptions; in add()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_query/
DvktRayQueryWatertightnessTests.cpp408 …const vk::ShaderBuildOptions buildOptions (programCollection.usedVulkanVersion, vk::SPIRV_VERSION_… in initPrograms() local
441 programCollection.glslSources.add("vert") << glu::VertexSource(src.str()) << buildOptions; in initPrograms()
444 …ollection.glslSources.add("frag") << glu::FragmentSource(getGraphicsPassthrough()) << buildOptions; in initPrograms()
466 programCollection.glslSources.add("vert") << glu::VertexSource(src.str()) << buildOptions; in initPrograms()
510 …ramCollection.glslSources.add("tesc") << glu::TessellationControlSource(src.str()) << buildOptions; in initPrograms()
528 …Collection.glslSources.add("tese") << glu::TessellationEvaluationSource(src.str()) << buildOptions; in initPrograms()
551 programCollection.glslSources.add("vert") << glu::VertexSource(src.str()) << buildOptions; in initPrograms()
576 …ramCollection.glslSources.add("tesc") << glu::TessellationControlSource(src.str()) << buildOptions; in initPrograms()
608 …Collection.glslSources.add("tese") << glu::TessellationEvaluationSource(src.str()) << buildOptions; in initPrograms()
616 …ramCollection.glslSources.add("vert") << glu::VertexSource(getVertexPassthrough()) << buildOptions; in initPrograms()
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_query/
DvktRayQueryWatertightnessTests.cpp408 …const vk::ShaderBuildOptions buildOptions (programCollection.usedVulkanVersion, vk::SPIRV_VERSION_… in initPrograms() local
441 programCollection.glslSources.add("vert") << glu::VertexSource(src.str()) << buildOptions; in initPrograms()
444 …ollection.glslSources.add("frag") << glu::FragmentSource(getGraphicsPassthrough()) << buildOptions; in initPrograms()
466 programCollection.glslSources.add("vert") << glu::VertexSource(src.str()) << buildOptions; in initPrograms()
510 …ramCollection.glslSources.add("tesc") << glu::TessellationControlSource(src.str()) << buildOptions; in initPrograms()
528 …Collection.glslSources.add("tese") << glu::TessellationEvaluationSource(src.str()) << buildOptions; in initPrograms()
551 programCollection.glslSources.add("vert") << glu::VertexSource(src.str()) << buildOptions; in initPrograms()
576 …ramCollection.glslSources.add("tesc") << glu::TessellationControlSource(src.str()) << buildOptions; in initPrograms()
608 …Collection.glslSources.add("tese") << glu::TessellationEvaluationSource(src.str()) << buildOptions; in initPrograms()
616 …ramCollection.glslSources.add("vert") << glu::VertexSource(getVertexPassthrough()) << buildOptions; in initPrograms()
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/subgroups/
DvktSubgroupsBasicTests.cpp341 const ShaderBuildOptions buildOptions (programCollection.usedVulkanVersion, SPIRV_VERSION_1_3, 0u); in initFrameBufferPrograms() local
1209 …ogramCollection.glslSources.add("fragment") << glu::FragmentSource(fragment.str()) << buildOptions; in initFrameBufferPrograms()
1251 programCollection.glslSources.add("vert") << glu::VertexSource(vertex.str()) << buildOptions; in initFrameBufferPrograms()
1294 …ogramCollection.glslSources.add("geometry") << glu::GeometrySource(geometry.str()) << buildOptions; in initFrameBufferPrograms()
1350 …ion.glslSources.add("tesc") << glu::TessellationControlSource(controlSource.str()) << buildOptions; in initFrameBufferPrograms()
1351 …slSources.add("tese") << glu::TessellationEvaluationSource(evaluationSource.str()) << buildOptions; in initFrameBufferPrograms()
1412 …ion.glslSources.add("tesc") << glu::TessellationControlSource(controlSource.str()) << buildOptions; in initFrameBufferPrograms()
1413 …slSources.add("tese") << glu::TessellationEvaluationSource(evaluationSource.str()) << buildOptions; in initFrameBufferPrograms()
1606 const ShaderBuildOptions& buildOptions) in initComputeOrMeshPrograms() argument
1680 programCollection.glslSources.add("comp") << glu::ComputeSource(programSource) << buildOptions; in initComputeOrMeshPrograms()
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/subgroups/
DvktSubgroupsBasicTests.cpp341 const ShaderBuildOptions buildOptions (programCollection.usedVulkanVersion, SPIRV_VERSION_1_3, 0u); in initFrameBufferPrograms() local
1209 …ogramCollection.glslSources.add("fragment") << glu::FragmentSource(fragment.str()) << buildOptions; in initFrameBufferPrograms()
1251 programCollection.glslSources.add("vert") << glu::VertexSource(vertex.str()) << buildOptions; in initFrameBufferPrograms()
1294 …ogramCollection.glslSources.add("geometry") << glu::GeometrySource(geometry.str()) << buildOptions; in initFrameBufferPrograms()
1350 …ion.glslSources.add("tesc") << glu::TessellationControlSource(controlSource.str()) << buildOptions; in initFrameBufferPrograms()
1351 …slSources.add("tese") << glu::TessellationEvaluationSource(evaluationSource.str()) << buildOptions; in initFrameBufferPrograms()
1412 …ion.glslSources.add("tesc") << glu::TessellationControlSource(controlSource.str()) << buildOptions; in initFrameBufferPrograms()
1413 …slSources.add("tese") << glu::TessellationEvaluationSource(evaluationSource.str()) << buildOptions; in initFrameBufferPrograms()
1606 const ShaderBuildOptions& buildOptions) in initComputeOrMeshPrograms() argument
1680 programCollection.glslSources.add("comp") << glu::ComputeSource(programSource) << buildOptions; in initComputeOrMeshPrograms()
[all …]

12345678