Searched refs:solutions (Results 1 - 8 of 8) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/panfrost/util/ |
| H A D | lcra.c | 59 l->solutions = calloc(sizeof(l->solutions[0]), node_count); 61 memset(l->solutions, ~0, sizeof(l->solutions[0]) * node_count); 80 free(l->solutions); 138 lcra_test_linear(struct lcra_state *l, unsigned *solutions, unsigned i) argument 141 signed constant = solutions[i]; 144 if (solutions[j] == ~0) continue; 146 signed lhs = solutions[j] - constant; 162 if (l->solutions[ste [all...] |
| H A D | lcra.h | 60 * biased to all solutions in the class. */ 68 /* Before solving, forced registers; after solving, solutions. */ 69 unsigned *solutions; member in struct:lcra_state
|
| /xsrc/external/mit/MesaLib/dist/src/panfrost/bifrost/ |
| H A D | bi_ra.c | 46 /* Before solving, forced registers; after solving, solutions. */ 47 unsigned *solutions; member in struct:lcra_state 67 l->solutions = calloc(sizeof(l->solutions[0]), node_count); 70 memset(l->solutions, ~0, sizeof(l->solutions[0]) * node_count); 80 free(l->solutions); 110 lcra_test_linear(struct lcra_state *l, unsigned *solutions, unsigned i) argument 113 signed constant = solutions[i]; 116 if (solutions[ [all...] |
| /xsrc/external/mit/MesaLib/dist/src/panfrost/midgard/ |
| H A D | midgard_ra.c | 94 .reg = l->solutions[reg] / 16, 95 .offset = l->solutions[reg] & 0xF, 591 l->solutions[ins->src[0]] = 0; 594 l->solutions[ins->src[2]] = (16 * 1) + COMPONENT_X * 4; 597 l->solutions[ins->src[3]] = (16 * 1) + COMPONENT_Y * 4; 600 l->solutions[ins->src[1]] = (16 * 1) + COMPONENT_Z * 4; 603 l->solutions[ins->dest] = (16 * 1) + COMPONENT_W * 4; 620 l->solutions[ctx->temp_count + i] = (16 * i); 660 l->solutions[ctx->blend_input] = 0; 668 l->solutions[ct [all...] |
| /xsrc/external/mit/fontconfig/dist/m4/ |
| H A D | gettext.m4 | 91 dnl again, outside any 'if'. There are two solutions:
|
| /xsrc/external/mit/MesaLib.old/dist/docs/specs/ |
| H A D | MESA_texture_array.spec | 62 Several solutions to this problem have been proposed, but they either
|
| /xsrc/external/mit/MesaLib/dist/docs/_extra/specs/ |
| H A D | MESA_texture_array.spec | 62 Several solutions to this problem have been proposed, but they either
|
| /xsrc/external/mit/ctwm/dist/ |
| H A D | CHANGES.md | 1945 can have while using ctwm and some solutions.
|
Completed in 9 milliseconds