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 Dnode.c36 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 Dgpir.h242 GPIR_INSTR_SLOT_COMPLEX, enumerator in enum:gpir_instr_slot
262 GPIR_INSTR_SLOT_ALU_END = GPIR_INSTR_SLOT_COMPLEX,
H A Dinstr.c96 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 Dcodegen.c44 [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 Dscheduler.c319 if (dep->pred->sched.pos == GPIR_INSTR_SLOT_COMPLEX)
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/lima/ir/gp/
H A Dgpir.h243 GPIR_INSTR_SLOT_COMPLEX, enumerator in enum:gpir_instr_slot
264 GPIR_INSTR_SLOT_ALU_END = GPIR_INSTR_SLOT_COMPLEX,
H A Dnode.c36 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 Dcodegen.c44 [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 Dinstr.c448 [GPIR_INSTR_SLOT_COMPLEX] = { 4, "cmpl" },
H A Dscheduler.c188 if (dep->pred->sched.pos == GPIR_INSTR_SLOT_COMPLEX)

Completed in 11 milliseconds