Searched refs:memProps (Results 1 - 2 of 2) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/api/
H A DvktApiFeatureInfo.cpp1203 VkPhysicalDeviceMemoryProperties* memProps; local
1206 memProps = reinterpret_cast<VkPhysicalDeviceMemoryProperties*>(buffer);
1209 context.getInstanceInterface().getPhysicalDeviceMemoryProperties(context.getPhysicalDevice(), memProps);
1212 << TestLog::Message << *memProps << TestLog::EndMessage;
1223 if (memProps->memoryHeapCount >= VK_MAX_MEMORY_HEAPS)
1229 if (memProps->memoryHeapCount == 1)
1231 if ((memProps->memoryHeaps[0].flags & VK_MEMORY_HEAP_DEVICE_LOCAL_BIT) == 0)
1259 for (deUint32 memoryNdx = 0; memoryNdx < memProps->memoryTypeCount; memoryNdx++)
1263 if (memProps->memoryTypes[memoryNdx].heapIndex >= memProps
1326 VkPhysicalDeviceMemoryProperties memProps; local
[all...]
/external/vulkan-validation-layers/tests/
H A Dlayer_validation_tests.cpp2260 // Introduce failure, do NOT set memProps to
14441 VkPhysicalDeviceMemoryProperties memProps;
14442 vkGetPhysicalDeviceMemoryProperties(m_device->phy().handle(), &memProps);
[all...]

Completed in 145 milliseconds