Searched refs:last_lane (Results 1 – 2 of 2) sorted by relevance
199 nir_ssa_def *last_lane = nir_last_invocation(b); in reduce_data() local201 *reduce = nir_read_invocation(b, res, last_lane); in reduce_data()
3958 const LLVMValueRef last_lane = LLVMConstInt(ctx->i32, ctx->wave_size - 1, false); in ac_build_wg_wavescan_top() local3963 tmp = LLVMBuildICmp(builder, LLVMIntEQ, tid, last_lane, ""); in ac_build_wg_wavescan_top()