Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/vulkan/
Dradv_meta_fmask_copy.c46 nir_ssa_def *invoc_id = nir_load_local_invocation_id(&b); in build_fmask_copy_compute_shader() local
52 nir_ssa_def *global_id = nir_iadd(&b, nir_imul(&b, wg_id, block_size), invoc_id); in build_fmask_copy_compute_shader()
Dradv_meta_decompress.c54 nir_ssa_def *invoc_id = nir_load_local_invocation_id(&b); in build_expand_depth_stencil_compute_shader() local
60 nir_ssa_def *global_id = nir_iadd(&b, nir_imul(&b, wg_id, block_size), invoc_id); in build_expand_depth_stencil_compute_shader()
Dradv_acceleration_structure.c1681 nir_ssa_def *invoc_id = nir_load_local_invocation_id(&b); in build_copy_shader() local
1688 nir_channel(&b, nir_iadd(&b, nir_imul(&b, wg_id, block_size), invoc_id), 0); in build_copy_shader()
/third_party/mesa3d/src/intel/compiler/
Dbrw_nir.c1608 nir_ssa_def *invoc_id = nir_load_invocation_id(&b); in brw_nir_create_passthrough_tcs() local
1636 load = nir_load_per_vertex_input(&b, 4, 32, invoc_id, zero, .base = varying); in brw_nir_create_passthrough_tcs()
1638 nir_store_per_vertex_output(&b, load, invoc_id, zero, in brw_nir_create_passthrough_tcs()