Searched refs:usesColorFramebufferFetch (Results 1 – 6 of 6) sorted by relevance
119 mExecutable->usesColorFramebufferFetch()) in getResult()
1284 if (!mExecutable->usesColorFramebufferFetch()) in addInputAttachmentDescriptorSetDesc()1466 const bool hasFramebufferFetch = mExecutable->usesColorFramebufferFetch() || in getTransformOptions()
686 if (!programExecutable.usesColorFramebufferFetch() && in AssignInputAttachmentBindings()714 if (programExecutable.usesColorFramebufferFetch()) in AssignInputAttachmentBindings()
299 executable ? executable->usesColorFramebufferFetch() : false; in GetColorAccess()2892 const bool hasFramebufferFetch = executable->usesColorFramebufferFetch() || in handleDirtyShaderResourcesImpl()6455 executable->usesColorFramebufferFetch() || executable->usesDepthFramebufferFetch() || in invalidateCurrentShaderResources()
2779 const bool hasColorFramebufferFetch = executable->usesColorFramebufferFetch(); in GetProgramFramebufferFetchMode()6022 if (!executable.usesColorFramebufferFetch()) in updateInputAttachments()6879 if (!executable.usesColorFramebufferFetch()) in updateInputAttachments()
344 bool usesColorFramebufferFetch() const { return mPod.fragmentInoutIndices.any(); } in usesColorFramebufferFetch() function