Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/stream-servers/vulkan/cereal/common/
Dgoldfish_vk_testing.cpp9695 if (!((a->performanceCounterMultipleQueryPools) == (b->performanceCounterMultipleQueryPools))) { in checkEqual_VkPhysicalDevicePerformanceQueryFeaturesKHR()
Dgoldfish_vk_marshaling.cpp16963 vkStream->write((VkBool32*)&forMarshaling->performanceCounterMultipleQueryPools, in marshal_VkPhysicalDevicePerformanceQueryFeaturesKHR()
16989 vkStream->read((VkBool32*)&forUnmarshaling->performanceCounterMultipleQueryPools, in unmarshal_VkPhysicalDevicePerformanceQueryFeaturesKHR()
Dgoldfish_vk_reserved_marshaling.cpp13151 memcpy((VkBool32*)&forUnmarshaling->performanceCounterMultipleQueryPools, *ptr, in reservedunmarshal_VkPhysicalDevicePerformanceQueryFeaturesKHR()
/device/google/cuttlefish/host/libs/graphics_detector/include/vulkan/
Dvulkan_structs.hpp61737 …rmanceCounterQueryPools( performanceCounterQueryPools_ ), performanceCounterMultipleQueryPools( pe…
61771 performanceCounterMultipleQueryPools = performanceCounterMultipleQueryPools_; in setPerformanceCounterMultipleQueryPools()
61795 …eturn std::tie( sType, pNext, performanceCounterQueryPools, performanceCounterMultipleQueryPools ); in reflect()
61811 && ( performanceCounterMultipleQueryPools == rhs.performanceCounterMultipleQueryPools ); in operator ==()
61825 VULKAN_HPP_NAMESPACE::Bool32 performanceCounterMultipleQueryPools = {}; member
Dvulkan_core.h8938 VkBool32 performanceCounterMultipleQueryPools; member
Dvulkan_hash.hpp8205 …SH_COMBINE( seed, physicalDevicePerformanceQueryFeaturesKHR.performanceCounterMultipleQueryPools ); in operator ()()
/device/generic/goldfish-opengl/system/vulkan_enc/
Dgoldfish_vk_marshaling_guest.cpp13570 vkStream->write((VkBool32*)&forMarshaling->performanceCounterMultipleQueryPools, in marshal_VkPhysicalDevicePerformanceQueryFeaturesKHR()
13584 vkStream->read((VkBool32*)&forUnmarshaling->performanceCounterMultipleQueryPools, in unmarshal_VkPhysicalDevicePerformanceQueryFeaturesKHR()
Dgoldfish_vk_reserved_marshaling_guest.cpp9136 memcpy(*ptr, (VkBool32*)&forMarshaling->performanceCounterMultipleQueryPools, sizeof(VkBool32)); in reservedmarshal_VkPhysicalDevicePerformanceQueryFeaturesKHR()