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

/xsrc/external/mit/MesaLib.old/dist/src/amd/common/
H A Dac_llvm_build.h632 ac_build_inclusive_scan(struct ac_llvm_context *ctx, LLVMValueRef src, nir_op op);
H A Dac_llvm_build.c3769 ac_build_inclusive_scan(struct ac_llvm_context *ctx, LLVMValueRef src, nir_op op) function in typeref:typename:LLVMValueRef
3963 * Unlike ac_build_inclusive_scan, the caller \em must ensure that all threads
3990 ws->src = ac_build_inclusive_scan(ctx, ws->src, ws->op);
H A Dac_nir_to_llvm.c3434 result = ac_build_inclusive_scan(&ctx->ac,
/xsrc/external/mit/MesaLib/dist/src/amd/llvm/
H A Dac_llvm_build.h512 LLVMValueRef ac_build_inclusive_scan(struct ac_llvm_context *ctx, LLVMValueRef src, nir_op op);
H A Dac_llvm_build.c4072 LLVMValueRef ac_build_inclusive_scan(struct ac_llvm_context *ctx, LLVMValueRef src, nir_op op) function in typeref:typename:LLVMValueRef
4271 * Unlike ac_build_inclusive_scan, the caller \em must ensure that all threads
4296 ws->src = ac_build_inclusive_scan(ctx, ws->src, ws->op);
H A Dac_nir_to_llvm.c4063 ac_build_inclusive_scan(&ctx->ac, get_src(ctx, instr->src[0]), instr->const_index[0]);

Completed in 31 milliseconds