Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/libANGLE/
H A DGLES1Renderer.cpp251 const bool hasFramebufferFetch = context->getExtensions().shaderFramebufferFetchEXT || in prepareForDraw() local
254 if (!hasLogicOpANGLE && hasFramebufferFetch) in prepareForDraw()
312 else if (hasFramebufferFetch) in prepareForDraw()
/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/
H A DContextVk.cpp298 const bool hasFramebufferFetch = in GetColorAccess() local
300 return hasFramebufferFetch ? vk::ResourceAccess::ReadOnly : vk::ResourceAccess::Unused; in GetColorAccess()
325 const bool hasFramebufferFetch = in GetDepthAccess() local
330 !hasFramebufferFetch in GetDepthAccess()
356 const bool hasFramebufferFetch = executable ? executable->usesStencilFramebufferFetch() : false; in GetStencilAccess() local
359 dsState.isStencilBackNoOp(framebufferStencilSize) && !hasFramebufferFetch in GetStencilAccess()
2892 const bool hasFramebufferFetch = executable->usesColorFramebufferFetch() || in handleDirtyShaderResourcesImpl() local
2897 !hasFramebufferFetch) in handleDirtyShaderResourcesImpl()
2945 if (hasFramebufferFetch) in handleDirtyShaderResourcesImpl()
H A DProgramExecutableVk.cpp1466 const bool hasFramebufferFetch = mExecutable->usesColorFramebufferFetch() || in getTransformOptions() local
1470 transformOptions.multiSampleFramebufferFetch = hasFramebufferFetch && isMultisampled; in getTransformOptions()