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

/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_opt_uniform_atomics.c185 nir_ssa_def *last_lane = nir_last_invocation(b); local in function:reduce_data
187 *reduce = nir_read_invocation(b, res, last_lane);
/xsrc/external/mit/MesaLib/dist/src/amd/llvm/
H A Dac_llvm_build.c4194 const LLVMValueRef last_lane = LLVMConstInt(ctx->i32, ctx->wave_size - 1, false); local in function:ac_build_wg_wavescan_top
4199 tmp = LLVMBuildICmp(builder, LLVMIntEQ, tid, last_lane, "");

Completed in 10 milliseconds