Searched refs:GPIR_INSTR_SLOT_COMPLEX (Results 1 - 10 of 10) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/lima/ir/gp/ |
| H A D | node.c | 36 GPIR_INSTR_SLOT_PASS, GPIR_INSTR_SLOT_COMPLEX, 154 .slots = (int []) { GPIR_INSTR_SLOT_COMPLEX, GPIR_INSTR_SLOT_END }, 160 .slots = (int []) { GPIR_INSTR_SLOT_COMPLEX, GPIR_INSTR_SLOT_END }, 166 .slots = (int []) { GPIR_INSTR_SLOT_COMPLEX, GPIR_INSTR_SLOT_END }, 172 .slots = (int []) { GPIR_INSTR_SLOT_COMPLEX, GPIR_INSTR_SLOT_END },
|
| H A D | gpir.h | 242 GPIR_INSTR_SLOT_COMPLEX, enumerator in enum:gpir_instr_slot 262 GPIR_INSTR_SLOT_ALU_END = GPIR_INSTR_SLOT_COMPLEX,
|
| H A D | instr.c | 96 node->sched.pos == GPIR_INSTR_SLOT_COMPLEX) 101 node->sched.pos == GPIR_INSTR_SLOT_COMPLEX ? 0 : consume_slot; 174 if (node->sched.pos != GPIR_INSTR_SLOT_COMPLEX) 545 [GPIR_INSTR_SLOT_COMPLEX] = { 4, "cmpl" },
|
| H A D | codegen.c | 44 [GPIR_INSTR_SLOT_COMPLEX] = { 370 gpir_node *node = instr->slots[GPIR_INSTR_SLOT_COMPLEX]; 493 [GPIR_INSTR_SLOT_COMPLEX] = gpir_codegen_store_src_complex,
|
| H A D | scheduler.c | 319 if (dep->pred->sched.pos == GPIR_INSTR_SLOT_COMPLEX)
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/lima/ir/gp/ |
| H A D | gpir.h | 243 GPIR_INSTR_SLOT_COMPLEX, enumerator in enum:gpir_instr_slot 264 GPIR_INSTR_SLOT_ALU_END = GPIR_INSTR_SLOT_COMPLEX,
|
| H A D | node.c | 36 GPIR_INSTR_SLOT_PASS, GPIR_INSTR_SLOT_COMPLEX, 147 .slots = (int []) { GPIR_INSTR_SLOT_COMPLEX, GPIR_INSTR_SLOT_END }, 152 .slots = (int []) { GPIR_INSTR_SLOT_COMPLEX, GPIR_INSTR_SLOT_END },
|
| H A D | codegen.c | 44 [GPIR_INSTR_SLOT_COMPLEX] = { 364 gpir_node *node = instr->slots[GPIR_INSTR_SLOT_COMPLEX]; 467 [GPIR_INSTR_SLOT_COMPLEX] = gpir_codegen_store_src_complex,
|
| H A D | instr.c | 448 [GPIR_INSTR_SLOT_COMPLEX] = { 4, "cmpl" },
|
| H A D | scheduler.c | 188 if (dep->pred->sched.pos == GPIR_INSTR_SLOT_COMPLEX)
|
Completed in 11 milliseconds