Home
last modified time | relevance | path

Searched defs:hasFramebufferFetch (Results 1 – 6 of 6) sorted by relevance

/external/angle/src/libANGLE/renderer/vulkan/
Dvk_cache_utils.h222 void setFramebufferFetchMode(bool hasFramebufferFetch) in setFramebufferFetchMode()
226 bool hasFramebufferFetch() const { return mHasFramebufferFetch; } in hasFramebufferFetch() function
1962 bool hasFramebufferFetch() const { return mHasFramebufferFetch; } in hasFramebufferFetch() function
DContextVk.cpp264 bool hasFramebufferFetch, in GetColorAccess()
2777 const bool hasFramebufferFetch = executable->usesFramebufferFetch(); in handleDirtyShaderResourcesImpl() local
5360 const bool hasFramebufferFetch = executable->usesFramebufferFetch(); in invalidateProgramExecutableHelper() local
8862 angle::Result ContextVk::switchToFramebufferFetchMode(bool hasFramebufferFetch) in switchToFramebufferFetchMode()
DFramebufferVk.cpp3756 void FramebufferVk::switchToFramebufferFetchMode(ContextVk *contextVk, bool hasFramebufferFetch) in switchToFramebufferFetchMode()
DProgramExecutableVk.cpp1481 const bool hasFramebufferFetch = mExecutable->usesFramebufferFetch(); in getTransformOptions() local
Dvk_cache_utils.cpp4154 void GraphicsPipelineDesc::setRenderPassFramebufferFetchMode(bool hasFramebufferFetch) in setRenderPassFramebufferFetchMode()
4735 void FramebufferDesc::setFramebufferFetchMode(bool hasFramebufferFetch) in setFramebufferFetchMode()
/external/angle/src/libANGLE/
DGLES1Renderer.cpp251 const bool hasFramebufferFetch = context->getExtensions().shaderFramebufferFetchEXT || in prepareForDraw() local