Home
last modified time | relevance | path

Searched refs:isViewportFlipEnabledForDrawFBO (Results 1 – 5 of 5) sorted by relevance

/external/angle/src/libANGLE/renderer/vulkan/
DContextVk.h224 bool isViewportFlipEnabledForDrawFBO() const;
243 ? !isViewportFlipEnabledForDrawFBO() in isYFlipEnabledForDrawFBO()
244 : isViewportFlipEnabledForDrawFBO(); in isYFlipEnabledForDrawFBO()
DContextVk.cpp3158 bool ContextVk::isViewportFlipEnabledForDrawFBO() const in isViewportFlipEnabledForDrawFBO() function in rx::ContextVk
3271 isViewportFlipEnabledForDrawFBO() && getFeatures().supportsNegativeViewport.enabled; in updateViewport()
3317 RotateRectangle(getRotationDrawFramebuffer(), isViewportFlipEnabledForDrawFBO(), in updateScissor()
3970 isViewportFlipEnabledForDrawFBO() && (usageBits.test(sh::vk::SpecConstUsage::YFlip) || in updateGraphicsPipelineDescWithSpecConstUsageBits()
4749 flipY = isViewportFlipEnabledForDrawFBO() ? -1.0f : 1.0f; in handleDirtyGraphicsDriverUniforms()
4752 ASSERT(isViewportFlipEnabledForDrawFBO()); in handleDirtyGraphicsDriverUniforms()
4758 ASSERT(isViewportFlipEnabledForDrawFBO()); in handleDirtyGraphicsDriverUniforms()
4763 ASSERT(isViewportFlipEnabledForDrawFBO()); in handleDirtyGraphicsDriverUniforms()
DFramebufferVk.cpp391 contextVk->isViewportFlipEnabledForDrawFBO(), in invalidateSub()
934 bool destFramebufferFlippedY = contextVk->isViewportFlipEnabledForDrawFBO(); in blit()
2760 bool invertViewport = contextVk->isViewportFlipEnabledForDrawFBO(); in getRotatedScissoredRenderArea()
DUtilsVk.cpp2071 bool invertViewport = contextVk->isViewportFlipEnabledForDrawFBO(); in clearFramebuffer()
3204 bool invertViewport = contextVk->isViewportFlipEnabledForDrawFBO(); in unresolve()
Dvk_helpers.cpp5875 bool isViewportFlipEnabled = contextVk->isViewportFlipEnabledForDrawFBO(); in stageSubresourceUpdateFromFramebuffer()