Lines Matching defs:memory

128  * When the anv driver is determining the virtual graphics addresses of memory
129 * objects itself using the softpin mechanism, the following memory ranges
508 * mapping is provided on TGL-LP by the AUX table which maps virtual memory
509 * addresses in the main surface to virtual memory addresses for CCS data.
512 * allows two VkImages to be bound to overlapping memory regions (as long
703 /* Current memory map of the block pool. This pointer may or may not
704 * point to the actual beginning of the block pool memory. If
780 * allocating memory.
972 /** Amount of "GPU memory" we want to advertise
1041 } memory;
1044 * both mappable & non-mappable parts. System memory is always available.
1379 /** This buffer is allocated from local memory */
1382 /** This buffer is allocated from local memory and should be cpu visible */
1545 * errors such as out of memory scenarios. We want to track this in the
1615 if (flush && device->physical->memory.need_clflush)
1732 * which we must release when memory is freed.
1736 /* If set, this memory comes from a host pointer. */
2016 * so that the next time we push descriptors, we grab a new memory.
2388 * completed before the command streamer loads from memory.
2441 * memory.
2569 * On Gfx8-9, the VF cache only considers the bottom 32 bits of memory
2988 VkDeviceMemory memory,
3451 * Describes how each part of anv_image will be bound to memory.
3457 * Binding images to memory can be complicated and invold binding different
3458 * portions of the image to different memory objects or regions. For most
3462 * VkBindImagePlaneMemoryInfo. There may also exist bits of memory which are
3538 * The memory bindings created by vkCreateImage and vkBindImageMemory.
3540 * For details on the image's memory layout, see check_memory_bindings().
3549 * driver-private memory.
3733 /* Relative to start of the plane's fast clear memory range */