Searched refs:dedicated_memory_info (Results 1 – 1 of 1) sorted by relevance
5768 VkDedicatedAllocationMemoryAllocateInfoNV dedicated_memory_info = {}; in TEST_F() local5769 dedicated_memory_info.sType = VK_STRUCTURE_TYPE_DEDICATED_ALLOCATION_MEMORY_ALLOCATE_INFO_NV; in TEST_F()5770 dedicated_memory_info.pNext = nullptr; in TEST_F()5771 dedicated_memory_info.buffer = buffer; in TEST_F()5772 dedicated_memory_info.image = VK_NULL_HANDLE; in TEST_F()5776 memory_info.pNext = &dedicated_memory_info; in TEST_F()