Searched refs:nir_store_global (Results 1 - 10 of 10) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/panfrost/lib/ |
| H A D | pan_indirect_dispatch.c | 180 nir_store_global(&b, type_ptr, 1, ntype, 1); 206 nir_store_global(&b, job_dim_ptr, 8, nir_vec2(&b, dims, split), 3); 212 nir_store_global(&b, num_wg_x_ptr, 8, num_wg_x, 1); 213 nir_store_global(&b, get_input_field(&b, num_wg_sysval[1]), 8, num_wg_y, 1); 214 nir_store_global(&b, get_input_field(&b, num_wg_sysval[2]), 8, num_wg_z, 1);
|
| H A D | pan_indirect_draw.c | 222 nir_store_global(b, addr, 4, value, (1 << ncomps) - 1);
|
| /xsrc/external/mit/MesaLib/dist/src/intel/compiler/ |
| H A D | brw_nir_rt_builder.h | 50 nir_store_global(b, addr, MIN2(align, BRW_BTD_STACK_ALIGN), 318 nir_store_global(b, nir_iadd_imm(b, dst_addr, offset), dst_align, 355 nir_store_global(b, nir_iadd_imm(b, ray_addr, 0), 16, 364 nir_store_global(b, nir_iadd_imm(b, ray_addr, 16), 16, 375 nir_store_global(b, nir_iadd_imm(b, ray_addr, 32), 16, 398 nir_store_global(b, nir_iadd_imm(b, ray_addr, 48), 16,
|
| H A D | brw_nir_lower_intersection_shader.c | 168 nir_store_global(b, flags_dw_addr, 4, 224 nir_store_global(b, t_addr, 4,
|
| H A D | brw_nir_lower_rt_intrinsics.c | 115 nir_store_global(b, hotzone_addr, 16, child_stack_offset, 0x1); 131 nir_store_global(b, hotzone_addr, 16, stack_base_offset, 0x1);
|
| H A D | brw_nir_rt.c | 461 nir_store_global(&b, brw_nir_rt_sw_hotzone_addr(&b, devinfo), 16,
|
| /xsrc/external/mit/MesaLib/dist/src/panfrost/vulkan/ |
| H A D | panvk_vX_meta_copy.c | 1552 nir_store_global(&b, bufptr, bufcompsz, texel, (1 << nbufcomps) - 1); 1801 nir_store_global(&b, dstptr, blksz, 1953 nir_store_global(&b, ptr, sizeof(uint32_t), val, 1);
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/nir/ |
| H A D | nir_lower_shader_calls.c | 281 nir_store_global(before, addr, MIN2(comp_size, stack_alignment), def, ~0);
|
| H A D | nir_builder.h | 1620 #undef nir_store_global 1622 nir_store_global(nir_builder *build, nir_ssa_def *addr, unsigned align, function in typeref:typename:void
|
| /xsrc/external/mit/MesaLib/src/compiler/nir/ |
| H A D | nir_builder_opcodes.h | 13473 #define nir_store_global nir_build_store_global macro
|
Completed in 56 milliseconds