Home
last modified time | relevance | path

Searched refs:gtt_offset (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/intel/tools/
Daubinator_error_decode.c289 uint64_t gtt_offset; member
388 if (sections[s].gtt_offset <= address && in get_gen_batch_bo()
389 address < sections[s].gtt_offset + sections[s].count) { in get_gen_batch_bo()
391 .addr = sections[s].gtt_offset, in get_gen_batch_bo()
471 sections[sect_num].gtt_offset = ((uint64_t) hi) << 32 | lo; in read_data_file()
589 (unsigned) (sections[s].gtt_offset >> 32), in read_data_file()
590 (unsigned) sections[s].gtt_offset); in read_data_file()
596 sections[s].gtt_offset); in read_data_file()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dintel_batchbuffer.c152 .offset = bo->gtt_offset, in add_exec_bo()
360 new_bo->gtt_offset = bo->gtt_offset; in grow_buffer()
478 uint32_t gtt_offset, uint32_t offset, bool color) in decode_struct() argument
485 gen_print_group(stderr, group, gtt_offset + offset, in decode_struct()
492 uint32_t *data, uint32_t gtt_offset, uint32_t offset, in decode_structs() argument
502 gen_print_group(stderr, group, gtt_offset + offset, in decode_structs()
525 uint32_t batch_gtt_offset = batch->batch.bo->gtt_offset; in do_batch_dump()
526 uint32_t state_gtt_offset = batch->state.bo->gtt_offset; in do_batch_dump()
873 if (batch->validation_list[i].offset != bo->gtt_offset) { in execbuffer()
875 bo->gem_handle, bo->gtt_offset, in execbuffer()
[all …]
Dbrw_bufmgr.h99 uint64_t gtt_offset; member
Dbrw_bufmgr.c533 bo->gtt_offset = 0; in brw_bo_gem_create_from_name()