/third_party/mesa3d/src/vulkan/wsi/ |
H A D | wsi_common_private.h | 138 const VkPresentRegionKHR *damage);
|
H A D | wsi_common_win32.c | 404 const VkPresentRegionKHR *damage) in wsi_win32_queue_present()
|
H A D | wsi_common_wayland.c | 1050 const VkPresentRegionKHR *damage) in wsi_wl_swapchain_queue_present()
|
H A D | wsi_common_x11.c | 1414 const VkPresentRegionKHR *damage) in x11_queue_present()
|
H A D | wsi_common.c | 1157 const VkPresentRegionKHR *region = NULL; in wsi_common_queue_present()
|
H A D | wsi_common_display.c | 1899 const VkPresentRegionKHR *damage) in wsi_display_queue_present()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
H A D | CommandProcessor.h | 171 VkPresentRegionKHR mPresentRegion;
|
H A D | SurfaceVk.cpp | 1550 VkPresentRegionKHR presentRegion = {}; in present()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/wsi/ |
H A D | vktWsiIncrementalPresentTests.cpp | 977 const vk::VkPresentRegionKHR region = in render()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/wsi/ |
H A D | vktWsiIncrementalPresentTests.cpp | 977 const vk::VkPresentRegionKHR region = in render()
|
/third_party/vk-gl-cts/external/vulkancts/scripts/src/ |
H A D | vulkan_sc_core.h | 5614 typedef struct VkPresentRegionKHR { struct 5617 } VkPresentRegionKHR; typedef 5623 const VkPresentRegionKHR* pRegions;
|
/third_party/skia/include/third_party/vulkan/vulkan/ |
H A D | vulkan_core.h | 6767 typedef struct VkPresentRegionKHR { struct 6770 } VkPresentRegionKHR; typedef 6776 const VkPresentRegionKHR* pRegions;
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/generated/vulkansc/ |
H A D | vulkan_json_parser.hpp | 734 static void parse_VkPresentRegionKHR(const char* s, Json::Value& obj, VkPresentRegionKHR& o); 10625 static void parse_VkPresentRegionKHR(const char* s, Json::Value& obj, VkPresentRegionKHR& o) { in parse_VkPresentRegionKHR() 10648 (o.pRegions) = (VkPresentRegionKHR*)s_globalMem.allocate((o.swapchainCount), sizeof(VkPresentRegionKHR)); in parse_VkPresentRegionsKHR() 10653 parse_VkPresentRegionKHR("pRegions", obj_pRegions[i], const_cast<VkPresentRegionKHR&>((o.pRegions[i]))); in parse_VkPresentRegionsKHR()
|
H A D | vulkan_json_data.hpp | 25718 static void print_VkPresentRegionKHR(VkPresentRegionKHR obj, const std::string& s, bool commaNeeded=true) { in print_VkPresentRegionKHR() 25751 static void print_VkPresentRegionKHR(const VkPresentRegionKHR * obj, const std::string& s, bool commaNeeded=true) { in print_VkPresentRegionKHR() [all...] |
/third_party/mesa3d/include/vulkan/ |
H A D | vulkan_core.h | 8234 typedef struct VkPresentRegionKHR { struct 8237 } VkPresentRegionKHR; typedef 8243 const VkPresentRegionKHR* pRegions;
|
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
H A D | vulkan_core.h | 6868 typedef struct VkPresentRegionKHR { struct 6871 } VkPresentRegionKHR; typedef 6877 const VkPresentRegionKHR* pRegions;
|
H A D | vulkan_structs.hpp | [all...] |
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/ |
H A D | vulkan_core.h | 7028 typedef struct VkPresentRegionKHR { struct 7031 } VkPresentRegionKHR; typedef 7037 const VkPresentRegionKHR* pRegions;
|
/third_party/vulkan-headers/include/vulkan/ |
H A D | vulkan_core.h | 9241 typedef struct VkPresentRegionKHR { struct 9244 } VkPresentRegionKHR; typedef 9250 const VkPresentRegionKHR* pRegions;
|
H A D | vulkan_static_assertions.hpp | 2797 VULKAN_HPP_STATIC_ASSERT( sizeof( VULKAN_HPP_NAMESPACE::PresentRegionKHR ) == sizeof( VkPresentRegionKHR ), "struct and wrapper have different size!" );
|
H A D | vulkan_structs.hpp | [all...] |