Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/stream-servers/vulkan/cereal/common/
Dgoldfish_vk_testing.cpp5216 …if (!((a->performanceCounterMultipleQueryPools) == (b->performanceCounterMultipleQueryPools))) { o… in checkEqual_VkPhysicalDevicePerformanceQueryFeaturesKHR()
Dgoldfish_vk_marshaling.cpp13496 …vkStream->write((VkBool32*)&forMarshaling->performanceCounterMultipleQueryPools, sizeof(VkBool32)); in marshal_VkPhysicalDevicePerformanceQueryFeaturesKHR()
13523 …vkStream->read((VkBool32*)&forUnmarshaling->performanceCounterMultipleQueryPools, sizeof(VkBool32)… in unmarshal_VkPhysicalDevicePerformanceQueryFeaturesKHR()
Dgoldfish_vk_reserved_marshaling.cpp10011 … memcpy((VkBool32*)&forUnmarshaling->performanceCounterMultipleQueryPools, *ptr, sizeof(VkBool32)); in reservedunmarshal_VkPhysicalDevicePerformanceQueryFeaturesKHR()
/device/generic/vulkan-cereal/include/vulkan/
Dvulkan_core.h6714 VkBool32 performanceCounterMultipleQueryPools; member
Dvulkan.hpp67536 …rmanceCounterQueryPools( performanceCounterQueryPools_ ), performanceCounterMultipleQueryPools( pe…
67573 performanceCounterMultipleQueryPools = performanceCounterMultipleQueryPools_; in setPerformanceCounterMultipleQueryPools()
67597 && ( performanceCounterMultipleQueryPools == rhs.performanceCounterMultipleQueryPools ); in operator ==()
67612 VULKAN_HPP_NAMESPACE::Bool32 performanceCounterMultipleQueryPools = {}; member
/device/generic/goldfish-opengl/system/vulkan_enc/
Dgoldfish_vk_marshaling_guest.cpp11384 …vkStream->write((VkBool32*)&forMarshaling->performanceCounterMultipleQueryPools, sizeof(VkBool32)); in marshal_VkPhysicalDevicePerformanceQueryFeaturesKHR()
11400 …vkStream->read((VkBool32*)&forUnmarshaling->performanceCounterMultipleQueryPools, sizeof(VkBool32)… in unmarshal_VkPhysicalDevicePerformanceQueryFeaturesKHR()
Dgoldfish_vk_reserved_marshaling_guest.cpp7763 memcpy(*ptr, (VkBool32*)&forMarshaling->performanceCounterMultipleQueryPools, sizeof(VkBool32)); in reservedmarshal_VkPhysicalDevicePerformanceQueryFeaturesKHR()