Home
last modified time | relevance | path

Searched refs:NIR_SCOPE_SUBGROUP (Results 1 – 7 of 7) sorted by relevance

/third_party/mesa3d/src/compiler/spirv/
Dvtn_amd.c42 def = nir_pack_64_2x32(&b->nb, nir_shader_clock(&b->nb, NIR_SCOPE_SUBGROUP)); in vtn_handle_amd_gcn_shader_instruction()
Dspirv_to_nir.c2442 nir_scope = NIR_SCOPE_SUBGROUP; in vtn_scope_to_nir_scope()
5945 nir_scope = NIR_SCOPE_SUBGROUP; in vtn_handle_body_instruction()
/third_party/mesa3d/src/compiler/nir/
Dnir_print.c948 case NIR_SCOPE_SUBGROUP: fprintf(fp, "SUBGROUP"); break; in print_intrinsic_instr()
Dnir.h1805 NIR_SCOPE_SUBGROUP, enumerator
/third_party/mesa3d/src/compiler/glsl/
Dglsl_to_nir.cpp1411 nir_intrinsic_set_memory_scope(instr, NIR_SCOPE_SUBGROUP); in visit()
/third_party/mesa3d/src/gallium/drivers/zink/nir_to_spirv/
Dnir_to_spirv.c149 [NIR_SCOPE_SUBGROUP] = SpvScopeSubgroup, in get_scope()
/third_party/mesa3d/src/amd/compiler/
Daco_instruction_selection.cpp7052 case NIR_SCOPE_SUBGROUP: return scope_subgroup; in translate_nir_scope()
8715 if (nir_intrinsic_memory_scope(instr) == NIR_SCOPE_SUBGROUP && in visit_intrinsic()