Home
last modified time | relevance | path

Searched refs:wg_id (Results 1 - 3 of 3) sorted by relevance

/third_party/mesa3d/src/amd/vulkan/
H A Dradv_meta_fmask_copy.c47 nir_ssa_def *wg_id = nir_load_workgroup_id(&b, 32); 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()
H A Dradv_meta_decompress.c55 nir_ssa_def *wg_id = nir_load_workgroup_id(&b, 32); 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()
H A Dradv_acceleration_structure.c1682 nir_ssa_def *wg_id = nir_load_workgroup_id(&b, 32); 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()

Completed in 9 milliseconds