Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/compiler/
Daco_ir.cpp330 uint32_t get_reduction_identity(ReduceOp op, unsigned idx) in get_reduction_identity() function
Daco_ir.h1388 uint32_t get_reduction_identity(ReduceOp op, unsigned idx);
Daco_lower_to_hw_instr.cpp494 identity[0] = Operand(get_reduction_identity(reduce_op, 0)); in emit_reduction()
495 identity[1] = Operand(get_reduction_identity(reduce_op, 1)); in emit_reduction()
Daco_instruction_selection.cpp7413 uint32_t identity_lo = get_reduction_identity(reduce_op, 0); in emit_uniform_scan()
7414 uint32_t identity_hi = get_reduction_identity(reduce_op, 1); in emit_uniform_scan()
7420 uint32_t identity = get_reduction_identity(reduce_op, 0); in emit_uniform_scan()
/external/mesa3d/src/amd/llvm/
Dac_llvm_build.c3624 static LLVMValueRef get_reduction_identity(struct ac_llvm_context *ctx, nir_op op, in get_reduction_identity() function
4004 LLVMValueRef identity = get_reduction_identity(ctx, op, ac_get_type_size(LLVMTypeOf(src))); in ac_build_inclusive_scan()
4026 LLVMValueRef identity = get_reduction_identity(ctx, op, ac_get_type_size(LLVMTypeOf(src))); in ac_build_exclusive_scan()
4041 LLVMValueRef identity = get_reduction_identity(ctx, op, ac_get_type_size(LLVMTypeOf(src))); in ac_build_reduce()
4131 const LLVMValueRef identity = get_reduction_identity(ctx, ws->op, ac_get_type_size(type)); in ac_build_wg_wavescan_bottom()
/external/mesa3d/docs/relnotes/
D20.0.0.rst3064 - ac: add 8-bit and 16-bit supports to get_reduction_identity()