Searched refs:performanceCounterQueryPools (Results 1 – 8 of 8) sorted by relevance
| /device/generic/vulkan-cereal/stream-servers/vulkan/cereal/common/ |
| D | goldfish_vk_testing.cpp | 9692 if (!((a->performanceCounterQueryPools) == (b->performanceCounterQueryPools))) { in checkEqual_VkPhysicalDevicePerformanceQueryFeaturesKHR()
|
| D | goldfish_vk_marshaling.cpp | 16962 vkStream->write((VkBool32*)&forMarshaling->performanceCounterQueryPools, sizeof(VkBool32)); in marshal_VkPhysicalDevicePerformanceQueryFeaturesKHR() 16988 vkStream->read((VkBool32*)&forUnmarshaling->performanceCounterQueryPools, sizeof(VkBool32)); in unmarshal_VkPhysicalDevicePerformanceQueryFeaturesKHR()
|
| D | goldfish_vk_reserved_marshaling.cpp | 13149 memcpy((VkBool32*)&forUnmarshaling->performanceCounterQueryPools, *ptr, sizeof(VkBool32)); in reservedunmarshal_VkPhysicalDevicePerformanceQueryFeaturesKHR()
|
| /device/google/cuttlefish/host/libs/graphics_detector/include/vulkan/ |
| D | vulkan_structs.hpp | 61737 …: pNext( pNext_ ), performanceCounterQueryPools( performanceCounterQueryPools_ ), performanceCount… 61765 performanceCounterQueryPools = performanceCounterQueryPools_; in setPerformanceCounterQueryPools() 61795 …return std::tie( sType, pNext, performanceCounterQueryPools, performanceCounterMultipleQueryPools … in reflect() 61810 && ( performanceCounterQueryPools == rhs.performanceCounterQueryPools ) in operator ==() 61824 VULKAN_HPP_NAMESPACE::Bool32 performanceCounterQueryPools = {}; member
|
| D | vulkan_core.h | 8937 VkBool32 performanceCounterQueryPools; member
|
| D | vulkan_hash.hpp | 8204 …N_HPP_HASH_COMBINE( seed, physicalDevicePerformanceQueryFeaturesKHR.performanceCounterQueryPools ); in operator ()()
|
| /device/generic/goldfish-opengl/system/vulkan_enc/ |
| D | goldfish_vk_marshaling_guest.cpp | 13569 vkStream->write((VkBool32*)&forMarshaling->performanceCounterQueryPools, sizeof(VkBool32)); in marshal_VkPhysicalDevicePerformanceQueryFeaturesKHR() 13583 vkStream->read((VkBool32*)&forUnmarshaling->performanceCounterQueryPools, sizeof(VkBool32)); in unmarshal_VkPhysicalDevicePerformanceQueryFeaturesKHR()
|
| D | goldfish_vk_reserved_marshaling_guest.cpp | 9134 memcpy(*ptr, (VkBool32*)&forMarshaling->performanceCounterQueryPools, sizeof(VkBool32)); in reservedmarshal_VkPhysicalDevicePerformanceQueryFeaturesKHR()
|