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 D | ac_llvm_build.h | 632 ac_build_inclusive_scan(struct ac_llvm_context *ctx, LLVMValueRef src, nir_op op);
|
| H A D | ac_llvm_build.c | 3769 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 D | ac_nir_to_llvm.c | 3434 result = ac_build_inclusive_scan(&ctx->ac,
|
| /xsrc/external/mit/MesaLib/dist/src/amd/llvm/ |
| H A D | ac_llvm_build.h | 512 LLVMValueRef ac_build_inclusive_scan(struct ac_llvm_context *ctx, LLVMValueRef src, nir_op op);
|
| H A D | ac_llvm_build.c | 4072 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 D | ac_nir_to_llvm.c | 4063 ac_build_inclusive_scan(&ctx->ac, get_src(ctx, instr->src[0]), instr->const_index[0]);
|
Completed in 31 milliseconds