Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/llvm/
H A Dac_llvm_build.h493 LLVMValueRef ac_build_inclusive_scan(struct ac_llvm_context *ctx, LLVMValueRef src, nir_op op);
H A Dac_llvm_build.c3836 LLVMValueRef ac_build_inclusive_scan(struct ac_llvm_context *ctx, LLVMValueRef src, nir_op op) in ac_build_inclusive_scan() function
4037 * Unlike ac_build_inclusive_scan, the caller \em must ensure that all threads
4063 ws->src = ac_build_inclusive_scan(ctx, ws->src, ws->op); in ac_build_wg_scan_top()
H A Dac_nir_to_llvm.c4089 ac_build_inclusive_scan(&ctx->ac, get_src(ctx, instr->src[0]), instr->const_index[0]); in visit_intrinsic()

Completed in 23 milliseconds