Home
last modified time | relevance | path

Searched refs:VkQueryPoolPerformanceQueryCreateInfoINTEL (Results 1 – 25 of 29) sorted by relevance

12

/device/generic/goldfish-opengl/system/vulkan_enc/
Dgoldfish_vk_extension_structs_guest.cpp1763 return sizeof(VkQueryPoolPerformanceQueryCreateInfoINTEL); in goldfish_vk_extension_struct_size()
3716 return sizeof(VkQueryPoolPerformanceQueryCreateInfoINTEL); in goldfish_vk_extension_struct_size_with_stream_features()
Dgoldfish_vk_deepcopy_guest.h3260 const VkQueryPoolPerformanceQueryCreateInfoINTEL* from,
3261 VkQueryPoolPerformanceQueryCreateInfoINTEL* to);
Dgoldfish_vk_transform_guest.h4971 ResourceTracker* resourceTracker, VkQueryPoolPerformanceQueryCreateInfoINTEL* toTransform);
4974 ResourceTracker* resourceTracker, VkQueryPoolPerformanceQueryCreateInfoINTEL* toTransform);
Dgoldfish_vk_handlemap_guest.h2532 VulkanHandleMapping* handlemap, VkQueryPoolPerformanceQueryCreateInfoINTEL* toMap);
Dgoldfish_vk_marshaling_guest.h5887 const VkQueryPoolPerformanceQueryCreateInfoINTEL* forMarshaling);
5891 VkQueryPoolPerformanceQueryCreateInfoINTEL* forUnmarshaling);
Dgoldfish_vk_transform_guest.cpp12908 ResourceTracker* resourceTracker, VkQueryPoolPerformanceQueryCreateInfoINTEL* toTransform) { in transform_tohost_VkQueryPoolPerformanceQueryCreateInfoINTEL()
12917 ResourceTracker* resourceTracker, VkQueryPoolPerformanceQueryCreateInfoINTEL* toTransform) { in transform_fromhost_VkQueryPoolPerformanceQueryCreateInfoINTEL()
21411 reinterpret_cast<VkQueryPoolPerformanceQueryCreateInfoINTEL*>(structExtension_out)); in transform_tohost_extension_struct()
24838 reinterpret_cast<VkQueryPoolPerformanceQueryCreateInfoINTEL*>(structExtension_out)); in transform_fromhost_extension_struct()
Dgoldfish_vk_handlemap_guest.cpp6558 VulkanHandleMapping* handlemap, VkQueryPoolPerformanceQueryCreateInfoINTEL* toMap) { in handlemap_VkQueryPoolPerformanceQueryCreateInfoINTEL()
11785 reinterpret_cast<VkQueryPoolPerformanceQueryCreateInfoINTEL*>(structExtension_out)); in handlemap_extension_struct()
Dgoldfish_vk_counting_guest.h2973 const VkQueryPoolPerformanceQueryCreateInfoINTEL* toCount, size_t* count);
Dgoldfish_vk_reserved_marshaling_guest.h3258 const VkQueryPoolPerformanceQueryCreateInfoINTEL* forMarshaling, uint8_t** ptr);
Dgoldfish_vk_deepcopy_guest.cpp14314 const VkQueryPoolPerformanceQueryCreateInfoINTEL* from, in deepcopy_VkQueryPoolPerformanceQueryCreateInfoINTEL()
14315 VkQueryPoolPerformanceQueryCreateInfoINTEL* to) { in deepcopy_VkQueryPoolPerformanceQueryCreateInfoINTEL()
24256 reinterpret_cast<const VkQueryPoolPerformanceQueryCreateInfoINTEL*>( in deepcopy_extension_struct()
24258 reinterpret_cast<VkQueryPoolPerformanceQueryCreateInfoINTEL*>(structExtension_out)); in deepcopy_extension_struct()
Dgoldfish_vk_counting_guest.cpp11814 const VkQueryPoolPerformanceQueryCreateInfoINTEL* toCount, size_t* count) { in count_VkQueryPoolPerformanceQueryCreateInfoINTEL()
19792 reinterpret_cast<const VkQueryPoolPerformanceQueryCreateInfoINTEL*>( in count_extension_struct()
/device/generic/vulkan-cereal/stream-servers/vulkan/cereal/common/
Dgoldfish_vk_extension_structs.cpp1763 return sizeof(VkQueryPoolPerformanceQueryCreateInfoINTEL); in goldfish_vk_extension_struct_size()
3716 return sizeof(VkQueryPoolPerformanceQueryCreateInfoINTEL); in goldfish_vk_extension_struct_size_with_stream_features()
Dgoldfish_vk_testing.h3083 const VkQueryPoolPerformanceQueryCreateInfoINTEL* a,
3084 const VkQueryPoolPerformanceQueryCreateInfoINTEL* b, OnFailCompareFunc onFail);
Dgoldfish_vk_deepcopy.h3254 const VkQueryPoolPerformanceQueryCreateInfoINTEL* from,
3255 VkQueryPoolPerformanceQueryCreateInfoINTEL* to);
Dgoldfish_vk_transform.h5134 VkDecoderGlobalState* resourceTracker, VkQueryPoolPerformanceQueryCreateInfoINTEL* toTransform);
5137 VkDecoderGlobalState* resourceTracker, VkQueryPoolPerformanceQueryCreateInfoINTEL* toTransform);
Dgoldfish_vk_handlemap.h2526 VulkanHandleMapping* handlemap, VkQueryPoolPerformanceQueryCreateInfoINTEL* toMap);
Dgoldfish_vk_marshaling.h5814 const VkQueryPoolPerformanceQueryCreateInfoINTEL* forMarshaling);
5818 VkQueryPoolPerformanceQueryCreateInfoINTEL* forUnmarshaling);
Dgoldfish_vk_transform.cpp13055 VkQueryPoolPerformanceQueryCreateInfoINTEL* toTransform) { in transform_tohost_VkQueryPoolPerformanceQueryCreateInfoINTEL()
13065 VkQueryPoolPerformanceQueryCreateInfoINTEL* toTransform) { in transform_fromhost_VkQueryPoolPerformanceQueryCreateInfoINTEL()
21698 reinterpret_cast<VkQueryPoolPerformanceQueryCreateInfoINTEL*>(structExtension_out)); in transform_tohost_extension_struct()
25125 reinterpret_cast<VkQueryPoolPerformanceQueryCreateInfoINTEL*>(structExtension_out)); in transform_fromhost_extension_struct()
Dgoldfish_vk_handlemap.cpp6558 VulkanHandleMapping* handlemap, VkQueryPoolPerformanceQueryCreateInfoINTEL* toMap) { in handlemap_VkQueryPoolPerformanceQueryCreateInfoINTEL()
11785 reinterpret_cast<VkQueryPoolPerformanceQueryCreateInfoINTEL*>(structExtension_out)); in handlemap_extension_struct()
Dgoldfish_vk_reserved_marshaling.h3197 VkQueryPoolPerformanceQueryCreateInfoINTEL* forUnmarshaling, uint8_t** ptr);
Dgoldfish_vk_testing.cpp15127 const VkQueryPoolPerformanceQueryCreateInfoINTEL* a, in checkEqual_VkQueryPoolPerformanceQueryCreateInfoINTEL()
15128 const VkQueryPoolPerformanceQueryCreateInfoINTEL* b, OnFailCompareFunc onFail) { in checkEqual_VkQueryPoolPerformanceQueryCreateInfoINTEL()
24208 reinterpret_cast<const VkQueryPoolPerformanceQueryCreateInfoINTEL*>( in checkEqual_extension_struct()
24210 reinterpret_cast<const VkQueryPoolPerformanceQueryCreateInfoINTEL*>( in checkEqual_extension_struct()
Dgoldfish_vk_deepcopy.cpp14314 const VkQueryPoolPerformanceQueryCreateInfoINTEL* from, in deepcopy_VkQueryPoolPerformanceQueryCreateInfoINTEL()
14315 VkQueryPoolPerformanceQueryCreateInfoINTEL* to) { in deepcopy_VkQueryPoolPerformanceQueryCreateInfoINTEL()
24256 reinterpret_cast<const VkQueryPoolPerformanceQueryCreateInfoINTEL*>( in deepcopy_extension_struct()
24258 reinterpret_cast<VkQueryPoolPerformanceQueryCreateInfoINTEL*>(structExtension_out)); in deepcopy_extension_struct()
/device/google/cuttlefish/host/libs/graphics_detector/include/vulkan/
Dvulkan_core.h12741 typedef struct VkQueryPoolPerformanceQueryCreateInfoINTEL { struct
12745 } VkQueryPoolPerformanceQueryCreateInfoINTEL; argument
12747 typedef VkQueryPoolPerformanceQueryCreateInfoINTEL VkQueryPoolCreateInfoINTEL;
Dvulkan_static_assertions.hpp2697 …:QueryPoolPerformanceQueryCreateInfoINTEL ) == sizeof( VkQueryPoolPerformanceQueryCreateInfoINTEL
Dvulkan_structs.hpp80030 using NativeType = VkQueryPoolPerformanceQueryCreateInfoINTEL;
80043 …QueryPoolPerformanceQueryCreateInfoINTEL( VkQueryPoolPerformanceQueryCreateInfoINTEL const & rhs )… in QueryPoolPerformanceQueryCreateInfoINTEL()
80051 …QueryPoolPerformanceQueryCreateInfoINTEL & operator=( VkQueryPoolPerformanceQueryCreateInfoINTEL c… in operator =()
80072 operator VkQueryPoolPerformanceQueryCreateInfoINTEL const &() const VULKAN_HPP_NOEXCEPT in operator VkQueryPoolPerformanceQueryCreateInfoINTEL const&()
80074 return *reinterpret_cast<const VkQueryPoolPerformanceQueryCreateInfoINTEL*>( this ); in operator VkQueryPoolPerformanceQueryCreateInfoINTEL const&()
80077 operator VkQueryPoolPerformanceQueryCreateInfoINTEL &() VULKAN_HPP_NOEXCEPT in operator VkQueryPoolPerformanceQueryCreateInfoINTEL&()
80079 return *reinterpret_cast<VkQueryPoolPerformanceQueryCreateInfoINTEL*>( this ); in operator VkQueryPoolPerformanceQueryCreateInfoINTEL&()

12