Searched refs:GPIR_INSTR_SLOT_STORE3 (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++) {
258 for (int j = GPIR_INSTR_SLOT_STORE0; j <= GPIR_INSTR_SLOT_STORE3; j++) {
301 for (int j = GPIR_INSTR_SLOT_STORE0; j <= GPIR_INSTR_SLOT_STORE3; j++) {
396 node->sched.pos <= GPIR_INSTR_SLOT_STORE3) {
424 node->sched.pos <= GPIR_INSTR_SLOT_STORE3)
447 [GPIR_INSTR_SLOT_STORE3] = { 15, "store" },
H A Dnode.c197 GPIR_INSTR_SLOT_STORE2, GPIR_INSTR_SLOT_STORE3,
207 GPIR_INSTR_SLOT_STORE2, GPIR_INSTR_SLOT_STORE3,
H A Dgpir.h260 GPIR_INSTR_SLOT_STORE3, enumerator in enum:gpir_instr_slot
H A Dcodegen.c469 [GPIR_INSTR_SLOT_BRANCH...GPIR_INSTR_SLOT_STORE3] = gpir_codegen_store_src_none,
497 node = instr->slots[GPIR_INSTR_SLOT_STORE3];
/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++) {
308 for (int j = GPIR_INSTR_SLOT_STORE0; j <= GPIR_INSTR_SLOT_STORE3; j++) {
376 for (int j = GPIR_INSTR_SLOT_STORE0; j <= GPIR_INSTR_SLOT_STORE3; j++) {
482 node->sched.pos <= GPIR_INSTR_SLOT_STORE3) {
519 node->sched.pos <= GPIR_INSTR_SLOT_STORE3)
544 [GPIR_INSTR_SLOT_STORE3] = { 15, "store" },
H A Dnode.c218 GPIR_INSTR_SLOT_STORE2, GPIR_INSTR_SLOT_STORE3,
228 GPIR_INSTR_SLOT_STORE2, GPIR_INSTR_SLOT_STORE3,
H A Dgpir.h258 GPIR_INSTR_SLOT_STORE3, enumerator in enum:gpir_instr_slot
H A Dcodegen.c495 [GPIR_INSTR_SLOT_REG0_LOAD0...GPIR_INSTR_SLOT_STORE3] = gpir_codegen_store_src_none,
523 node = instr->slots[GPIR_INSTR_SLOT_STORE3];
H A Dscheduler.c892 for (int slot = GPIR_INSTR_SLOT_STORE0; slot <= GPIR_INSTR_SLOT_STORE3;

Completed in 13 milliseconds