Lines Matching defs:address

143  * (3) the last 4 GiB of the address space is withheld from the high
241 * applied to the address before it is written which, in spite of it being
691 /* The address where the start of the pool is pinned. The various bos that
779 /* Offset into the relevant state base address where the state pool starts
1337 /** Specifies that the BO must have a 32-bit address
1355 /** Specifies that the BO will have an address assigned by the caller
1373 /** Has an address which is visible to the client */
1480 uint64_t address, uint64_t size);
1621 const struct anv_address address, uint32_t delta)
1623 if (address.bo == NULL) {
1624 return address.offset + delta;
1626 assert(anv_bo_is_pinned(address.bo));
1627 return anv_address_physical(anv_address_add(address, delta));
1631 assert(INT32_MIN <= address.offset && address.offset <= INT32_MAX);
1632 return anv_batch_emit_reloc(batch, location, address.bo, address.offset + delta);
1766 * to the dynamic state base address.
1793 /** Struct representing a address/range descriptor
1797 * offset in the NIR address so it must be zero so that when you load the
1801 uint64_t address;
1817 /** anv_address_range_descriptor with a buffer address and range */
1963 /* Descriptor set address. */
1987 struct anv_address address;
2214 struct anv_address address;
2537 * This address is relative to the start of the BO.
2539 struct anv_address address;
2544 * With the exception of gfx8, the bottom 12 bits of this address' offset
2550 * This address is relative to the start of the BO.
2572 * collisions. In order to solve this problem, we track vertex address ranges
2577 /* Virtual address at which the live vertex buffer cache range starts for
2582 /* Virtual address of the byte after where vertex buffer cache range ends.
3546 * vkBindImageMemory binds each valid `memory_range` to an `address`.
3547 * Usually, the app will provide the address via the parameters of
3553 struct anv_address address;
3690 return anv_address_add(binding->address, mem_range->offset);
4030 struct anv_address address,
4122 struct anv_address address;