Lines Matching defs:memory
285 /* The driver UUID is used for determining sharability of images and memory
287 * share memory need to also check the device UUID (below) so all this
454 VkPhysicalDeviceMemoryProperties *mem = &pdev->memory;
502 /* Note: Vulkan requires *all* images to come from the same memory type as long as
531 return (1u << pdev->memory.memoryTypeCount) - 1;
542 for (unsigned i = 0; i < pdev->memory.memoryTypeCount; ++i) {
1699 // Ensure memory caps are up-to-date
1701 *pMemoryProperties = pdev->memory;
1926 VkDeviceMemory memory,
2286 &pdevice->memory.memoryTypes[pAllocateInfo->memoryTypeIndex];
2402 * equal to the size of the memory minus offset
2690 VK_FROM_HANDLE(dzn_device_memory, mem, pBindInfos[i].memory);
2804 VkDeviceMemory memory,
2807 VK_FROM_HANDLE(dzn_device_memory, mem, memory);