Searched refs:nir_store_global (Results 1 – 9 of 9) sorted by relevance
/third_party/mesa3d/src/panfrost/lib/ |
D | pan_indirect_dispatch.c | 107 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()
|
D | pan_indirect_draw.c | 208 nir_store_global(b, addr, 4, value, (1 << ncomps) - 1); in store_global()
|
/third_party/mesa3d/src/intel/compiler/ |
D | brw_nir_lower_intersection_shader.c | 168 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()
|
D | brw_nir_lower_rt_intrinsics.c | 115 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()
|
D | brw_nir_rt.c | 467 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/ |
D | pan_lower_xfb.c | 60 nir_store_global(b, addr, 4, value, BITFIELD_MASK(num_components)); in lower_xfb_output()
|
/third_party/mesa3d/src/panfrost/vulkan/ |
D | panvk_vX_meta_copy.c | 1425 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/ |
D | nir_builder.h | 1512 #undef nir_store_global 1514 nir_store_global(nir_builder *build, nir_ssa_def *addr, unsigned align, in nir_store_global() function
|
D | nir_lower_shader_calls.c | 284 nir_store_global(before, addr, MIN2(comp_size, stack_alignment), def, ~0); in spill_fill()
|