OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:reduction
(Results
1 - 14
of
14
) sorted by relevancy
/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
aco_builder_h.py
529
("
reduction
", [Format.PSEUDO_REDUCTION], 'Pseudo_reduction_instruction', [(3, 2)]),
aco_reduce_assign.cpp
98
ReduceOp op = instr->
reduction
().reduce_op;
125
unsigned cluster_size = instr->
reduction
().cluster_size;
aco_opt_value_numbering.cpp
230
Pseudo_reduction_instruction& aR = a->
reduction
();
231
Pseudo_reduction_instruction& bR = b->
reduction
();
aco_print_ir.cpp
466
const Pseudo_reduction_instruction& reduce = instr->
reduction
();
aco_ir.h
1208
Pseudo_reduction_instruction&
reduction
() noexcept
1213
const Pseudo_reduction_instruction&
reduction
() const noexcept
1670
* Subgroup
Reduction
Instructions, everything except for the data to be
aco_validate.cpp
514
instr->
reduction
().cluster_size == program->wave_size)
aco_lower_to_hw_instr.cpp
590
// TODO: it would be more effective to do the last
reduction
step on SALU
627
// TODO: it would be more effective to do the last
reduction
step on SALU
810
default: unreachable("Invalid
reduction
mode");
2271
Pseudo_reduction_instruction& reduce = instr->
reduction
();
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/
sfn_nir_lower_64bit.cpp
88
split_reduction(nir_ssa_def *src[2][2], nir_op op1, nir_op op2, nir_op
reduction
);
92
nir_op op1, nir_op op2, nir_op
reduction
);
96
nir_op op1, nir_op op2, nir_op
reduction
);
472
LowerSplit64BitVar::split_reduction(nir_ssa_def *src[2][2], nir_op op1, nir_op op2, nir_op
reduction
)
476
return nir_build_alu(b,
reduction
, cmp0, cmp1, nullptr, nullptr);
481
nir_op op1, nir_op op2, nir_op
reduction
)
491
return split_reduction(src, op1, op2,
reduction
);
496
nir_op op1, nir_op op2, nir_op
reduction
)
506
return split_reduction(src, op1, op2,
reduction
);
/xsrc/external/mit/pixman/dist/pixman/dither/
make-blue-noise.c
399
#pragma omp parallel for
reduction
(+:dist) default (none) \
448
#pragma omp for
reduction
(max: vmax) collapse (2)
/xsrc/external/mit/pixman/dist/test/
tolerance-test.c
369
# pragma omp parallel for default(none)
reduction
(|:result)
/xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/
tu_device.c
2306
const struct VkSamplerReductionModeCreateInfo *
reduction
=
local
2354
if (
reduction
) {
2356
tu6_reduction_mode(
reduction
->reductionMode));
/xsrc/external/mit/MesaLib/dist/docs/_extra/specs/
MESA_texture_array.spec
313
reduction
of the level_base array. For one- and two-dimensional array
/xsrc/external/mit/MesaLib.old/dist/docs/specs/
MESA_texture_array.spec
313
reduction
of the level_base array. For one- and two-dimensional array
/xsrc/external/mit/pixman/dist/test/utils/
utils.c
890
#pragma omp parallel for
reduction
(+:checksum) default(none) \
Completed in 55 milliseconds
Indexes created Tue Aug 04 00:24:20 UTC 2026