Searched refs:NIR_SPIRV_VULKAN (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/compiler/spirv/
H A Dnir_spirv.h54 NIR_SPIRV_VULKAN = 0, enumerator in enum:nir_spirv_execution_environment
/xsrc/external/mit/MesaLib/dist/src/compiler/spirv/
H A Dnir_spirv.h53 NIR_SPIRV_VULKAN = 0, enumerator in enum:nir_spirv_execution_environment
H A Dspirv2nir.c93 enum nir_spirv_execution_environment env = NIR_SPIRV_VULKAN;
H A Dvtn_variables.c233 vtn_assert(b->options->environment == NIR_SPIRV_VULKAN);
265 vtn_assert(b->options->environment == NIR_SPIRV_VULKAN);
288 vtn_assert(b->options->environment == NIR_SPIRV_VULKAN);
318 } else if (b->options->environment == NIR_SPIRV_VULKAN &&
2028 vtn_fail_if(b->options->environment != NIR_SPIRV_VULKAN,
2075 env == NIR_SPIRV_VULKAN ? "Vulkan" :
2085 env == NIR_SPIRV_VULKAN ? "Private, Output, Workgroup" : "",
H A Dspirv_to_nir.c2387 if (b->options->environment == NIR_SPIRV_VULKAN) {
6087 if (b->options->environment == NIR_SPIRV_VULKAN && b->version < 0x10400)
/xsrc/external/mit/MesaLib/dist/src/compiler/spirv/tests/
H A Dhelpers.h48 spirv_options.environment = NIR_SPIRV_VULKAN;
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/lavapipe/
H A Dlvp_pipeline.c480 .environment = NIR_SPIRV_VULKAN,

Completed in 14 milliseconds