Home
last modified time | relevance | path

Searched refs:usesColorFramebufferFetch (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/
H A DProgramVk.cpp119 mExecutable->usesColorFramebufferFetch()) in getResult()
H A DProgramExecutableVk.cpp1284 if (!mExecutable->usesColorFramebufferFetch()) in addInputAttachmentDescriptorSetDesc()
1466 const bool hasFramebufferFetch = mExecutable->usesColorFramebufferFetch() || in getTransformOptions()
H A Dspv_utils.cpp686 if (!programExecutable.usesColorFramebufferFetch() && in AssignInputAttachmentBindings()
714 if (programExecutable.usesColorFramebufferFetch()) in AssignInputAttachmentBindings()
H A DContextVk.cpp299 executable ? executable->usesColorFramebufferFetch() : false; in GetColorAccess()
2892 const bool hasFramebufferFetch = executable->usesColorFramebufferFetch() || in handleDirtyShaderResourcesImpl()
6455 executable->usesColorFramebufferFetch() || executable->usesDepthFramebufferFetch() || in invalidateCurrentShaderResources()
H A Dvk_cache_utils.cpp2779 const bool hasColorFramebufferFetch = executable->usesColorFramebufferFetch(); in GetProgramFramebufferFetchMode()
6022 if (!executable.usesColorFramebufferFetch()) in updateInputAttachments()
6879 if (!executable.usesColorFramebufferFetch()) in updateInputAttachments()
/aosp_15_r20/external/angle/src/libANGLE/
H A DProgramExecutable.h344 bool usesColorFramebufferFetch() const { return mPod.fragmentInoutIndices.any(); } in usesColorFramebufferFetch() function