Searched refs:max_comp (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/panfrost/midgard/
H A Dmidgard_print.c124 unsigned max_comp = mir_components_for_type(ins->dest_type); local in function:mir_print_embedded_constant
132 for (unsigned comp = 0; comp < max_comp; comp++) {
H A Ddisassemble.c86 unsigned max_comp = (16 * 8) / bits_per_component; local in function:condense_writemask
89 for (unsigned i = 0; i < max_comp; i++) {
557 unsigned max_comp = (sizeof(*consts) * 8) / bits; local in function:print_vector_constants
561 assert(max_comp <= 16);
569 for (unsigned i = 0; i < max_comp; ++i) {
H A Dmidgard_schedule.c401 unsigned max_comp = mir_components_for_type(ins->src_types[src]); local in function:mir_adjust_constant
417 for (unsigned comp = 0; comp < max_comp; comp++) {
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D20.2.0.rst2369 - pan/mdg: Fix max_comp calculation for constant printing

Completed in 13 milliseconds