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

/xsrc/external/mit/MesaLib.old/dist/src/amd/common/
H A Dac_llvm_build.h635 ac_build_exclusive_scan(struct ac_llvm_context *ctx, LLVMValueRef src, nir_op op);
H A Dac_llvm_build.c3794 ac_build_exclusive_scan(struct ac_llvm_context *ctx, LLVMValueRef src, nir_op op) function in typeref:typename:LLVMValueRef
3985 ws->extra = ac_build_exclusive_scan(ctx, ws->src, ws->op);
H A Dac_nir_to_llvm.c3439 result = ac_build_exclusive_scan(&ctx->ac,
/xsrc/external/mit/MesaLib/dist/src/amd/llvm/
H A Dac_llvm_build.h514 LLVMValueRef ac_build_exclusive_scan(struct ac_llvm_context *ctx, LLVMValueRef src, nir_op op);
H A Dac_llvm_build.c4095 LLVMValueRef ac_build_exclusive_scan(struct ac_llvm_context *ctx, LLVMValueRef src, nir_op op) function in typeref:typename:LLVMValueRef
4291 ws->extra = ac_build_exclusive_scan(ctx, ws->src, ws->op);
H A Dac_nir_to_llvm.c4067 ac_build_exclusive_scan(&ctx->ac, get_src(ctx, instr->src[0]), instr->const_index[0]);

Completed in 47 milliseconds