Home
last modified time | relevance | path

Searched refs:NIR_SCOPE_QUEUE_FAMILY (Results 1 – 6 of 6) sorted by relevance

/third_party/mesa3d/src/compiler/nir/
Dnir_print.c1043 case NIR_SCOPE_QUEUE_FAMILY: fprintf(fp, "QUEUE_FAMILY"); break; in print_intrinsic_instr()
Dnir.h1786 NIR_SCOPE_QUEUE_FAMILY, enumerator
/third_party/mesa3d/src/compiler/spirv/
Dspirv_to_nir.c2492 nir_scope = NIR_SCOPE_QUEUE_FAMILY; in vtn_scope_to_nir_scope()
/third_party/mesa3d/src/gallium/drivers/zink/nir_to_spirv/
Dnir_to_spirv.c154 [NIR_SCOPE_QUEUE_FAMILY] = SpvScopeQueueFamily, in get_scope()
/third_party/mesa3d/src/intel/compiler/
Dbrw_fs_nir.cpp4267 case NIR_SCOPE_QUEUE_FAMILY: in lsc_fence_descriptor_for_intrinsic()
/third_party/mesa3d/src/amd/compiler/
Daco_instruction_selection.cpp7293 case NIR_SCOPE_QUEUE_FAMILY: return scope_queuefamily; in translate_nir_scope()