Home
last modified time | relevance | path

Searched refs:performanceQueryProperties (Results 1 – 1 of 1) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiFeatureInfo.cpp4425 VkPhysicalDevicePerformanceQueryPropertiesKHR performanceQueryProperties[count]; in deviceProperties2() local
4429 …deMemset(&performanceQueryProperties[ndx], 0xFF * ndx, sizeof(VkPhysicalDevicePerformanceQueryProp… in deviceProperties2()
4430performanceQueryProperties[ndx].sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PERFORMANCE_QUERY_PROPER… in deviceProperties2()
4431 performanceQueryProperties[ndx].pNext = DE_NULL; in deviceProperties2()
4433 extProperties.pNext = &performanceQueryProperties[ndx]; in deviceProperties2()
4438 log << TestLog::Message << performanceQueryProperties[0] << TestLog::EndMessage; in deviceProperties2()
4440 …if (performanceQueryProperties[0].allowCommandBufferQueryCopies != performanceQueryProperties[1].a… in deviceProperties2()