HomeSort by: relevance | last modified time | path
    Searched refs:max_comp (Results 1 - 3 of 3) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/panfrost/midgard/
midgard_print.c 124 unsigned max_comp = mir_components_for_type(ins->dest_type); local
132 for (unsigned comp = 0; comp < max_comp; comp++) {
disassemble.c 86 unsigned max_comp = (16 * 8) / bits_per_component; local
89 for (unsigned i = 0; i < max_comp; i++) {
557 unsigned max_comp = (sizeof(*consts) * 8) / bits; local
561 assert(max_comp <= 16);
569 for (unsigned i = 0; i < max_comp; ++i) {
midgard_schedule.c 401 unsigned max_comp = mir_components_for_type(ins->src_types[src]); local
417 for (unsigned comp = 0; comp < max_comp; comp++) {

Completed in 6 milliseconds