Searched refs:performanceQueryProperties (Results 1 – 1 of 1) sorted by relevance
4425 VkPhysicalDevicePerformanceQueryPropertiesKHR performanceQueryProperties[count]; in deviceProperties2() local4429 …deMemset(&performanceQueryProperties[ndx], 0xFF * ndx, sizeof(VkPhysicalDevicePerformanceQueryProp… in deviceProperties2()4430 …performanceQueryProperties[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()