Searched refs:VkDisplayPresentInfoKHR (Results 1 - 11 of 11) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/scripts/src/ |
H A D | vulkan_sc_core.h | 5511 typedef struct VkDisplayPresentInfoKHR { struct 5517 } VkDisplayPresentInfoKHR; typedef
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/generated/vulkansc/ |
H A D | vulkan_json_parser.hpp | 711 static void parse_VkDisplayPresentInfoKHR(const char* s, Json::Value& obj, VkDisplayPresentInfoKHR& o); 1019 p = s_globalMem.allocate(sizeof(VkDisplayPresentInfoKHR)); in parsePNextChain() 1020 parse_VkDisplayPresentInfoKHR("", pNextObj, *((VkDisplayPresentInfoKHR*)p)); in parsePNextChain() 10542 static void parse_VkDisplayPresentInfoKHR(const char* s, Json::Value& obj, VkDisplayPresentInfoKHR& o) { in parse_VkDisplayPresentInfoKHR() 10546 o.pNext = (VkDisplayPresentInfoKHR*)parsePNextChain(obj); in parse_VkDisplayPresentInfoKHR()
|
H A D | vulkan_json_data.hpp | 25329 static void print_VkDisplayPresentInfoKHR(VkDisplayPresentInfoKHR obj, const std::string& s, bool commaNeeded=true) { in print_VkDisplayPresentInfoKHR() 25364 static void print_VkDisplayPresentInfoKHR(const VkDisplayPresentInfoKHR * obj, const std::string& s, bool commaNeeded=true) { in print_VkDisplayPresentInfoKHR() [all...] |
/third_party/skia/include/third_party/vulkan/vulkan/ |
H A D | vulkan_core.h | 6365 typedef struct VkDisplayPresentInfoKHR { struct 6371 } VkDisplayPresentInfoKHR; typedef
|
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
H A D | vulkan_structs.hpp | 22737 using NativeType = VkDisplayPresentInfoKHR; 22753 DisplayPresentInfoKHR( VkDisplayPresentInfoKHR const & rhs ) VULKAN_HPP_NOEXCEPT 22760 DisplayPresentInfoKHR & operator=( VkDisplayPresentInfoKHR const & rhs ) VULKAN_HPP_NOEXCEPT 22792 operator VkDisplayPresentInfoKHR const &() const VULKAN_HPP_NOEXCEPT 22794 return *reinterpret_cast<const VkDisplayPresentInfoKHR *>( this ); 22797 operator VkDisplayPresentInfoKHR &() VULKAN_HPP_NOEXCEPT 22799 return *reinterpret_cast<VkDisplayPresentInfoKHR *>( this ); 22824 VULKAN_HPP_STATIC_ASSERT( sizeof( VULKAN_HPP_NAMESPACE::DisplayPresentInfoKHR ) == sizeof( VkDisplayPresentInfoKHR ), [all...] |
H A D | vulkan_core.h | 6464 typedef struct VkDisplayPresentInfoKHR { struct 6470 } VkDisplayPresentInfoKHR; typedef
|
/third_party/mesa3d/include/vulkan/ |
H A D | vulkan_core.h | 7768 typedef struct VkDisplayPresentInfoKHR { struct 7774 } VkDisplayPresentInfoKHR; typedef
|
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/ |
H A D | vulkan_core.h | 6514 typedef struct VkDisplayPresentInfoKHR { struct 6520 } VkDisplayPresentInfoKHR; typedef
|
/third_party/vulkan-headers/include/vulkan/ |
H A D | vulkan_core.h | 7930 typedef struct VkDisplayPresentInfoKHR { struct 7936 } VkDisplayPresentInfoKHR; typedef
|
H A D | vulkan_static_assertions.hpp | 1904 VULKAN_HPP_STATIC_ASSERT( sizeof( VULKAN_HPP_NAMESPACE::DisplayPresentInfoKHR ) == sizeof( VkDisplayPresentInfoKHR ),
|
H A D | vulkan_structs.hpp | [all...] |
Completed in 424 milliseconds