Searched refs:stack_base_offset (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_nir_lower_rt_intrinsics.c87 nir_ssa_def *stack_base_offset = nir_channel(b, hotzone, 0); local in function:lower_rt_intrinsics_impl
89 nir_iadd(b, thread_stack_base_addr, nir_u2u64(b, stack_base_offset));
114 nir_iadd_imm(b, stack_base_offset, stack_size);
129 stack_base_offset =
130 nir_iadd_imm(b, stack_base_offset, -stack_size);
131 nir_store_global(b, hotzone_addr, 16, stack_base_offset, 0x1);
133 nir_u2u64(b, stack_base_offset));

Completed in 2 milliseconds