Searched refs:last_use (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/exa/
H A Dexa_offscreen.c80 age = offScreenCounter - area->last_use;
85 area->last_use = offScreenCounter - age;
258 new_area->last_use = 0;
281 area->last_use = pExaScr->offScreenCounter++;
442 area->last_use = 0;
479 pExaPixmap->area->last_use = pExaScr->offScreenCounter++;
671 area->last_use = 0;
H A Dexa.h59 unsigned last_use; member in struct:_ExaOffscreenArea
/xsrc/external/mit/xorg-server/dist/exa/
H A Dexa_offscreen.c79 age = offScreenCounter - area->last_use;
84 area->last_use = offScreenCounter - age;
252 new_area->last_use = 0;
276 area->last_use = pExaScr->offScreenCounter++;
431 area->last_use = 0;
467 pExaPixmap->area->last_use = pExaScr->offScreenCounter++;
653 area->last_use = 0;
H A Dexa.h60 unsigned last_use; member in struct:_ExaOffscreenArea
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/etnaviv/
H A Detnaviv_compiler.c99 int last_use; /* instruction id of last use (scope end, inclusive) */ member in struct:etna_reg_desc
271 sorted[ptr].key = regs[idx].last_use;
277 sorted[ptr].key = -regs[idx].last_use;
339 if (mode_inputs ? (inout->last_use <= temp->first_use)
340 : (inout->first_use >= temp->last_use)) {
537 c->decl[idx].first_use = c->decl[idx].last_use = -1;
589 reg_desc->last_use = inst_idx;
600 reg_desc->last_use = inst_idx;
698 c->file[TGSI_FILE_TEMPORARY].reg[in_idx].last_use == inst_idx) {
702 c->file[TGSI_FILE_TEMPORARY].reg[in_idx].last_use
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/etnaviv/
H A Detnaviv_compiler_tgsi.c99 int last_use; /* instruction id of last use (scope end, inclusive) */ member in struct:etna_reg_desc
281 sorted[ptr].key = regs[idx].last_use;
287 sorted[ptr].key = -regs[idx].last_use;
349 if (mode_inputs ? (inout->last_use <= temp->first_use)
350 : (inout->first_use >= temp->last_use)) {
547 c->decl[idx].first_use = c->decl[idx].last_use = -1;
599 reg_desc->last_use = inst_idx;
610 reg_desc->last_use = inst_idx;
715 c->file[TGSI_FILE_TEMPORARY].reg[in_idx].last_use == inst_idx) {
719 c->file[TGSI_FILE_TEMPORARY].reg[in_idx].last_use
[all...]

Completed in 10 milliseconds