Searched refs:VkDeviceGroupPresentInfoKHR (Results 1 - 14 of 14) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/wsi/ |
H A D | vktWsiSwapchainTests.cpp | 1868 const VkDeviceGroupPresentInfoKHR deviceGroupPresentInfo = in deviceGroupRenderTest() 2245 const VkDeviceGroupPresentInfoKHR deviceGroupPresentInfo = in deviceGroupRenderTest2()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/wsi/ |
H A D | vktWsiSwapchainTests.cpp | 1852 const VkDeviceGroupPresentInfoKHR deviceGroupPresentInfo = in deviceGroupRenderTest() 2229 const VkDeviceGroupPresentInfoKHR deviceGroupPresentInfo = in deviceGroupRenderTest2()
|
/third_party/glfw/deps/glad/ |
H A D | vulkan.h | 2349 typedef struct VkDeviceGroupPresentInfoKHR { struct 2355 } VkDeviceGroupPresentInfoKHR; typedef
|
/third_party/vk-gl-cts/external/vulkancts/scripts/src/ |
H A D | vulkan_sc_core.h | 5313 typedef struct VkDeviceGroupPresentInfoKHR { struct 5319 } VkDeviceGroupPresentInfoKHR; typedef
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/generated/vulkansc/ |
H A D | vulkan_json_parser.hpp | 793 static void parse_VkDeviceGroupPresentInfoKHR(const char* s, Json::Value& obj, VkDeviceGroupPresentInfoKHR& o); 1241 p = s_globalMem.allocate(sizeof(VkDeviceGroupPresentInfoKHR)); in parsePNextChain() 1242 parse_VkDeviceGroupPresentInfoKHR("", pNextObj, *((VkDeviceGroupPresentInfoKHR*)p)); in parsePNextChain() 10364 static void parse_VkDeviceGroupPresentInfoKHR(const char* s, Json::Value& obj, VkDeviceGroupPresentInfoKHR& o) { in parse_VkDeviceGroupPresentInfoKHR() 10368 o.pNext = (VkDeviceGroupPresentInfoKHR*)parsePNextChain(obj); in parse_VkDeviceGroupPresentInfoKHR()
|
H A D | vulkan_json_data.hpp | 24614 static void print_VkDeviceGroupPresentInfoKHR(VkDeviceGroupPresentInfoKHR obj, const std::string& s, bool commaNeeded=true) { in print_VkDeviceGroupPresentInfoKHR() 24654 static void print_VkDeviceGroupPresentInfoKHR(const VkDeviceGroupPresentInfoKHR * obj, const std::string& s, bool commaNeeded=true) { in print_VkDeviceGroupPresentInfoKHR() [all...] |
/third_party/skia/include/third_party/vulkan/vulkan/ |
H A D | vulkan_core.h | 6161 typedef struct VkDeviceGroupPresentInfoKHR { struct 6167 } VkDeviceGroupPresentInfoKHR; typedef
|
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
H A D | vulkan_structs.hpp | 20158 using NativeType = VkDeviceGroupPresentInfoKHR; 20177 DeviceGroupPresentInfoKHR( VkDeviceGroupPresentInfoKHR const & rhs ) VULKAN_HPP_NOEXCEPT 20194 DeviceGroupPresentInfoKHR & operator=( VkDeviceGroupPresentInfoKHR const & rhs ) VULKAN_HPP_NOEXCEPT 20237 operator VkDeviceGroupPresentInfoKHR const &() const VULKAN_HPP_NOEXCEPT 20239 return *reinterpret_cast<const VkDeviceGroupPresentInfoKHR *>( this ); 20242 operator VkDeviceGroupPresentInfoKHR &() VULKAN_HPP_NOEXCEPT 20244 return *reinterpret_cast<VkDeviceGroupPresentInfoKHR *>( this ); 20271 sizeof( VkDeviceGroupPresentInfoKHR ), [all...] |
H A D | vulkan_core.h | 6260 typedef struct VkDeviceGroupPresentInfoKHR { struct 6266 } VkDeviceGroupPresentInfoKHR; typedef
|
/third_party/mesa3d/include/vulkan/ |
H A D | vulkan_core.h | 7564 typedef struct VkDeviceGroupPresentInfoKHR { struct 7570 } VkDeviceGroupPresentInfoKHR; typedef
|
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/ |
H A D | vulkan_core.h | 6310 typedef struct VkDeviceGroupPresentInfoKHR { struct 6316 } VkDeviceGroupPresentInfoKHR; typedef
|
/third_party/vulkan-headers/include/vulkan/ |
H A D | vulkan_core.h | 7724 typedef struct VkDeviceGroupPresentInfoKHR { struct 7730 } VkDeviceGroupPresentInfoKHR; typedef
|
H A D | vulkan_static_assertions.hpp | 1840 VULKAN_HPP_STATIC_ASSERT( sizeof( VULKAN_HPP_NAMESPACE::DeviceGroupPresentInfoKHR ) == sizeof( VkDeviceGroupPresentInfoKHR ),
|
H A D | vulkan_structs.hpp | [all...] |
Completed in 513 milliseconds