Home
last modified time | relevance | path

Searched refs:invoc_id (Results 1 – 25 of 42) sorted by relevance

12

/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/amd/vulkan/
H A Dradv_meta_bufimage.c62 nir_ssa_def *invoc_id = nir_load_local_invocation_id(&b); in build_nir_itob_compute_shader() local
69 nir_ssa_def *global_id = nir_iadd(&b, nir_imul(&b, wg_id, block_size), invoc_id); in build_nir_itob_compute_shader()
291 nir_ssa_def *invoc_id = nir_load_local_invocation_id(&b); in build_nir_btoi_compute_shader() local
298 nir_ssa_def *global_id = nir_iadd(&b, nir_imul(&b, wg_id, block_size), invoc_id); in build_nir_btoi_compute_shader()
513 nir_ssa_def *invoc_id = nir_load_local_invocation_id(&b); in build_nir_btoi_r32g32b32_compute_shader() local
520 nir_ssa_def *global_id = nir_iadd(&b, nir_imul(&b, wg_id, block_size), invoc_id); in build_nir_btoi_r32g32b32_compute_shader()
721 nir_ssa_def *invoc_id = nir_load_local_invocation_id(&b); in build_nir_itoi_compute_shader() local
728 nir_ssa_def *global_id = nir_iadd(&b, nir_imul(&b, wg_id, block_size), invoc_id); in build_nir_itoi_compute_shader()
938 nir_ssa_def *invoc_id = nir_load_local_invocation_id(&b); in build_nir_itoi_r32g32b32_compute_shader() local
1145 nir_ssa_def *invoc_id = nir_load_local_invocation_id(&b); in build_nir_cleari_compute_shader() local
[all …]
H A Dradv_meta_buffer.c18 nir_ssa_def *invoc_id = nir_load_local_invocation_id(&b); in build_buffer_fill_shader() local
25 nir_ssa_def *global_id = nir_iadd(&b, nir_imul(&b, wg_id, block_size), invoc_id); in build_buffer_fill_shader()
73 nir_ssa_def *invoc_id = nir_load_local_invocation_id(&b); in build_buffer_copy_shader() local
80 nir_ssa_def *global_id = nir_iadd(&b, nir_imul(&b, wg_id, block_size), invoc_id); in build_buffer_copy_shader()
H A Dradv_meta_fmask_expand.c60 nir_ssa_def *invoc_id = nir_load_local_invocation_id(&b); in build_fmask_expand_compute_shader() local
67 nir_ssa_def *global_id = nir_iadd(&b, nir_imul(&b, wg_id, block_size), invoc_id); in build_fmask_expand_compute_shader()
H A Dradv_query.c206 nir_ssa_def *invoc_id = nir_load_local_invocation_id(&b); in build_occlusion_query_shader() local
212 nir_ssa_def *global_id = nir_iadd(&b, nir_imul(&b, wg_id, block_size), invoc_id); in build_occlusion_query_shader()
398 nir_ssa_def *invoc_id = nir_load_local_invocation_id(&b); in build_pipeline_statistics_query_shader() local
404 nir_ssa_def *global_id = nir_iadd(&b, nir_imul(&b, wg_id, block_size), invoc_id); in build_pipeline_statistics_query_shader()
638 nir_ssa_def *invoc_id = nir_load_local_invocation_id(&b); in build_tfb_query_shader() local
644 nir_ssa_def *global_id = nir_iadd(&b, nir_imul(&b, wg_id, block_size), invoc_id); in build_tfb_query_shader()
840 nir_ssa_def *invoc_id = nir_load_local_invocation_id(&b); in build_timestamp_query_shader() local
846 nir_ssa_def *global_id = nir_iadd(&b, nir_imul(&b, wg_id, block_size), invoc_id); in build_timestamp_query_shader()
H A Dradv_meta_resolve_cs.c95 nir_ssa_def *invoc_id = nir_load_local_invocation_id(&b); in build_resolve_compute_shader() local
102 nir_ssa_def *global_id = nir_iadd(&b, nir_imul(&b, wg_id, block_size), invoc_id); in build_resolve_compute_shader()
197 nir_ssa_def *invoc_id = nir_load_local_invocation_id(&b); in build_depth_stencil_resolve_compute_shader() local
204 nir_ssa_def *global_id = nir_iadd(&b, nir_imul(&b, wg_id, block_size), invoc_id); in build_depth_stencil_resolve_compute_shader()
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/amd/vulkan/
H A Dradv_meta_fmask_copy.c45 nir_ssa_def *invoc_id = nir_load_local_invocation_id(&b); in build_fmask_copy_compute_shader() local
51 nir_ssa_def *global_id = nir_iadd(&b, nir_imul(&b, wg_id, block_size), invoc_id); in build_fmask_copy_compute_shader()
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_resolve/src/
H A Dbuild_reduced_graph.rs1164 let invoc_id = id.placeholder_to_expn_id(); in visit_invoc() localVariable
1165 let old_parent_scope = self.r.invocation_parent_scopes.insert(invoc_id, self.parent_scope); in visit_invoc()
1167 invoc_id in visit_invoc()
1173 let invoc_id = self.visit_invoc(id); in visit_invoc_in_module() localVariable
1174 self.parent_scope.module.unexpanded_invocations.borrow_mut().insert(invoc_id); in visit_invoc_in_module()
1175 self.r.arenas.alloc_macro_rules_scope(MacroRulesScope::Invocation(invoc_id)) in visit_invoc_in_module()
H A Dmacros.rs259 let invoc_id = invoc.expansion_data.id;
260 let parent_scope = match self.invocation_parent_scopes.get(&invoc_id) {
270 self.invocation_parent_scopes.insert(invoc_id, parent_scope);
303 invoc_id.set_expn_data(
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/intel/compiler/
H A Dbrw_nir.c1360 nir_ssa_def *invoc_id = nir_load_invocation_id(&b); in brw_nir_create_passthrough_tcs() local
1401 load->src[0] = nir_src_for_ssa(invoc_id); in brw_nir_create_passthrough_tcs()
1411 store->src[1] = nir_src_for_ssa(invoc_id); in brw_nir_create_passthrough_tcs()
/dports/lang/clover/mesa-21.3.6/src/intel/compiler/
H A Dbrw_nir.c1489 nir_ssa_def *invoc_id = nir_load_invocation_id(&b); in brw_nir_create_passthrough_tcs() local
1517 load = nir_load_per_vertex_input(&b, 4, 32, invoc_id, zero, .base = varying); in brw_nir_create_passthrough_tcs()
1519 nir_store_per_vertex_output(&b, load, invoc_id, zero, in brw_nir_create_passthrough_tcs()
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/intel/compiler/
H A Dbrw_nir.c1489 nir_ssa_def *invoc_id = nir_load_invocation_id(&b); in brw_nir_create_passthrough_tcs() local
1517 load = nir_load_per_vertex_input(&b, 4, 32, invoc_id, zero, .base = varying); in brw_nir_create_passthrough_tcs()
1519 nir_store_per_vertex_output(&b, load, invoc_id, zero, in brw_nir_create_passthrough_tcs()
/dports/graphics/libosmesa/mesa-21.3.6/src/intel/compiler/
H A Dbrw_nir.c1489 nir_ssa_def *invoc_id = nir_load_invocation_id(&b); in brw_nir_create_passthrough_tcs() local
1517 load = nir_load_per_vertex_input(&b, 4, 32, invoc_id, zero, .base = varying); in brw_nir_create_passthrough_tcs()
1519 nir_store_per_vertex_output(&b, load, invoc_id, zero, in brw_nir_create_passthrough_tcs()
/dports/graphics/mesa-libs/mesa-21.3.6/src/intel/compiler/
H A Dbrw_nir.c1489 nir_ssa_def *invoc_id = nir_load_invocation_id(&b); in brw_nir_create_passthrough_tcs() local
1517 load = nir_load_per_vertex_input(&b, 4, 32, invoc_id, zero, .base = varying); in brw_nir_create_passthrough_tcs()
1519 nir_store_per_vertex_output(&b, load, invoc_id, zero, in brw_nir_create_passthrough_tcs()
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/intel/compiler/
H A Dbrw_nir.c1489 nir_ssa_def *invoc_id = nir_load_invocation_id(&b); in brw_nir_create_passthrough_tcs() local
1517 load = nir_load_per_vertex_input(&b, 4, 32, invoc_id, zero, .base = varying); in brw_nir_create_passthrough_tcs()
1519 nir_store_per_vertex_output(&b, load, invoc_id, zero, in brw_nir_create_passthrough_tcs()
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/intel/compiler/
H A Dbrw_nir.c1489 nir_ssa_def *invoc_id = nir_load_invocation_id(&b); in brw_nir_create_passthrough_tcs() local
1517 load = nir_load_per_vertex_input(&b, 4, 32, invoc_id, zero, .base = varying); in brw_nir_create_passthrough_tcs()
1519 nir_store_per_vertex_output(&b, load, invoc_id, zero, in brw_nir_create_passthrough_tcs()
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/intel/compiler/
H A Dbrw_nir.c1489 nir_ssa_def *invoc_id = nir_load_invocation_id(&b); in brw_nir_create_passthrough_tcs() local
1517 load = nir_load_per_vertex_input(&b, 4, 32, invoc_id, zero, .base = varying); in brw_nir_create_passthrough_tcs()
1519 nir_store_per_vertex_output(&b, load, invoc_id, zero, in brw_nir_create_passthrough_tcs()
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/intel/compiler/
H A Dbrw_nir.c1489 nir_ssa_def *invoc_id = nir_load_invocation_id(&b); in brw_nir_create_passthrough_tcs() local
1517 load = nir_load_per_vertex_input(&b, 4, 32, invoc_id, zero, .base = varying); in brw_nir_create_passthrough_tcs()
1519 nir_store_per_vertex_output(&b, load, invoc_id, zero, in brw_nir_create_passthrough_tcs()
/dports/graphics/mesa-dri/mesa-21.3.6/src/intel/compiler/
H A Dbrw_nir.c1489 nir_ssa_def *invoc_id = nir_load_invocation_id(&b); in brw_nir_create_passthrough_tcs() local
1517 load = nir_load_per_vertex_input(&b, 4, 32, invoc_id, zero, .base = varying); in brw_nir_create_passthrough_tcs()
1519 nir_store_per_vertex_output(&b, load, invoc_id, zero, in brw_nir_create_passthrough_tcs()
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/intel/compiler/
H A Dbrw_nir.c1565 nir_ssa_def *invoc_id = nir_load_invocation_id(&b); in brw_nir_create_passthrough_tcs() local
1593 load = nir_load_per_vertex_input(&b, 4, 32, invoc_id, zero, .base = varying); in brw_nir_create_passthrough_tcs()
1595 nir_store_per_vertex_output(&b, load, invoc_id, zero, in brw_nir_create_passthrough_tcs()
/dports/lang/clover/mesa-21.3.6/src/amd/vulkan/
H A Dradv_meta_decompress.c56 nir_ssa_def *invoc_id = nir_load_local_invocation_id(&b); in build_expand_depth_stencil_compute_shader() local
62 nir_ssa_def *global_id = nir_iadd(&b, nir_imul(&b, wg_id, block_size), invoc_id); in build_expand_depth_stencil_compute_shader()
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/amd/vulkan/
H A Dradv_meta_decompress.c56 nir_ssa_def *invoc_id = nir_load_local_invocation_id(&b); in build_expand_depth_stencil_compute_shader() local
62 nir_ssa_def *global_id = nir_iadd(&b, nir_imul(&b, wg_id, block_size), invoc_id); in build_expand_depth_stencil_compute_shader()
/dports/graphics/libosmesa/mesa-21.3.6/src/amd/vulkan/
H A Dradv_meta_decompress.c56 nir_ssa_def *invoc_id = nir_load_local_invocation_id(&b); in build_expand_depth_stencil_compute_shader() local
62 nir_ssa_def *global_id = nir_iadd(&b, nir_imul(&b, wg_id, block_size), invoc_id); in build_expand_depth_stencil_compute_shader()
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/amd/vulkan/
H A Dradv_meta_decompress.c56 nir_ssa_def *invoc_id = nir_load_local_invocation_id(&b); in build_expand_depth_stencil_compute_shader() local
62 nir_ssa_def *global_id = nir_iadd(&b, nir_imul(&b, wg_id, block_size), invoc_id); in build_expand_depth_stencil_compute_shader()
/dports/graphics/mesa-libs/mesa-21.3.6/src/amd/vulkan/
H A Dradv_meta_decompress.c56 nir_ssa_def *invoc_id = nir_load_local_invocation_id(&b); in build_expand_depth_stencil_compute_shader() local
62 nir_ssa_def *global_id = nir_iadd(&b, nir_imul(&b, wg_id, block_size), invoc_id); in build_expand_depth_stencil_compute_shader()
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/amd/vulkan/
H A Dradv_meta_decompress.c56 nir_ssa_def *invoc_id = nir_load_local_invocation_id(&b); in build_expand_depth_stencil_compute_shader() local
62 nir_ssa_def *global_id = nir_iadd(&b, nir_imul(&b, wg_id, block_size), invoc_id); in build_expand_depth_stencil_compute_shader()

12