Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/stream-servers/vulkan/cereal/common/
Dgoldfish_vk_testing.cpp15135 if (!((a->performanceCountersSampling) == (b->performanceCountersSampling))) { in checkEqual_VkQueryPoolPerformanceQueryCreateInfoINTEL()
Dgoldfish_vk_marshaling.cpp27495 vkStream->write((VkQueryPoolSamplingModeINTEL*)&forMarshaling->performanceCountersSampling, in marshal_VkQueryPoolPerformanceQueryCreateInfoINTEL()
27520 vkStream->read((VkQueryPoolSamplingModeINTEL*)&forUnmarshaling->performanceCountersSampling, in unmarshal_VkQueryPoolPerformanceQueryCreateInfoINTEL()
Dgoldfish_vk_reserved_marshaling.cpp21422 memcpy((VkQueryPoolSamplingModeINTEL*)&forUnmarshaling->performanceCountersSampling, *ptr, in reservedunmarshal_VkQueryPoolPerformanceQueryCreateInfoINTEL()
/device/google/cuttlefish/host/libs/graphics_detector/include/vulkan/
Dvulkan_structs.hpp80038 : pNext( pNext_ ), performanceCountersSampling( performanceCountersSampling_ ) in QueryPoolPerformanceQueryCreateInfoINTEL()
80066 performanceCountersSampling = performanceCountersSampling_; in setPerformanceCountersSampling()
80090 return std::tie( sType, pNext, performanceCountersSampling ); in reflect()
80105 && ( performanceCountersSampling == rhs.performanceCountersSampling ); in operator ==()
80118 …VULKAN_HPP_NAMESPACE::QueryPoolSamplingModeINTEL performanceCountersSampling = VULKAN_HPP_NAMESPAC… member
Dvulkan_core.h12744 VkQueryPoolSamplingModeINTEL performanceCountersSampling; member
Dvulkan_hash.hpp10637 …KAN_HPP_HASH_COMBINE( seed, queryPoolPerformanceQueryCreateInfoINTEL.performanceCountersSampling ); in operator ()()
/device/generic/goldfish-opengl/system/vulkan_enc/
Dgoldfish_vk_marshaling_guest.cpp21709 vkStream->write((VkQueryPoolSamplingModeINTEL*)&forMarshaling->performanceCountersSampling, in marshal_VkQueryPoolPerformanceQueryCreateInfoINTEL()
21722 vkStream->read((VkQueryPoolSamplingModeINTEL*)&forUnmarshaling->performanceCountersSampling, in unmarshal_VkQueryPoolPerformanceQueryCreateInfoINTEL()
Dgoldfish_vk_reserved_marshaling_guest.cpp14538 memcpy(*ptr, (VkQueryPoolSamplingModeINTEL*)&forMarshaling->performanceCountersSampling, in reservedmarshal_VkQueryPoolPerformanceQueryCreateInfoINTEL()