HomeSort by relevance Sort by last modified time
    Searched full:nextuse (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_wm_pass2.c 52 /* Set nextuse to zero, it will be corrected by
56 c->pass2_grf[reg].nextuse = 0;
79 c->pass2_grf[j].nextuse = BRW_WM_MAX_INSN;
128 /* Update the nextuse value for each register in our file.
140 if (grf->nextuse < thisinsn) {
148 grf->nextuse = BRW_WM_MAX_INSN;
156 grf->nextuse = ref->insn;
179 value->resident->nextuse = BRW_WM_MAX_INSN;
207 if (grf[i+j].nextuse < group_nextuse)
208 group_nextuse = grf[i+j].nextuse;
    [all...]
brw_wm.h 113 GLuint nextuse; member in struct:brw_wm_grf
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_wm_pass2.c 52 /* Set nextuse to zero, it will be corrected by
56 c->pass2_grf[reg].nextuse = 0;
79 c->pass2_grf[j].nextuse = BRW_WM_MAX_INSN;
128 /* Update the nextuse value for each register in our file.
140 if (grf->nextuse < thisinsn) {
148 grf->nextuse = BRW_WM_MAX_INSN;
156 grf->nextuse = ref->insn;
179 value->resident->nextuse = BRW_WM_MAX_INSN;
207 if (grf[i+j].nextuse < group_nextuse)
208 group_nextuse = grf[i+j].nextuse;
    [all...]
brw_wm.h 113 GLuint nextuse; member in struct:brw_wm_grf
  /dalvik/vm/compiler/codegen/x86/
AnalysisO1.cpp     [all...]

Completed in 222 milliseconds