Home
last modified time | relevance | path

Searched refs:vulkan_semantics (Results 1 - 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/spirv-cross/
H A Dspirv_reflect.hpp45 options.vulkan_semantics = true; in CompilerReflection()
51 options.vulkan_semantics = true; in CompilerReflection()
57 options.vulkan_semantics = true; in CompilerReflection()
63 options.vulkan_semantics = true; in CompilerReflection()
H A Dspirv_glsl.cpp404 if (options.vulkan_semantics)
410 if (options.vulkan_semantics)
416 if (options.vulkan_semantics)
462 if (!options.vulkan_semantics)
502 if (options.vulkan_semantics)
527 if (!options.vulkan_semantics)
547 if (!options.vulkan_semantics)
553 if (!options.vulkan_semantics)
571 if (options.vulkan_semantics)
584 if (options.es || options.version < 460 || !options.vulkan_semantics)
[all...]
H A Dmain.cpp709 bool vulkan_semantics = false; member
1162 combined_image_samplers = !args.vulkan_semantics; in compile_iteration()
1163 if (!args.vulkan_semantics || args.vulkan_glsl_disable_ext_samplerless_texture_functions) in compile_iteration()
1278 opts.vulkan_semantics = args.vulkan_semantics; in compile_iteration()
1507 cbs.add("--vulkan-semantics", [&args](CLIParser &) { args.vulkan_semantics = true; }); in main_inner()
1508 cbs.add("-V", [&args](CLIParser &) { args.vulkan_semantics = true; }); in main_inner()
H A Dspirv_cpp.cpp163 if (!options.vulkan_semantics && c.specialization) in emit_resources()
H A Dspirv_glsl.hpp89 bool vulkan_semantics = false; member
H A Dspirv_cross_c.cpp456 options->glsl.vulkan_semantics = value != 0; in spvc_compiler_options_set_uint()
H A Dspirv_hlsl.cpp5745 options.vulkan_semantics = true; in compile()
H A Dspirv_msl.cpp1328 options.vulkan_semantics = true; in compile()

Completed in 33 milliseconds