Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/include/vulkan/
Dvk_enum_string_helper.h8210 static inline const char* string_VkQueryPoolSamplingModeINTEL(VkQueryPoolSamplingModeINTEL input_va… in string_VkQueryPoolSamplingModeINTEL()
/device/google/cuttlefish/host/libs/graphics_detector/include/vulkan/
Dvulkan_core.h12697 typedef enum VkQueryPoolSamplingModeINTEL { enum
12700 } VkQueryPoolSamplingModeINTEL; typedef
12744 VkQueryPoolSamplingModeINTEL performanceCountersSampling;
/device/generic/goldfish-opengl/system/vulkan_enc/
Dgoldfish_vk_reserved_marshaling_guest.cpp14538 memcpy(*ptr, (VkQueryPoolSamplingModeINTEL*)&forMarshaling->performanceCountersSampling, in reservedmarshal_VkQueryPoolPerformanceQueryCreateInfoINTEL()
14539 sizeof(VkQueryPoolSamplingModeINTEL)); in reservedmarshal_VkQueryPoolPerformanceQueryCreateInfoINTEL()
14540 *ptr += sizeof(VkQueryPoolSamplingModeINTEL); in reservedmarshal_VkQueryPoolPerformanceQueryCreateInfoINTEL()
Dgoldfish_vk_marshaling_guest.cpp21709 vkStream->write((VkQueryPoolSamplingModeINTEL*)&forMarshaling->performanceCountersSampling, in marshal_VkQueryPoolPerformanceQueryCreateInfoINTEL()
21710 sizeof(VkQueryPoolSamplingModeINTEL)); in marshal_VkQueryPoolPerformanceQueryCreateInfoINTEL()
21722 vkStream->read((VkQueryPoolSamplingModeINTEL*)&forUnmarshaling->performanceCountersSampling, in unmarshal_VkQueryPoolPerformanceQueryCreateInfoINTEL()
21723 sizeof(VkQueryPoolSamplingModeINTEL)); in unmarshal_VkQueryPoolPerformanceQueryCreateInfoINTEL()
Dgoldfish_vk_counting_guest.cpp11824 *count += sizeof(VkQueryPoolSamplingModeINTEL); in count_VkQueryPoolPerformanceQueryCreateInfoINTEL()
/device/generic/vulkan-cereal/stream-servers/vulkan/cereal/common/
Dgoldfish_vk_reserved_marshaling.cpp21422 memcpy((VkQueryPoolSamplingModeINTEL*)&forUnmarshaling->performanceCountersSampling, *ptr, in reservedunmarshal_VkQueryPoolPerformanceQueryCreateInfoINTEL()
21423 sizeof(VkQueryPoolSamplingModeINTEL)); in reservedunmarshal_VkQueryPoolPerformanceQueryCreateInfoINTEL()
21424 *ptr += sizeof(VkQueryPoolSamplingModeINTEL); in reservedunmarshal_VkQueryPoolPerformanceQueryCreateInfoINTEL()
Dgoldfish_vk_marshaling.cpp27495 vkStream->write((VkQueryPoolSamplingModeINTEL*)&forMarshaling->performanceCountersSampling, in marshal_VkQueryPoolPerformanceQueryCreateInfoINTEL()
27496 sizeof(VkQueryPoolSamplingModeINTEL)); in marshal_VkQueryPoolPerformanceQueryCreateInfoINTEL()
27520 vkStream->read((VkQueryPoolSamplingModeINTEL*)&forUnmarshaling->performanceCountersSampling, in unmarshal_VkQueryPoolPerformanceQueryCreateInfoINTEL()
27521 sizeof(VkQueryPoolSamplingModeINTEL)); in unmarshal_VkQueryPoolPerformanceQueryCreateInfoINTEL()