Lines Matching defs:address
36 * virtual memory address before executing our batch. If a BO is not in
118 bo->address,
132 decode_get_bo(void *v_batch, bool ppgtt, uint64_t address)
141 uint64_t bo_address = bo->address & (~0ull >> 16);
143 if (address >= bo_address && address < bo_address + bo->size) {
157 uint64_t address,
162 _mesa_hash_table_u64_search(batch->state_sizes, address);
175 batch->exec_bos[0]->address, false);
662 *addr = batch->bo->address;
934 .offset = bo->address,
963 * reloc.address which in turn must match the corresponding
970 * address of that object within the active context.