Home
last modified time | relevance | path

Searched refs:nir_store_global (Results 1 – 9 of 9) sorted by relevance

/third_party/mesa3d/src/panfrost/lib/
Dpan_indirect_dispatch.c180 nir_store_global(&b, type_ptr, 1, ntype, 1); in GENX()
206 nir_store_global(&b, job_dim_ptr, 8, nir_vec2(&b, dims, split), 3); in GENX()
212 nir_store_global(&b, num_wg_x_ptr, 8, num_wg_x, 1); in GENX()
213 nir_store_global(&b, get_input_field(&b, num_wg_sysval[1]), 8, num_wg_y, 1); in GENX()
214 nir_store_global(&b, get_input_field(&b, num_wg_sysval[2]), 8, num_wg_z, 1); in GENX()
Dpan_indirect_draw.c222 nir_store_global(b, addr, 4, value, (1 << ncomps) - 1); in store_global()
/third_party/mesa3d/src/intel/compiler/
Dbrw_nir_rt_builder.h50 nir_store_global(b, addr, MIN2(align, BRW_BTD_STACK_ALIGN), in brw_nir_rt_store_scratch()
318 nir_store_global(b, nir_iadd_imm(b, dst_addr, offset), dst_align, in brw_nir_memcpy_global()
355 nir_store_global(b, nir_iadd_imm(b, ray_addr, 0), 16, in brw_nir_rt_store_mem_ray()
364 nir_store_global(b, nir_iadd_imm(b, ray_addr, 16), 16, in brw_nir_rt_store_mem_ray()
375 nir_store_global(b, nir_iadd_imm(b, ray_addr, 32), 16, in brw_nir_rt_store_mem_ray()
398 nir_store_global(b, nir_iadd_imm(b, ray_addr, 48), 16, in brw_nir_rt_store_mem_ray()
Dbrw_nir_lower_intersection_shader.c168 nir_store_global(b, flags_dw_addr, 4, in brw_nir_lower_intersection_shader()
224 nir_store_global(b, t_addr, 4, in brw_nir_lower_intersection_shader()
Dbrw_nir_lower_rt_intrinsics.c115 nir_store_global(b, hotzone_addr, 16, child_stack_offset, 0x1); in lower_rt_intrinsics_impl()
131 nir_store_global(b, hotzone_addr, 16, stack_base_offset, 0x1); in lower_rt_intrinsics_impl()
Dbrw_nir_rt.c461 nir_store_global(&b, brw_nir_rt_sw_hotzone_addr(&b, devinfo), 16, in brw_nir_create_raygen_trampoline()
/third_party/mesa3d/src/panfrost/vulkan/
Dpanvk_vX_meta_copy.c1552 nir_store_global(&b, bufptr, bufcompsz, texel, (1 << nbufcomps) - 1); in panvk_meta_copy_img2buf_shader()
1801 nir_store_global(&b, dstptr, blksz, in panvk_meta_copy_buf2buf_shader()
1953 nir_store_global(&b, ptr, sizeof(uint32_t), val, 1); in panvk_meta_fill_buf_shader()
/third_party/mesa3d/src/compiler/nir/
Dnir_lower_shader_calls.c281 nir_store_global(before, addr, MIN2(comp_size, stack_alignment), def, ~0); in spill_fill()
Dnir_builder.h1620 #undef nir_store_global
1622 nir_store_global(nir_builder *build, nir_ssa_def *addr, unsigned align, in nir_store_global() function