/third_party/mesa3d/src/virtio/vulkan/ |
H A D | vn_image.c | 470 const VkBindImageMemorySwapchainInfoKHR *swapchain_info = in vn_BindImageMemory2() 496 * patch it in. If VkBindImageMemorySwapchainInfoKHR is given, we've in vn_BindImageMemory2()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/wsi/ |
H A D | vktWsiSwapchainTests.cpp | 1063 std::vector<VkBindImageMemorySwapchainInfoKHR> bindImageMemorySwapchainInfo(numImages); in testImageSwapchainCreateInfo() 1071 VkBindImageMemorySwapchainInfoKHR bimsInfo = in testImageSwapchainCreateInfo() 1085 DE_NULL, // If the pNext chain includes an instance of VkBindImageMemorySwapchainInfoKHR, memory must be VK_NULL_HANDLE in testImageSwapchainCreateInfo() 1086 0u // If swapchain <in VkBindImageMemorySwapchainInfoKHR> is not NULL, the swapchain and imageIndex are used to determine the memory that the image is bound to, instead of memory and memoryOffset. in testImageSwapchainCreateInfo() 2059 vector<VkBindImageMemorySwapchainInfoKHR> bindImageMemorySwapchainInfo (numImages); in deviceGroupRenderTest2() 2070 VkBindImageMemorySwapchainInfoKHR bimsInfo = in deviceGroupRenderTest2() 2084 DE_NULL, // If the pNext chain includes an instance of VkBindImageMemorySwapchainInfoKHR, memory must be VK_NULL_HANDLE in deviceGroupRenderTest2() 2085 0u // If swapchain <in VkBindImageMemorySwapchainInfoKHR> is not NULL, the swapchain and imageIndex are used to determine the memory that the image is bound to, instead of memory and memoryOffset. in deviceGroupRenderTest2() 2131 DE_NULL, // If the pNext chain includes an instance of VkBindImageMemorySwapchainInfoKHR, memory must be VK_NULL_HANDLE in deviceGroupRenderTest2() 2132 0u // If swapchain <in VkBindImageMemorySwapchainInfoKHR> i in deviceGroupRenderTest2() [all...] |
H A D | vktWsiMaintenance1Tests.cpp | 685 VkBindImageMemorySwapchainInfoKHR bimSwapchainInfo = in bindSingleImageMemory() 1966 // Bind image with VkBindImageMemorySwapchainInfoKHR in populateDeferredAllocGroup() 1974 // Bind image with VkBindImageMemorySwapchainInfoKHR with multiple swapchains in populateDeferredAllocGroup()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/wsi/ |
H A D | vktWsiSwapchainTests.cpp | 1047 std::vector<VkBindImageMemorySwapchainInfoKHR> bindImageMemorySwapchainInfo(numImages); in testImageSwapchainCreateInfo() 1055 VkBindImageMemorySwapchainInfoKHR bimsInfo = in testImageSwapchainCreateInfo() 1069 DE_NULL, // If the pNext chain includes an instance of VkBindImageMemorySwapchainInfoKHR, memory must be VK_NULL_HANDLE in testImageSwapchainCreateInfo() 1070 0u // If swapchain <in VkBindImageMemorySwapchainInfoKHR> is not NULL, the swapchain and imageIndex are used to determine the memory that the image is bound to, instead of memory and memoryOffset. in testImageSwapchainCreateInfo() 2043 vector<VkBindImageMemorySwapchainInfoKHR> bindImageMemorySwapchainInfo (numImages); in deviceGroupRenderTest2() 2054 VkBindImageMemorySwapchainInfoKHR bimsInfo = in deviceGroupRenderTest2() 2068 DE_NULL, // If the pNext chain includes an instance of VkBindImageMemorySwapchainInfoKHR, memory must be VK_NULL_HANDLE in deviceGroupRenderTest2() 2069 0u // If swapchain <in VkBindImageMemorySwapchainInfoKHR> is not NULL, the swapchain and imageIndex are used to determine the memory that the image is bound to, instead of memory and memoryOffset. in deviceGroupRenderTest2() 2115 DE_NULL, // If the pNext chain includes an instance of VkBindImageMemorySwapchainInfoKHR, memory must be VK_NULL_HANDLE in deviceGroupRenderTest2() 2116 0u // If swapchain <in VkBindImageMemorySwapchainInfoKHR> i in deviceGroupRenderTest2() [all...] |
/third_party/mesa3d/src/gallium/frontends/lavapipe/ |
H A D | lvp_device.c | 1996 const VkBindImageMemorySwapchainInfoKHR *swapchain_info = in lvp_BindImageMemory2() 1997 (const VkBindImageMemorySwapchainInfoKHR *) s; in lvp_BindImageMemory2()
|
/third_party/mesa3d/src/microsoft/vulkan/ |
H A D | dzn_image.c | 691 const VkBindImageMemorySwapchainInfoKHR *swapchain_info = in dzn_BindImageMemory2() 692 (const VkBindImageMemorySwapchainInfoKHR *) s; in dzn_BindImageMemory2()
|
/third_party/mesa3d/src/intel/vulkan/ |
H A D | anv_image.c | 1901 const VkBindImageMemorySwapchainInfoKHR *swapchain_info = in anv_BindImageMemory2() 1902 (const VkBindImageMemorySwapchainInfoKHR *) s; in anv_BindImageMemory2()
|
/third_party/mesa3d/src/broadcom/vulkan/ |
H A D | v3dv_device.c | 2501 const VkBindImageMemorySwapchainInfoKHR *swapchain_info = in v3dv_BindImageMemory2()
|
/third_party/glfw/deps/glad/ |
H A D | vulkan.h | 2332 typedef struct VkBindImageMemorySwapchainInfoKHR { struct 2337 } VkBindImageMemorySwapchainInfoKHR; typedef
|
/third_party/vk-gl-cts/external/vulkancts/scripts/src/ |
H A D | vulkan_sc_core.h | 5289 typedef struct VkBindImageMemorySwapchainInfoKHR { struct 5294 } VkBindImageMemorySwapchainInfoKHR; typedef
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/generated/vulkansc/ |
H A D | vulkan_json_parser.hpp | 791 static void parse_VkBindImageMemorySwapchainInfoKHR(const char* s, Json::Value& obj, VkBindImageMemorySwapchainInfoKHR& o); 1235 p = s_globalMem.allocate(sizeof(VkBindImageMemorySwapchainInfoKHR)); in parsePNextChain() 1236 parse_VkBindImageMemorySwapchainInfoKHR("", pNextObj, *((VkBindImageMemorySwapchainInfoKHR*)p)); in parsePNextChain() 10323 static void parse_VkBindImageMemorySwapchainInfoKHR(const char* s, Json::Value& obj, VkBindImageMemorySwapchainInfoKHR& o) { in parse_VkBindImageMemorySwapchainInfoKHR() 10327 o.pNext = (VkBindImageMemorySwapchainInfoKHR*)parsePNextChain(obj); in parse_VkBindImageMemorySwapchainInfoKHR()
|
H A D | vulkan_json_data.hpp | 24423 static void print_VkBindImageMemorySwapchainInfoKHR(VkBindImageMemorySwapchainInfoKHR obj, const std::string& s, bool commaNeeded=true) { in print_VkBindImageMemorySwapchainInfoKHR() 24449 static void print_VkBindImageMemorySwapchainInfoKHR(const VkBindImageMemorySwapchainInfoKHR * obj, const std::string& s, bool commaNeeded=true) { in print_VkBindImageMemorySwapchainInfoKHR() [all...] |
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
H A D | libVulkan.cpp | 386 // order to support passing VkBindImageMemorySwapchainInfoKHR 3024 auto swapchainInfo = reinterpret_cast<VkBindImageMemorySwapchainInfoKHR const *>(extInfo); in vkBindImageMemory2()
|
/third_party/skia/include/third_party/vulkan/vulkan/ |
H A D | vulkan_core.h | 6137 typedef struct VkBindImageMemorySwapchainInfoKHR { struct 6142 } VkBindImageMemorySwapchainInfoKHR; typedef
|
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
H A D | vulkan_structs.hpp | 6324 using NativeType = VkBindImageMemorySwapchainInfoKHR; 6339 BindImageMemorySwapchainInfoKHR( VkBindImageMemorySwapchainInfoKHR const & rhs ) VULKAN_HPP_NOEXCEPT 6347 BindImageMemorySwapchainInfoKHR & operator=( VkBindImageMemorySwapchainInfoKHR const & rhs ) VULKAN_HPP_NOEXCEPT 6373 operator VkBindImageMemorySwapchainInfoKHR const &() const VULKAN_HPP_NOEXCEPT 6375 return *reinterpret_cast<const VkBindImageMemorySwapchainInfoKHR *>( this ); 6378 operator VkBindImageMemorySwapchainInfoKHR &() VULKAN_HPP_NOEXCEPT 6380 return *reinterpret_cast<VkBindImageMemorySwapchainInfoKHR *>( this ); 6405 sizeof( VkBindImageMemorySwapchainInfoKHR ), [all...] |
H A D | vulkan_core.h | 6236 typedef struct VkBindImageMemorySwapchainInfoKHR { struct 6241 } VkBindImageMemorySwapchainInfoKHR; typedef
|
/third_party/mesa3d/include/vulkan/ |
H A D | vulkan_core.h | 7540 typedef struct VkBindImageMemorySwapchainInfoKHR { struct 7545 } VkBindImageMemorySwapchainInfoKHR; typedef
|
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/ |
H A D | vulkan_core.h | 6286 typedef struct VkBindImageMemorySwapchainInfoKHR { struct 6291 } VkBindImageMemorySwapchainInfoKHR; typedef
|
/third_party/vulkan-headers/include/vulkan/ |
H A D | vulkan_core.h | 7700 typedef struct VkBindImageMemorySwapchainInfoKHR { struct 7705 } VkBindImageMemorySwapchainInfoKHR; typedef
|
H A D | vulkan_static_assertions.hpp | 1822 VULKAN_HPP_STATIC_ASSERT( sizeof( VULKAN_HPP_NAMESPACE::BindImageMemorySwapchainInfoKHR ) == sizeof( VkBindImageMemorySwapchainInfoKHR ),
|
H A D | vulkan_structs.hpp | 8297 using NativeType = VkBindImageMemorySwapchainInfoKHR; 8314 BindImageMemorySwapchainInfoKHR( VkBindImageMemorySwapchainInfoKHR const & rhs ) VULKAN_HPP_NOEXCEPT 8322 BindImageMemorySwapchainInfoKHR & operator=( VkBindImageMemorySwapchainInfoKHR const & rhs ) VULKAN_HPP_NOEXCEPT 8348 operator VkBindImageMemorySwapchainInfoKHR const &() const VULKAN_HPP_NOEXCEPT 8350 return *reinterpret_cast<const VkBindImageMemorySwapchainInfoKHR *>( this ); 8353 operator VkBindImageMemorySwapchainInfoKHR &() VULKAN_HPP_NOEXCEPT 8355 return *reinterpret_cast<VkBindImageMemorySwapchainInfoKHR *>( this ); [all...] |