Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/stream-servers/vulkan/cereal/common/
Dgoldfish_vk_testing.cpp9692 if (!((a->performanceCounterQueryPools) == (b->performanceCounterQueryPools))) { in checkEqual_VkPhysicalDevicePerformanceQueryFeaturesKHR()
Dgoldfish_vk_marshaling.cpp16962 vkStream->write((VkBool32*)&forMarshaling->performanceCounterQueryPools, sizeof(VkBool32)); in marshal_VkPhysicalDevicePerformanceQueryFeaturesKHR()
16988 vkStream->read((VkBool32*)&forUnmarshaling->performanceCounterQueryPools, sizeof(VkBool32)); in unmarshal_VkPhysicalDevicePerformanceQueryFeaturesKHR()
Dgoldfish_vk_reserved_marshaling.cpp13149 memcpy((VkBool32*)&forUnmarshaling->performanceCounterQueryPools, *ptr, sizeof(VkBool32)); in reservedunmarshal_VkPhysicalDevicePerformanceQueryFeaturesKHR()
/device/google/cuttlefish/host/libs/graphics_detector/include/vulkan/
Dvulkan_structs.hpp61737 …: 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
Dvulkan_core.h8937 VkBool32 performanceCounterQueryPools; member
Dvulkan_hash.hpp8204 …N_HPP_HASH_COMBINE( seed, physicalDevicePerformanceQueryFeaturesKHR.performanceCounterQueryPools ); in operator ()()
/device/generic/goldfish-opengl/system/vulkan_enc/
Dgoldfish_vk_marshaling_guest.cpp13569 vkStream->write((VkBool32*)&forMarshaling->performanceCounterQueryPools, sizeof(VkBool32)); in marshal_VkPhysicalDevicePerformanceQueryFeaturesKHR()
13583 vkStream->read((VkBool32*)&forUnmarshaling->performanceCounterQueryPools, sizeof(VkBool32)); in unmarshal_VkPhysicalDevicePerformanceQueryFeaturesKHR()
Dgoldfish_vk_reserved_marshaling_guest.cpp9134 memcpy(*ptr, (VkBool32*)&forMarshaling->performanceCounterQueryPools, sizeof(VkBool32)); in reservedmarshal_VkPhysicalDevicePerformanceQueryFeaturesKHR()