Searched refs:dedicated_memory_info (Results 1 – 1 of 1) sorted by relevance
18870 VkDedicatedAllocationMemoryAllocateInfoNV dedicated_memory_info = {}; in TEST_F() local18871 … dedicated_memory_info.sType = VK_STRUCTURE_TYPE_DEDICATED_ALLOCATION_MEMORY_ALLOCATE_INFO_NV; in TEST_F()18872 dedicated_memory_info.pNext = nullptr; in TEST_F()18873 dedicated_memory_info.buffer = buffer; in TEST_F()18874 dedicated_memory_info.image = VK_NULL_HANDLE; in TEST_F()18878 memory_info.pNext = &dedicated_memory_info; in TEST_F()