Lines Matching defs:memory
680 /* The driver UUID is used for determining sharability of images and memory
682 * share memory need to also check the device UUID (below) so all this
844 /* Setup available memory heaps and types */
845 VkPhysicalDeviceMemoryProperties *mem = &device->memory;
1556 * of addressable memory in a single allocation on either the host
1758 *pMemoryProperties = device->memory;
2091 /* If this memory allocation was for WSI, then we need to use the
2116 * "After a successful call to vkMapMemory the memory object memory is
2118 * call vkMapMemory on a memory object that is already host mapped."
2283 assert(pAllocateInfo->memoryTypeIndex < pdevice->memory.memoryTypeCount);
2284 mem->type = &pdevice->memory.memoryTypes[pAllocateInfo->memoryTypeIndex];
2302 /* We don't have particular optimizations associated with memory
2320 /* We always allocate device memory in multiples of a page, so round up
2347 /* If this memory can be used via VK_KHR_buffer_device_address then we
2350 * load/store operations that may access any buffer memory allocated with
2480 V3DV_FROM_HANDLE(v3dv_device_memory, mem, info->memory);
2511 .memory = v3dv_device_memory_to_handle(swapchain_image->mem),
2556 V3DV_FROM_HANDLE(v3dv_device_memory, mem, info->memory);
2708 (1 << pdevice->memory.memoryTypeCount) - 1;
2721 V3DV_FROM_HANDLE(v3dv_device_memory, mem, pGetFdInfo->memory);
2842 VkDeviceMemory memory,