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 Dinstr.c93 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 Dnode.c196 GPIR_INSTR_SLOT_STORE0, GPIR_INSTR_SLOT_STORE1,
206 GPIR_INSTR_SLOT_STORE0, GPIR_INSTR_SLOT_STORE1,
H A Dgpir.h257 GPIR_INSTR_SLOT_STORE0, enumerator in enum:gpir_instr_slot
H A Dcodegen.c479 gpir_node *node = instr->slots[GPIR_INSTR_SLOT_STORE0];
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/lima/ir/gp/
H A Dinstr.c113 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 Dnode.c217 GPIR_INSTR_SLOT_STORE0, GPIR_INSTR_SLOT_STORE1,
227 GPIR_INSTR_SLOT_STORE0, GPIR_INSTR_SLOT_STORE1,
H A Dgpir.h255 GPIR_INSTR_SLOT_STORE0, enumerator in enum:gpir_instr_slot
H A Dcodegen.c505 gpir_node *node = instr->slots[GPIR_INSTR_SLOT_STORE0];
H A Dscheduler.c892 for (int slot = GPIR_INSTR_SLOT_STORE0; slot <= GPIR_INSTR_SLOT_STORE3;

Completed in 12 milliseconds