Searched refs:ac_build_reduce (Results 1 - 9 of 9) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/amd/common/
H A Dac_llvm_build.h638 ac_build_reduce(struct ac_llvm_context *ctx, LLVMValueRef src, nir_op op, unsigned cluster_size);
H A Dac_llvm_build.c3819 ac_build_reduce(struct ac_llvm_context *ctx, LLVMValueRef src, nir_op op, unsigned cluster_size) function in typeref:typename:LLVMValueRef
H A Dac_nir_to_llvm.c3428 result = ac_build_reduce(&ctx->ac,
/xsrc/external/mit/MesaLib/dist/src/amd/llvm/
H A Dac_llvm_build.h516 LLVMValueRef ac_build_reduce(struct ac_llvm_context *ctx, LLVMValueRef src, nir_op op,
H A Dac_llvm_build.c4117 LLVMValueRef ac_build_reduce(struct ac_llvm_context *ctx, LLVMValueRef src, nir_op op, function in typeref:typename:LLVMValueRef
H A Dac_nir_to_llvm.c4058 result = ac_build_reduce(&ctx->ac, get_src(ctx, instr->src[0]), instr->const_index[0],
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_nir_to_llvm.c1772 numprims = ac_build_reduce(&ctx->ac, numprims, nir_op_iadd, ctx->ac.wave_size);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dgfx10_shader_ngg.c1763 numprims = ac_build_reduce(&ctx->ac, numprims, nir_op_iadd, ctx->ac.wave_size);
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D20.0.0.rst3416 - ac/llvm: Fix ac_build_reduce in wave32 mode.

Completed in 40 milliseconds