Searched refs:usesColorFramebufferFetch (Results 1 – 6 of 6) sorted by relevance
119 mExecutable->usesColorFramebufferFetch()) in getResult()
1281 if (!mExecutable->usesColorFramebufferFetch()) in addInputAttachmentDescriptorSetDesc()1466 mExecutable->usesColorFramebufferFetch() || hasDepthStencilFramebufferFetch; in getTransformOptions()
686 if (!programExecutable.usesColorFramebufferFetch() && in AssignInputAttachmentBindings()714 if (programExecutable.usesColorFramebufferFetch()) in AssignInputAttachmentBindings()
309 executable ? executable->usesColorFramebufferFetch() : false; in GetColorAccess()2800 const bool hasFramebufferFetch = executable->usesColorFramebufferFetch() || in handleDirtyShaderResourcesImpl()6396 executable->usesColorFramebufferFetch() || executable->usesDepthFramebufferFetch() || in invalidateCurrentShaderResources()
2729 const bool hasColorFramebufferFetch = executable->usesColorFramebufferFetch(); in GetProgramFramebufferFetchMode()6063 if (!executable.usesColorFramebufferFetch()) in updateInputAttachments()6933 if (!executable.usesColorFramebufferFetch()) in updateInputAttachments()
344 bool usesColorFramebufferFetch() const { return mPod.fragmentInoutIndices.any(); } in usesColorFramebufferFetch() function