Searched refs:dst_img_coord (Results 1 - 1 of 1) sorted by relevance
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_meta_bufimage.c | 758 nir_ssa_def *dst_img_coord = nir_iadd(&b, global_id, dst_offset); in build_nir_itoi_r32g32b32_compute_shader() local 765 nir_iadd(&b, nir_imul(&b, nir_channel(&b, dst_img_coord, 1), dst_stride), in build_nir_itoi_r32g32b32_compute_shader() 766 nir_imul_imm(&b, nir_channel(&b, dst_img_coord, 0), 3)); in build_nir_itoi_r32g32b32_compute_shader()
|
Completed in 9 milliseconds