Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/
H A DContextVk.cpp298 const bool hasFramebufferFetch = in GetColorAccess() local
325 const bool hasFramebufferFetch = in GetDepthAccess() local
356 const bool hasFramebufferFetch = executable ? executable->usesStencilFramebufferFetch() : false; in GetStencilAccess() local
2892 const bool hasFramebufferFetch = executable->usesColorFramebufferFetch() || in handleDirtyShaderResourcesImpl() local
H A DProgramExecutableVk.cpp1466 const bool hasFramebufferFetch = mExecutable->usesColorFramebufferFetch() || in getTransformOptions() local
/aosp_15_r20/external/angle/src/libANGLE/
H A DGLES1Renderer.cpp251 const bool hasFramebufferFetch = context->getExtensions().shaderFramebufferFetchEXT || in prepareForDraw() local