Searched refs:allowCommandBufferQueryCopies (Results 1 – 16 of 16) sorted by relevance
1689 props->allowCommandBufferQueryCopies = true; in v3dv_GetPhysicalDeviceProperties2()
1315 properties->allowCommandBufferQueryCopies = false; in tu_GetPhysicalDeviceProperties2()
4440 …performanceQueryProperties[0].allowCommandBufferQueryCopies != performanceQueryProperties[1].allow… in deviceProperties2()
2551 properties->allowCommandBufferQueryCopies = false; in anv_GetPhysicalDeviceProperties2()
2743 VkBool32 allowCommandBufferQueryCopies; member
8249 VkBool32 allowCommandBufferQueryCopies; member
8208 s << "\tallowCommandBufferQueryCopies = " << value.allowCommandBufferQueryCopies << '\n';
2566 properties->allowCommandBufferQueryCopies = false; in radv_GetPhysicalDeviceProperties2()
7026 VkBool32 allowCommandBufferQueryCopies; member
7287 VkBool32 allowCommandBufferQueryCopies; member
7127 VkBool32 allowCommandBufferQueryCopies; member
47869 : allowCommandBufferQueryCopies( allowCommandBufferQueryCopies_ )47908 ( allowCommandBufferQueryCopies == rhs.allowCommandBufferQueryCopies ); in operator ==()47920 VULKAN_HPP_NAMESPACE::Bool32 allowCommandBufferQueryCopies = {}; member
8493 VkBool32 allowCommandBufferQueryCopies; member
8615 VkBool32 allowCommandBufferQueryCopies; member
8571 …PP_HASH_COMBINE( seed, physicalDevicePerformanceQueryPropertiesKHR.allowCommandBufferQueryCopies ); in operator ()()
62518 , allowCommandBufferQueryCopies( allowCommandBufferQueryCopies_ )62556 return std::tie( sType, pNext, allowCommandBufferQueryCopies ); in reflect()62568 …rhs.sType ) && ( pNext == rhs.pNext ) && ( allowCommandBufferQueryCopies == rhs.allowCommandBuffer… in operator ==()62581 VULKAN_HPP_NAMESPACE::Bool32 allowCommandBufferQueryCopies = {}; member