HomeSort by: relevance | last modified time | path
    Searched refs:NIR_SPIRV_VULKAN (Results 1 - 7 of 7) sorted by relevancy

  /xsrc/external/mit/MesaLib.old/dist/src/compiler/spirv/
nir_spirv.h 54 NIR_SPIRV_VULKAN = 0,
  /xsrc/external/mit/MesaLib/dist/src/compiler/spirv/
nir_spirv.h 53 NIR_SPIRV_VULKAN = 0,
spirv2nir.c 93 enum nir_spirv_execution_environment env = NIR_SPIRV_VULKAN;
vtn_variables.c 233 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" : "",
spirv_to_nir.c 2387 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/
helpers.h 48 spirv_options.environment = NIR_SPIRV_VULKAN;
  /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/lavapipe/
lvp_pipeline.c 480 .environment = NIR_SPIRV_VULKAN,

Completed in 29 milliseconds