Searched refs:GPIR_INSTR_SLOT_STORE0 (Results 1 - 9 of 9) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/lima/ir/gp/ |
| H A D | instr.c | 93 for (int i = GPIR_INSTR_SLOT_STORE0; i <= GPIR_INSTR_SLOT_STORE3; i++) { 122 for (int i = GPIR_INSTR_SLOT_STORE0; i <= GPIR_INSTR_SLOT_STORE3; i++) { 223 int i = node->sched.pos - GPIR_INSTR_SLOT_STORE0; 258 for (int j = GPIR_INSTR_SLOT_STORE0; j <= GPIR_INSTR_SLOT_STORE3; j++) { 298 int component = node->sched.pos - GPIR_INSTR_SLOT_STORE0; 299 int other_slot = GPIR_INSTR_SLOT_STORE0 + (component ^ 1); 301 for (int j = GPIR_INSTR_SLOT_STORE0; j <= GPIR_INSTR_SLOT_STORE3; j++) { 395 else if (node->sched.pos >= GPIR_INSTR_SLOT_STORE0 && 423 else if (node->sched.pos >= GPIR_INSTR_SLOT_STORE0 &&
|
| H A D | node.c | 196 GPIR_INSTR_SLOT_STORE0, GPIR_INSTR_SLOT_STORE1, 206 GPIR_INSTR_SLOT_STORE0, GPIR_INSTR_SLOT_STORE1,
|
| H A D | gpir.h | 257 GPIR_INSTR_SLOT_STORE0, enumerator in enum:gpir_instr_slot
|
| H A D | codegen.c | 479 gpir_node *node = instr->slots[GPIR_INSTR_SLOT_STORE0];
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/lima/ir/gp/ |
| H A D | instr.c | 113 for (int i = GPIR_INSTR_SLOT_STORE0; i <= GPIR_INSTR_SLOT_STORE3; i++) { 163 for (int i = GPIR_INSTR_SLOT_STORE0; i <= GPIR_INSTR_SLOT_STORE3; i++) { 273 int i = node->sched.pos - GPIR_INSTR_SLOT_STORE0; 308 for (int j = GPIR_INSTR_SLOT_STORE0; j <= GPIR_INSTR_SLOT_STORE3; j++) { 373 int component = node->sched.pos - GPIR_INSTR_SLOT_STORE0; 374 int other_slot = GPIR_INSTR_SLOT_STORE0 + (component ^ 1); 376 for (int j = GPIR_INSTR_SLOT_STORE0; j <= GPIR_INSTR_SLOT_STORE3; j++) { 481 else if (node->sched.pos >= GPIR_INSTR_SLOT_STORE0 && 518 else if (node->sched.pos >= GPIR_INSTR_SLOT_STORE0 &&
|
| H A D | node.c | 217 GPIR_INSTR_SLOT_STORE0, GPIR_INSTR_SLOT_STORE1, 227 GPIR_INSTR_SLOT_STORE0, GPIR_INSTR_SLOT_STORE1,
|
| H A D | gpir.h | 255 GPIR_INSTR_SLOT_STORE0, enumerator in enum:gpir_instr_slot
|
| H A D | codegen.c | 505 gpir_node *node = instr->slots[GPIR_INSTR_SLOT_STORE0];
|
| H A D | scheduler.c | 892 for (int slot = GPIR_INSTR_SLOT_STORE0; slot <= GPIR_INSTR_SLOT_STORE3;
|
Completed in 12 milliseconds