HomeSort by relevance Sort by last modified time
    Searched refs:spill_offset (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_fs_reg_allocate.cpp 283 fs_visitor::emit_unspill(fs_inst *inst, fs_reg dst, uint32_t spill_offset)
286 unspill_inst->offset = spill_offset;
379 unsigned int spill_offset = c->last_scratch; local
380 assert(ALIGN(spill_offset, 16) == spill_offset); /* oword read/write req. */
396 spill_offset + REG_SIZE * inst->src[i].reg_offset);
402 int subset_spill_offset = (spill_offset +
brw_vec4_reg_allocate.cpp 324 unsigned int spill_offset = c->last_scratch++; local
344 emit_scratch_read(inst, temp, spill_reg, spill_offset);
358 emit_scratch_write(inst, temp, spill_reg, spill_offset);
brw_fs.h 322 void emit_unspill(fs_inst *inst, fs_reg reg, uint32_t spill_offset);
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_fs_reg_allocate.cpp 283 fs_visitor::emit_unspill(fs_inst *inst, fs_reg dst, uint32_t spill_offset)
286 unspill_inst->offset = spill_offset;
379 unsigned int spill_offset = c->last_scratch; local
380 assert(ALIGN(spill_offset, 16) == spill_offset); /* oword read/write req. */
396 spill_offset + REG_SIZE * inst->src[i].reg_offset);
402 int subset_spill_offset = (spill_offset +
brw_vec4_reg_allocate.cpp 324 unsigned int spill_offset = c->last_scratch++; local
344 emit_scratch_read(inst, temp, spill_reg, spill_offset);
358 emit_scratch_write(inst, temp, spill_reg, spill_offset);
brw_fs.h 322 void emit_unspill(fs_inst *inst, fs_reg reg, uint32_t spill_offset);
  /external/valgrind/main/VEX/priv/
host_generic_reg_alloc2.c 67 Short spill_offset; member in struct:__anon29058
212 vassert(0 == ((UShort)vreg->spill_offset % 16)); break;
214 vassert(0 == ((UShort)vreg->spill_offset % 8)); break;
500 vreg_lrs[j].spill_offset = 0;
878 vreg_lrs[j].spill_offset = toShort(guest_sizeB * 3 + k * 8);
890 j, vreg_lrs[j].spill_offset);
    [all...]

Completed in 1473 milliseconds