Home
last modified time | relevance | path

Searched refs:VkRectLayerKHR (Results 1 - 17 of 17) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/wsi/
H A DvktWsiIncrementalPresentTests.cpp268 vector<vk::VkRectLayerKHR> getUpdatedRects (size_t firstFrameNdx, in getUpdatedRects()
273 vector<vk::VkRectLayerKHR> rects; in getUpdatedRects()
278 const vk::VkRectLayerKHR rectLayer = in getUpdatedRects()
976 const vector<vk::VkRectLayerKHR> rects = getUpdatedRects(imageNextFrame, m_frameNdx, width, height); in render()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/wsi/
H A DvktWsiIncrementalPresentTests.cpp268 vector<vk::VkRectLayerKHR> getUpdatedRects (size_t firstFrameNdx, in getUpdatedRects()
273 vector<vk::VkRectLayerKHR> rects; in getUpdatedRects()
278 const vk::VkRectLayerKHR rectLayer = in getUpdatedRects()
976 const vector<vk::VkRectLayerKHR> rects = getUpdatedRects(imageNextFrame, m_frameNdx, width, height); in render()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DCommandProcessor.h173 std::vector<VkRectLayerKHR> mRects;
H A DSurfaceVk.cpp1552 std::vector<VkRectLayerKHR> vkRects; in present()
1563 VkRectLayerKHR &rect = vkRects[i]; in present()
/third_party/mesa3d/src/vulkan/wsi/
H A Dwsi_common_wayland.c1074 const VkRectLayerKHR *rect = &damage->pRectangles[i]; in wsi_wl_swapchain_queue_present()
H A Dwsi_common_x11.c1429 const VkRectLayerKHR *rect = &damage->pRectangles[i]; in x11_queue_present()
/third_party/vk-gl-cts/external/vulkancts/scripts/src/
H A Dvulkan_sc_core.h5608 typedef struct VkRectLayerKHR { struct
5612 } VkRectLayerKHR; typedef
5616 const VkRectLayerKHR* pRectangles;
/third_party/skia/include/third_party/vulkan/vulkan/
H A Dvulkan_core.h6761 typedef struct VkRectLayerKHR { struct
6765 } VkRectLayerKHR; typedef
6769 const VkRectLayerKHR* pRectangles;
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/generated/vulkansc/
H A Dvulkan_json_parser.hpp735 static void parse_VkRectLayerKHR(const char* s, Json::Value& obj, VkRectLayerKHR& o);
10615 static void parse_VkRectLayerKHR(const char* s, Json::Value& obj, VkRectLayerKHR& o) { in parse_VkRectLayerKHR()
10629 (o.pRectangles) = (VkRectLayerKHR*)s_globalMem.allocate((o.rectangleCount), sizeof(VkRectLayerKHR)); in parse_VkPresentRegionKHR()
10634 parse_VkRectLayerKHR("pRectangles", obj_pRectangles[i], const_cast<VkRectLayerKHR&>((o.pRectangles[i]))); in parse_VkPresentRegionKHR()
H A Dvulkan_json_data.hpp25665 static void print_VkRectLayerKHR(VkRectLayerKHR obj, const std::string& s, bool commaNeeded=true) { in print_VkRectLayerKHR()
25691 static void print_VkRectLayerKHR(const VkRectLayerKHR * obj, const std::string& s, bool commaNeeded=true) { in print_VkRectLayerKHR()
[all...]
/third_party/mesa3d/include/vulkan/
H A Dvulkan_core.h8228 typedef struct VkRectLayerKHR { struct
8232 } VkRectLayerKHR; typedef
8236 const VkRectLayerKHR* pRectangles;
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan_core.h6862 typedef struct VkRectLayerKHR { struct
6866 } VkRectLayerKHR; typedef
6870 const VkRectLayerKHR* pRectangles;
H A Dvulkan_structs.hpp[all...]
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/
H A Dvulkan_core.h7022 typedef struct VkRectLayerKHR { struct
7026 } VkRectLayerKHR; typedef
7030 const VkRectLayerKHR* pRectangles;
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_core.h9235 typedef struct VkRectLayerKHR { struct
9239 } VkRectLayerKHR; typedef
9243 const VkRectLayerKHR* pRectangles;
H A Dvulkan_static_assertions.hpp2802 VULKAN_HPP_STATIC_ASSERT( sizeof( VULKAN_HPP_NAMESPACE::RectLayerKHR ) == sizeof( VkRectLayerKHR ), "struct and wrapper have different size!" );
H A Dvulkan_structs.hpp[all...]

Completed in 471 milliseconds