Home
last modified time | relevance | path

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

/third_party/mesa3d/src/compiler/nir/
Dnir_opt_uniform_atomics.c199 nir_ssa_def *last_lane = nir_last_invocation(b); in reduce_data() local
201 *reduce = nir_read_invocation(b, res, last_lane); in reduce_data()
/third_party/mesa3d/src/amd/llvm/
Dac_llvm_build.c3958 const LLVMValueRef last_lane = LLVMConstInt(ctx->i32, ctx->wave_size - 1, false); in ac_build_wg_wavescan_top() local
3963 tmp = LLVMBuildICmp(builder, LLVMIntEQ, tid, last_lane, ""); in ac_build_wg_wavescan_top()