Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/libANGLE/
H A DProgramExecutable.h346 bool usesStencilFramebufferFetch() const { return mPod.hasStencilInputAttachment; } in usesStencilFramebufferFetch() function
/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/
H A DProgramExecutableVk.cpp1274 if (mExecutable->usesStencilFramebufferFetch()) in addInputAttachmentDescriptorSetDesc()
1468 mExecutable->usesStencilFramebufferFetch(); in getTransformOptions()
H A Dvk_cache_utils.cpp2781 executable->usesDepthFramebufferFetch() || executable->usesStencilFramebufferFetch(); in GetProgramFramebufferFetchMode()
6013 if (executable.usesStencilFramebufferFetch()) in updateInputAttachments()
6838 if (executable.usesDepthFramebufferFetch() || executable.usesStencilFramebufferFetch()) in updateInputAttachments()
6862 if (executable.usesStencilFramebufferFetch() && in updateInputAttachments()
H A DContextVk.cpp356 const bool hasFramebufferFetch = executable ? executable->usesStencilFramebufferFetch() : false; in GetStencilAccess()
2894 executable->usesStencilFramebufferFetch(); in handleDirtyShaderResourcesImpl()
6456 executable->usesStencilFramebufferFetch()) in invalidateCurrentShaderResources()
H A Dspv_utils.cpp688 !programExecutable.usesStencilFramebufferFetch()) in AssignInputAttachmentBindings()