Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
DProgramVk.cpp119 mExecutable->usesColorFramebufferFetch()) in getResult()
DProgramExecutableVk.cpp1281 if (!mExecutable->usesColorFramebufferFetch()) in addInputAttachmentDescriptorSetDesc()
1466 mExecutable->usesColorFramebufferFetch() || hasDepthStencilFramebufferFetch; in getTransformOptions()
Dspv_utils.cpp686 if (!programExecutable.usesColorFramebufferFetch() && in AssignInputAttachmentBindings()
714 if (programExecutable.usesColorFramebufferFetch()) in AssignInputAttachmentBindings()
DContextVk.cpp309 executable ? executable->usesColorFramebufferFetch() : false; in GetColorAccess()
2800 const bool hasFramebufferFetch = executable->usesColorFramebufferFetch() || in handleDirtyShaderResourcesImpl()
6396 executable->usesColorFramebufferFetch() || executable->usesDepthFramebufferFetch() || in invalidateCurrentShaderResources()
Dvk_cache_utils.cpp2729 const bool hasColorFramebufferFetch = executable->usesColorFramebufferFetch(); in GetProgramFramebufferFetchMode()
6063 if (!executable.usesColorFramebufferFetch()) in updateInputAttachments()
6933 if (!executable.usesColorFramebufferFetch()) in updateInputAttachments()
/external/angle/src/libANGLE/
DProgramExecutable.h344 bool usesColorFramebufferFetch() const { return mPod.fragmentInoutIndices.any(); } in usesColorFramebufferFetch() function