Searched refs:nir_store_global (Results 1 – 9 of 9) sorted by relevance
/third_party/mesa3d/src/panfrost/lib/ |
D | pan_indirect_dispatch.c | 180 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()
|
D | pan_indirect_draw.c | 222 nir_store_global(b, addr, 4, value, (1 << ncomps) - 1); in store_global()
|
/third_party/mesa3d/src/intel/compiler/ |
D | brw_nir_rt_builder.h | 50 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()
|
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 | 461 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/ |
D | panvk_vX_meta_copy.c | 1552 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/ |
D | nir_lower_shader_calls.c | 281 nir_store_global(before, addr, MIN2(comp_size, stack_alignment), def, ~0); in spill_fill()
|
D | nir_builder.h | 1620 #undef nir_store_global 1622 nir_store_global(nir_builder *build, nir_ssa_def *addr, unsigned align, in nir_store_global() function
|