Home
last modified time | relevance | path

Searched refs:dstRect (Results 1 – 13 of 13) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_KHR_display_swapchain/
Ddisplay_swapchain_present.adoc24 * pname:dstRect is a rectangular region within the visible region of the
46 If the extent of the pname:srcRect and pname:dstRect are not equal, the
54 * [[VUID-VkDisplayPresentInfoKHR-dstRect-01258]]
55 pname:dstRect must: specify a rectangular region that is a subset of the
/hardware/qcom/display/msm8226/libhwcomposer/
Dhwc_copybit.cpp678 copybit_rect_t dstRect = {destRect.left, destRect.top, destRect.right, in drawRectUsingCopybit() local
692 hwc_rect_t regRect = {dstRect.l,dstRect.t, dstRect.r, dstRect.b}; in drawRectUsingCopybit()
710 int err = copybit->stretch(copybit, &dst, &src, &dstRect, &srcRect, in drawRectUsingCopybit()
796 copybit_rect_t dstRect = {displayFrame.left, displayFrame.top, in drawLayerUsingCopybit() local
806 dstRect = srcRect; in drawLayerUsingCopybit()
960 err = copybit->stretch(copybit, &dst, &src, &dstRect, &srcRect, in drawLayerUsingCopybit()
1003 copybit_rect_t dstRect = {displayFrame.left, displayFrame.top, in fillColorUsingCopybit() local
1019 int res = copybit->fill_color(copybit, &dst, &dstRect, color); in fillColorUsingCopybit()
Dhwc_mdpcomp.cpp470 hwc_rect_t dstRect = layer->displayFrame; in validateAndApplyROI() local
471 hwc_rect_t res = getIntersection(visibleRect, dstRect); in validateAndApplyROI()
479 if(!isSameRect(res, dstRect) && needsScaling (layer)) { in validateAndApplyROI()
575 hwc_rect_t dstRect = layer->displayFrame; in validateAndApplyROI() local
577 hwc_rect_t l_res = getIntersection(visibleRectL, dstRect); in validateAndApplyROI()
578 hwc_rect_t r_res = getIntersection(visibleRectR, dstRect); in validateAndApplyROI()
587 if(!isSameRect(res, dstRect) && needsScaling (layer)) { in validateAndApplyROI()
/hardware/qcom/display/msm8994/libhwcomposer/
Dhwc_copybit.cpp731 copybit_rect_t dstRect = {destRect.left, destRect.top, destRect.right, in drawRectUsingCopybit() local
745 hwc_rect_t regRect = {dstRect.l,dstRect.t, dstRect.r, dstRect.b}; in drawRectUsingCopybit()
763 int err = copybit->stretch(copybit, &dst, &src, &dstRect, &srcRect, in drawRectUsingCopybit()
849 copybit_rect_t dstRect = {displayFrame.left, displayFrame.top, in drawLayerUsingCopybit() local
859 dstRect = srcRect; in drawLayerUsingCopybit()
1013 err = copybit->stretch(copybit, &dst, &src, &dstRect, &srcRect, in drawLayerUsingCopybit()
1056 copybit_rect_t dstRect = {displayFrame.left, displayFrame.top, in fillColorUsingCopybit() local
1072 int res = copybit->fill_color(copybit, &dst, &dstRect, color); in fillColorUsingCopybit()
Dhwc_mdpcomp.cpp571 hwc_rect_t dstRect = layer->displayFrame; in validateAndApplyROI() local
572 hwc_rect_t res = getIntersection(visibleRect, dstRect); in validateAndApplyROI()
580 if(!isSameRect(res, dstRect) && needsScaling (layer)) { in validateAndApplyROI()
676 hwc_rect_t dstRect = layer->displayFrame; in validateAndApplyROI() local
678 hwc_rect_t l_res = getIntersection(visibleRectL, dstRect); in validateAndApplyROI()
679 hwc_rect_t r_res = getIntersection(visibleRectR, dstRect); in validateAndApplyROI()
688 if(!isSameRect(res, dstRect) && needsScaling (layer)) { in validateAndApplyROI()
2647 hwc_rect_t dstRect = layer->displayFrame; in validateAndApplyROI() local
2648 hwc_rect_t res = getIntersection(visibleRect, dstRect); in validateAndApplyROI()
2656 if(!isSameRect(res, dstRect) && needsScaling (layer)) { in validateAndApplyROI()
/hardware/qcom/display/msm8084/libhwcomposer/
Dhwc_copybit.cpp429 copybit_rect_t dstRect = {displayFrame.left, displayFrame.top, in drawLayerUsingCopybit() local
584 err = copybit->stretch(copybit, &dst, &src, &dstRect, &srcRect, in drawLayerUsingCopybit()
627 copybit_rect_t dstRect = {displayFrame.left, displayFrame.top, in fillColorUsingCopybit() local
643 int res = copybit->fill_color(copybit, &dst, &dstRect, color); in fillColorUsingCopybit()
Dhwc_mdpcomp.cpp469 hwc_rect_t dstRect = layer->displayFrame; in validateAndApplyROI() local
470 hwc_rect_t res = getIntersection(visibleRect, dstRect); in validateAndApplyROI()
478 if(!isSameRect(res, dstRect) && needsScaling (layer)) { in validateAndApplyROI()
568 hwc_rect_t dstRect = layer->displayFrame; in validateAndApplyROI() local
570 hwc_rect_t l_res = getIntersection(visibleRectL, dstRect); in validateAndApplyROI()
571 hwc_rect_t r_res = getIntersection(visibleRectR, dstRect); in validateAndApplyROI()
580 if(!isSameRect(res, dstRect) && needsScaling (layer)) { in validateAndApplyROI()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_KHR_display_swapchain.adoc34 2) Should the pname:srcRect and pname:dstRect parameters be specified as
41 3) Should pname:srcRect and pname:dstRect be specified as rects, or separate
/hardware/qcom/display/msm8960/libhwcomposer/
Dhwc_copybit.cpp334 copybit_rect_t dstRect = {displayFrame.left, displayFrame.top, in drawLayerUsingCopybit() local
477 err = copybit->stretch(copybit, &dst, &src, &dstRect, &srcRect, in drawLayerUsingCopybit()
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_hash.hpp2134 VULKAN_HPP_HASH_COMBINE( seed, displayPresentInfoKHR.dstRect ); in operator ()()
Dvulkan_hash.hpp3829 VULKAN_HPP_HASH_COMBINE( seed, displayPresentInfoKHR.dstRect ); in operator ()()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/
Dregistry.adoc1558 VkRect2D dstRect;
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h7962 VkRect2D dstRect; member