Home
last modified time | relevance | path

Searched refs:NIR_SCOPE_SHADER_CALL (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/compiler/nir/
Dnir_print.c947 case NIR_SCOPE_SHADER_CALL: fprintf(fp, "SHADER_CALL"); break; in print_intrinsic_instr()
Dnir.h1806 NIR_SCOPE_SHADER_CALL, enumerator
/third_party/mesa3d/src/gallium/drivers/zink/nir_to_spirv/
Dnir_to_spirv.c150 [NIR_SCOPE_SHADER_CALL] = SpvScopeShaderCallKHR, in get_scope()
/third_party/mesa3d/src/compiler/spirv/
Dspirv_to_nir.c2450 nir_scope = NIR_SCOPE_SHADER_CALL; in vtn_scope_to_nir_scope()
/third_party/mesa3d/src/amd/compiler/
Daco_instruction_selection.cpp7056 case NIR_SCOPE_SHADER_CALL: return scope_invocation; in translate_nir_scope()