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

  /external/mesa3d/src/intel/tools/
aubinator_error_decode.c 289 uint64_t gtt_offset; member in struct:section
388 if (sections[s].gtt_offset <= address &&
389 address < sections[s].gtt_offset + sections[s].count) {
391 .addr = sections[s].gtt_offset,
443 { "gtt_offset", "batch buffer" },
471 sections[sect_num].gtt_offset = ((uint64_t) hi) << 32 | lo;
589 (unsigned) (sections[s].gtt_offset >> 32),
590 (unsigned) sections[s].gtt_offset);
596 sections[s].gtt_offset);
  /external/mesa3d/src/mesa/drivers/dri/i965/
intel_batchbuffer.c 152 .offset = bo->gtt_offset,
360 new_bo->gtt_offset = bo->gtt_offset;
478 uint32_t gtt_offset, uint32_t offset, bool color)
485 gen_print_group(stderr, group, gtt_offset + offset,
492 uint32_t *data, uint32_t gtt_offset, uint32_t offset,
502 gen_print_group(stderr, group, gtt_offset + offset,
525 uint32_t batch_gtt_offset = batch->batch.bo->gtt_offset;
526 uint32_t state_gtt_offset = batch->state.bo->gtt_offset;
554 * gtt_offset (the start of the statebuffer) to obtain an offset w
    [all...]
brw_bufmgr.h 99 uint64_t gtt_offset; member in struct:brw_bo
brw_bufmgr.c 533 bo->gtt_offset = 0;
    [all...]

Completed in 170 milliseconds