Searched refs:performanceCountersSampling (Results 1 – 8 of 8) sorted by relevance
| /device/generic/vulkan-cereal/stream-servers/vulkan/cereal/common/ |
| D | goldfish_vk_testing.cpp | 15135 if (!((a->performanceCountersSampling) == (b->performanceCountersSampling))) { in checkEqual_VkQueryPoolPerformanceQueryCreateInfoINTEL()
|
| D | goldfish_vk_marshaling.cpp | 27495 vkStream->write((VkQueryPoolSamplingModeINTEL*)&forMarshaling->performanceCountersSampling, in marshal_VkQueryPoolPerformanceQueryCreateInfoINTEL() 27520 vkStream->read((VkQueryPoolSamplingModeINTEL*)&forUnmarshaling->performanceCountersSampling, in unmarshal_VkQueryPoolPerformanceQueryCreateInfoINTEL()
|
| D | goldfish_vk_reserved_marshaling.cpp | 21422 memcpy((VkQueryPoolSamplingModeINTEL*)&forUnmarshaling->performanceCountersSampling, *ptr, in reservedunmarshal_VkQueryPoolPerformanceQueryCreateInfoINTEL()
|
| /device/google/cuttlefish/host/libs/graphics_detector/include/vulkan/ |
| D | vulkan_structs.hpp | 80038 : 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
|
| D | vulkan_core.h | 12744 VkQueryPoolSamplingModeINTEL performanceCountersSampling; member
|
| D | vulkan_hash.hpp | 10637 …KAN_HPP_HASH_COMBINE( seed, queryPoolPerformanceQueryCreateInfoINTEL.performanceCountersSampling ); in operator ()()
|
| /device/generic/goldfish-opengl/system/vulkan_enc/ |
| D | goldfish_vk_marshaling_guest.cpp | 21709 vkStream->write((VkQueryPoolSamplingModeINTEL*)&forMarshaling->performanceCountersSampling, in marshal_VkQueryPoolPerformanceQueryCreateInfoINTEL() 21722 vkStream->read((VkQueryPoolSamplingModeINTEL*)&forUnmarshaling->performanceCountersSampling, in unmarshal_VkQueryPoolPerformanceQueryCreateInfoINTEL()
|
| D | goldfish_vk_reserved_marshaling_guest.cpp | 14538 memcpy(*ptr, (VkQueryPoolSamplingModeINTEL*)&forMarshaling->performanceCountersSampling, in reservedmarshal_VkQueryPoolPerformanceQueryCreateInfoINTEL()
|