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.c107 nir_store_global(&b, type_ptr, 1, ntype, 1); in GENX()
133 nir_store_global(&b, job_dim_ptr, 8, nir_vec2(&b, dims, split), 3); in GENX()
139 nir_store_global(&b, num_wg_x_ptr, 8, num_wg_x, 1); in GENX()
140 nir_store_global(&b, get_input_field(&b, num_wg_sysval[1]), 8, num_wg_y, 1); in GENX()
141 nir_store_global(&b, get_input_field(&b, num_wg_sysval[2]), 8, num_wg_z, 1); in GENX()
Dpan_indirect_draw.c208 nir_store_global(b, addr, 4, value, (1 << ncomps) - 1); in store_global()
/third_party/mesa3d/src/intel/compiler/
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.c467 nir_store_global(&b, brw_nir_rt_sw_hotzone_addr(&b, devinfo), 16, in brw_nir_create_raygen_trampoline()
/third_party/mesa3d/src/panfrost/util/
Dpan_lower_xfb.c60 nir_store_global(b, addr, 4, value, BITFIELD_MASK(num_components)); in lower_xfb_output()
/third_party/mesa3d/src/panfrost/vulkan/
Dpanvk_vX_meta_copy.c1425 nir_store_global(&b, bufptr, bufcompsz, texel, (1 << nbufcomps) - 1); in panvk_meta_copy_img2buf_shader()
1652 nir_store_global(&b, dstptr, blksz, in panvk_meta_copy_buf2buf_shader()
1783 nir_store_global(&b, ptr, sizeof(uint32_t), val, 1); in panvk_meta_fill_buf_shader()
/third_party/mesa3d/src/compiler/nir/
Dnir_builder.h1512 #undef nir_store_global
1514 nir_store_global(nir_builder *build, nir_ssa_def *addr, unsigned align, in nir_store_global() function
Dnir_lower_shader_calls.c284 nir_store_global(before, addr, MIN2(comp_size, stack_alignment), def, ~0); in spill_fill()