Home
last modified time | relevance | path

Searched refs:NIR_SCOPE_WORKGROUP (Results 1 - 21 of 21) sorted by relevance

/third_party/mesa3d/src/compiler/nir/
H A Dnir_lower_task_shader.c90 .execution_scope = NIR_SCOPE_WORKGROUP, in append_launch_mesh_workgroups_to_nv_task()
91 .memory_scope = NIR_SCOPE_WORKGROUP, in append_launch_mesh_workgroups_to_nv_task()
101 .execution_scope = NIR_SCOPE_WORKGROUP, in append_launch_mesh_workgroups_to_nv_task()
102 .memory_scope = NIR_SCOPE_WORKGROUP, in append_launch_mesh_workgroups_to_nv_task()
211 nir_scoped_barrier(b, .execution_scope = NIR_SCOPE_WORKGROUP, in emit_shared_to_payload_copy()
212 .memory_scope = NIR_SCOPE_WORKGROUP, in emit_shared_to_payload_copy()
H A Dnir_lower_variable_initializers.c194 nir_scoped_barrier(&b, NIR_SCOPE_WORKGROUP, NIR_SCOPE_WORKGROUP, in nir_zero_initialize_shared_memory()
H A Dnir_print.c1044 case NIR_SCOPE_WORKGROUP: fprintf(fp, "WORKGROUP"); break; in print_intrinsic_instr()
H A Dnir.h1785 NIR_SCOPE_WORKGROUP,
/third_party/mesa3d/src/amd/common/
H A Dac_nir_lower_ngg.c324 nir_scoped_barrier(b, .execution_scope=NIR_SCOPE_WORKGROUP, .memory_scope=NIR_SCOPE_WORKGROUP, in repack_invocations_in_workgroup()
816 nir_scoped_barrier(b, .execution_scope=NIR_SCOPE_WORKGROUP, .memory_scope=NIR_SCOPE_WORKGROUP, in compact_vertices_after_culling()
1231 nir_scoped_barrier(b, .execution_scope=NIR_SCOPE_WORKGROUP, .memory_scope=NIR_SCOPE_WORKGROUP, in add_deferred_attribute_culling()
1276 nir_scoped_barrier(b, .execution_scope=NIR_SCOPE_WORKGROUP, .memory_scope=NIR_SCOPE_WORKGROUP, in add_deferred_attribute_culling()
1466 nir_scoped_barrier(b, .execution_scope = NIR_SCOPE_WORKGROUP, in ac_nir_lower_ngg_nogs()
1467 .memory_scope = NIR_SCOPE_WORKGROUP, in ac_nir_lower_ngg_nogs()
[all...]
H A Dac_nir_lower_tess_io_to_mem.c490 if (exec_scope == NIR_SCOPE_WORKGROUP && st->tcs_out_patch_fits_subgroup) in update_hs_scoped_barrier()
494 if (mem_scope == NIR_SCOPE_WORKGROUP && st->tcs_out_patch_fits_subgroup) in update_hs_scoped_barrier()
558 st->tcs_out_patch_fits_subgroup ? NIR_SCOPE_SUBGROUP : NIR_SCOPE_WORKGROUP; in hs_emit_write_tess_factors()
H A Dac_nir_lower_taskmesh_io_to_mem.c271 nir_scoped_barrier(b, .execution_scope = NIR_SCOPE_WORKGROUP, in lower_task_launch_mesh_workgroups()
272 .memory_scope = NIR_SCOPE_WORKGROUP, in lower_task_launch_mesh_workgroups()
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_nir_lower_scoped_barriers.c45 if (nir_intrinsic_execution_scope(intr) == NIR_SCOPE_WORKGROUP) { in lower_instr()
H A Dbrw_mesh.cpp610 nir_scoped_barrier(&b, NIR_SCOPE_WORKGROUP, NIR_SCOPE_WORKGROUP, in brw_nir_initialize_mue()
H A Dbrw_fs_nir.cpp4271 case NIR_SCOPE_WORKGROUP:
/third_party/mesa3d/src/compiler/spirv/tests/
H A Davail_vis.cpp215 EXPECT_EQ(nir_intrinsic_memory_scope(first), NIR_SCOPE_WORKGROUP); in TEST_F() local
287 EXPECT_EQ(nir_intrinsic_memory_scope(first), NIR_SCOPE_WORKGROUP); in TEST_F() local
418 EXPECT_EQ(nir_intrinsic_memory_scope(intrinsic), NIR_SCOPE_WORKGROUP); in TEST_F() local
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_meta_decompress.c70 nir_scoped_barrier(&b, .execution_scope = NIR_SCOPE_WORKGROUP, .memory_scope = NIR_SCOPE_DEVICE, in build_expand_depth_stencil_compute_shader()
H A Dradv_meta_fast_clear.c69 nir_scoped_barrier(&b, .execution_scope = NIR_SCOPE_WORKGROUP, .memory_scope = NIR_SCOPE_DEVICE, in build_dcc_decompress_compute_shader()
/third_party/mesa3d/src/gallium/frontends/lavapipe/
H A Dlvp_pipeline.c253 if (nir_intrinsic_memory_scope(intr) == NIR_SCOPE_WORKGROUP || in remove_scoped_barriers_impl()
/third_party/mesa3d/src/microsoft/compiler/
H A Dnir_to_dxil.c2539 if (execution_scope == NIR_SCOPE_WORKGROUP) in emit_barrier_impl()
2543 if (mem_scope > NIR_SCOPE_WORKGROUP) in emit_barrier_impl()
2596 NIR_SCOPE_WORKGROUP); in emit_memory_barrier_shared()
2606 NIR_SCOPE_WORKGROUP); in emit_group_memory_barrier()
2614 NIR_SCOPE_WORKGROUP, in emit_control_barrier()
/third_party/mesa3d/src/compiler/nir/tests/
H A Dload_store_vectorizer_tests.cpp860 nir_scoped_memory_barrier(b, NIR_SCOPE_WORKGROUP, NIR_MEMORY_ACQ_REL, in TEST_F()
/third_party/mesa3d/src/freedreno/ir3/
H A Dir3_compiler_nir.c1668 if (exec_scope >= NIR_SCOPE_WORKGROUP) { in emit_intrinsic_barrier()
/third_party/mesa3d/src/gallium/drivers/zink/nir_to_spirv/
H A Dnir_to_spirv.c153 [NIR_SCOPE_WORKGROUP] = SpvScopeWorkgroup, in get_scope()
/third_party/mesa3d/src/compiler/spirv/
H A Dspirv_to_nir.c2496 nir_scope = NIR_SCOPE_WORKGROUP; in vtn_scope_to_nir_scope()
/third_party/mesa3d/src/amd/llvm/
H A Dac_nir_to_llvm.c3931 if (nir_intrinsic_execution_scope(instr) == NIR_SCOPE_WORKGROUP) in visit_intrinsic()
/third_party/mesa3d/src/amd/compiler/
H A Daco_instruction_selection.cpp7292 case NIR_SCOPE_WORKGROUP: return scope_workgroup;

Completed in 77 milliseconds