Searched refs:mem_scope (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/nir_to_spirv/
H A Dspirv_builder.h444 spirv_builder_emit_control_barrier(struct spirv_builder *b, SpvScope scope, SpvScope mem_scope, SpvMemorySemanticsMask semantics);
H A Dspirv_builder.c1518 spirv_builder_emit_control_barrier(struct spirv_builder *b, SpvScope scope, SpvScope mem_scope, SpvMemorySemanticsMask semantics) argument
1523 spirv_buffer_emit_word(&b->instructions, spirv_builder_const_uint(b, 32, mem_scope));
/xsrc/external/mit/MesaLib/dist/src/compiler/spirv/
H A Dspirv_to_nir.c2462 SpvScope mem_scope,
2475 nir_mem_scope = vtn_scope_to_nir_scope(b, mem_scope);
2461 vtn_emit_scoped_control_barrier(struct vtn_builder * b,SpvScope exec_scope,SpvScope mem_scope,SpvMemorySemanticsMask semantics) argument
/xsrc/external/mit/MesaLib/dist/src/microsoft/compiler/
H A Dnir_to_dxil.c2239 nir_scope mem_scope = nir_intrinsic_memory_scope(intr); local in function:emit_barrier
2246 if (mem_scope > NIR_SCOPE_WORKGROUP)
/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_instruction_selection.cpp7064 sync_scope mem_scope = translate_nir_scope(nir_intrinsic_memory_scope(instr)); local in function:aco::__anon562fcc110110::emit_scoped_barrier
7100 memory_sync_info((storage_class)storage, (memory_semantics)semantics, mem_scope),

Completed in 37 milliseconds