Home
last modified time | relevance | path

Searched refs:GPIR_INSTR_SLOT_COMPLEX (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/gallium/drivers/lima/ir/gp/
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 },
Dinstr.c96 node->sched.pos == GPIR_INSTR_SLOT_COMPLEX) in gpir_instr_insert_alu_check()
101 node->sched.pos == GPIR_INSTR_SLOT_COMPLEX ? 0 : consume_slot; in gpir_instr_insert_alu_check()
174 if (node->sched.pos != GPIR_INSTR_SLOT_COMPLEX) in gpir_instr_remove_alu()
545 [GPIR_INSTR_SLOT_COMPLEX] = { 4, "cmpl" }, in gpir_instr_print_prog()
Dgpir.h242 GPIR_INSTR_SLOT_COMPLEX, enumerator
262 GPIR_INSTR_SLOT_ALU_END = GPIR_INSTR_SLOT_COMPLEX,
Dcodegen.c44 [GPIR_INSTR_SLOT_COMPLEX] = { in gpir_get_alu_input()
370 gpir_node *node = instr->slots[GPIR_INSTR_SLOT_COMPLEX]; in gpir_codegen_complex_slot()
493 [GPIR_INSTR_SLOT_COMPLEX] = gpir_codegen_store_src_complex, in gpir_get_store_input()
Dscheduler.c319 if (dep->pred->sched.pos == GPIR_INSTR_SLOT_COMPLEX) in gpir_max_dist_alu()