Home
last modified time | relevance | path

Searched refs:VkPresentRegionKHR (Results 1 – 19 of 19) sorted by relevance

/external/mesa3d/src/vulkan/wsi/
Dwsi_common_private.h67 const VkPresentRegionKHR *damage);
Dwsi_common_wayland.c647 const VkPresentRegionKHR *damage) in wsi_wl_swapchain_queue_present()
Dwsi_common.c746 const VkPresentRegionKHR *region = NULL; in wsi_common_queue_present()
Dwsi_common_x11.c859 const VkPresentRegionKHR *damage) in x11_queue_present()
/external/deqp/external/vulkancts/framework/vulkan/
DvkTypeUtil.inl417 inline VkPresentRegionKHR makePresentRegionKHR (deUint32 rectangleCount, const VkRectLayerKHR* pRec…
419 VkPresentRegionKHR res;
DvkStructTypes.inl2124 struct VkPresentRegionKHR struct
2135 const VkPresentRegionKHR* pRegions; argument
DvkStrUtil.inl500 std::ostream& operator<< (std::ostream& s, const VkPresentRegionKHR& value);
DvkVulkan_c.inl5603 typedef struct VkPresentRegionKHR { struct
5606 } VkPresentRegionKHR; typedef
5612 const VkPresentRegionKHR* pRegions;
DvkStrUtilImpl.inl5141 std::ostream& operator<< (std::ostream& s, const VkPresentRegionKHR& value)
5143 s << "VkPresentRegionKHR = {\n";
/external/deqp/external/vulkancts/modules/vulkan/wsi/
DvktWsiIncrementalPresentTests.cpp1006 const vk::VkPresentRegionKHR region = in render()
/external/mesa3d/include/vulkan/
Dvulkan.h4609 typedef struct VkPresentRegionKHR { struct
4612 } VkPresentRegionKHR; argument
4618 const VkPresentRegionKHR* pRegions;
/external/skia/include/third_party/vulkan/vulkan/
Dvulkan_core.h5373 typedef struct VkPresentRegionKHR { struct
5376 } VkPresentRegionKHR; argument
5382 const VkPresentRegionKHR* pRegions;
/external/skqp/include/third_party/vulkan/vulkan/
Dvulkan_core.h5373 typedef struct VkPresentRegionKHR { struct
5376 } VkPresentRegionKHR; typedef
5382 const VkPresentRegionKHR* pRegions;
/external/vulkan-headers/include/vulkan/
Dvulkan_core.h5554 typedef struct VkPresentRegionKHR { struct
5557 } VkPresentRegionKHR; argument
5563 const VkPresentRegionKHR* pRegions;
Dvulkan.hpp41791 PresentRegionKHR( VkPresentRegionKHR const & rhs ) in PresentRegionKHR()
41796 PresentRegionKHR& operator=( VkPresentRegionKHR const & rhs ) in operator =()
41814 operator VkPresentRegionKHR const&() const in operator VkPresentRegionKHR const&()
41816 return *reinterpret_cast<const VkPresentRegionKHR*>( this ); in operator VkPresentRegionKHR const&()
41819 operator VkPresentRegionKHR &() in operator VkPresentRegionKHR&()
41821 return *reinterpret_cast<VkPresentRegionKHR*>( this ); in operator VkPresentRegionKHR&()
41838 …static_assert( sizeof( PresentRegionKHR ) == sizeof( VkPresentRegionKHR ), "struct and wrapper hav…
/external/swiftshader/include/vulkan/
Dvulkan_core.h5493 typedef struct VkPresentRegionKHR { struct
5496 } VkPresentRegionKHR; argument
5502 const VkPresentRegionKHR* pRegions;
Dvulkan.hpp7349 PresentRegionKHR( VkPresentRegionKHR const & rhs ) in PresentRegionKHR()
7354 PresentRegionKHR& operator=( VkPresentRegionKHR const & rhs ) in operator =()
7371 operator VkPresentRegionKHR const&() const in operator VkPresentRegionKHR const&()
7373 return *reinterpret_cast<const VkPresentRegionKHR*>(this); in operator VkPresentRegionKHR const&()
7376 operator VkPresentRegionKHR &() in operator VkPresentRegionKHR&()
7378 return *reinterpret_cast<VkPresentRegionKHR*>(this); in operator VkPresentRegionKHR&()
7395 …static_assert( sizeof( PresentRegionKHR ) == sizeof( VkPresentRegionKHR ), "struct and wrapper hav…
/external/deqp/external/vulkancts/scripts/src/
Dvulkan.h.in5600 typedef struct VkPresentRegionKHR { struct
5603 } VkPresentRegionKHR; typedef
5609 const VkPresentRegionKHR* pRegions;
/external/vulkan-validation-layers/layers/
Dcore_validation.cpp12057 VkPresentRegionKHR region = present_regions->pRegions[i]; in PreCallValidateQueuePresentKHR()