Home
last modified time | relevance | path

Searched refs:ac_build_reduce (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/amd/llvm/
Dac_llvm_build.h499 LLVMValueRef ac_build_reduce(struct ac_llvm_context *ctx, LLVMValueRef src, nir_op op,
Dac_llvm_build.c4034 LLVMValueRef ac_build_reduce(struct ac_llvm_context *ctx, LLVMValueRef src, nir_op op, in ac_build_reduce() function
Dac_nir_to_llvm.c3708 result = ac_build_reduce(&ctx->ac, get_src(ctx, instr->src[0]), instr->const_index[0], in visit_intrinsic()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dgfx10_shader_ngg.c1674 numprims = ac_build_reduce(&ctx->ac, numprims, nir_op_iadd, ctx->ac.wave_size); in gfx10_ngg_gs_emit_epilogue()
/external/mesa3d/src/amd/vulkan/
Dradv_nir_to_llvm.c2944 numprims = ac_build_reduce(&ctx->ac, numprims, nir_op_iadd, ctx->ac.wave_size); in gfx10_ngg_gs_emit_epilogue_1()
/external/mesa3d/docs/relnotes/
D20.0.0.rst3416 - ac/llvm: Fix ac_build_reduce in wave32 mode.