Lines Matching defs:address
36 * virtual memory address before executing our batch. If a BO is not in
124 decode_get_bo(void *v_batch, bool ppgtt, uint64_t address)
133 if (address >= bo_address && address < bo_address + bo->size) {
135 .addr = address,
138 (address - bo_address),
147 decode_get_state_size(void *v_batch, uint64_t address,
152 /* The decoder gives us offsets from a base address, which is not great.
153 * Binding tables are relative to surface state base address, and other
154 * state is relative to dynamic state base address. These could alias,
161 _mesa_hash_table_u64_search(batch->state_sizes, address - base_address);
401 /* Restrict this buffer to the low 32 bits of the address space.
690 * break the address created in step 1. They'd have a pointer to the
853 * address of that object within the active context.