Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/
H A Dvk_cache_utils.h135 ANGLE_INLINE bool FramebufferFetchModeHasColor(FramebufferFetchMode framebufferFetchMode) in FramebufferFetchModeHasColor() argument
139 return (ToUnderlying(framebufferFetchMode) & 0x1) != 0; in FramebufferFetchModeHasColor()
141 ANGLE_INLINE bool FramebufferFetchModeHasDepthStencil(FramebufferFetchMode framebufferFetchMode) in FramebufferFetchModeHasDepthStencil() argument
145 return (ToUnderlying(framebufferFetchMode) & 0x2) != 0; in FramebufferFetchModeHasDepthStencil()
270 void setFramebufferFetchMode(FramebufferFetchMode framebufferFetchMode) in setFramebufferFetchMode() argument
272 SetBitField(mFramebufferFetchMode, framebufferFetchMode); in setFramebufferFetchMode()
274 FramebufferFetchMode framebufferFetchMode() const in framebufferFetchMode() function
280 return FramebufferFetchModeHasColor(framebufferFetchMode()); in hasColorFramebufferFetch()
284 return FramebufferFetchModeHasDepthStencil(framebufferFetchMode()); in hasDepthStencilFramebufferFetch()
905 FramebufferFetchMode framebufferFetchMode);
[all …]
H A DContextVk.cpp2468 mRenderPassCommands->getRenderPassDesc().framebufferFetchMode()); in handleDirtyGraphicsRenderPass()
2504 vk::FramebufferFetchMode framebufferFetchMode = in handleDirtyGraphicsRenderPass() local
2506 if (framebufferFetchMode != vk::FramebufferFetchMode::None) in handleDirtyGraphicsRenderPass()
2511 onFramebufferFetchUse(framebufferFetchMode); in handleDirtyGraphicsRenderPass()
5371 const vk::FramebufferFetchMode framebufferFetchMode = in updateDither() local
5375 framebufferFetchMode); in updateDither()
5497 const vk::FramebufferFetchMode framebufferFetchMode = in invalidateProgramExecutableHelper() local
5500 framebufferFetchMode != vk::FramebufferFetchMode::None; in invalidateProgramExecutableHelper()
5509 mGraphicsPipelineDesc->setRenderPassFramebufferFetchMode(framebufferFetchMode); in invalidateProgramExecutableHelper()
5511 if (framebufferFetchMode != vk::FramebufferFetchMode::None) in invalidateProgramExecutableHelper()
[all …]
H A Dvk_helpers.h1984 void setFramebufferFetchMode(FramebufferFetchMode framebufferFetchMode) in setFramebufferFetchMode() argument
1986 mRenderPassDesc.setFramebufferFetchMode(framebufferFetchMode); in setFramebufferFetchMode()
H A Dvk_cache_utils.cpp4767 FramebufferFetchMode framebufferFetchMode) in updateRenderPassDesc() argument
4776 setRenderPassFramebufferFetchMode(framebufferFetchMode); in updateRenderPassDesc()
4795 FramebufferFetchMode framebufferFetchMode) in setRenderPassFramebufferFetchMode() argument
4797 mSharedNonVertexInput.renderPass.setFramebufferFetchMode(framebufferFetchMode); in setRenderPassFramebufferFetchMode()
H A DContextVk.h1441 void onFramebufferFetchUse(vk::FramebufferFetchMode framebufferFetchMode);