Searched refs:fragmentExecutable (Results 1 – 1 of 1) sorted by relevance
428 const SharedProgramExecutable &fragmentExecutable = in updateFragmentInoutRangeAndEnablesPerSampleShading() local431 if (!fragmentExecutable) in updateFragmentInoutRangeAndEnablesPerSampleShading()436 mState.mExecutable->mPod.fragmentInoutIndices = fragmentExecutable->mPod.fragmentInoutIndices; in updateFragmentInoutRangeAndEnablesPerSampleShading()437 mState.mExecutable->mPod.hasDiscard = fragmentExecutable->mPod.hasDiscard; in updateFragmentInoutRangeAndEnablesPerSampleShading()439 fragmentExecutable->mPod.enablesPerSampleShading; in updateFragmentInoutRangeAndEnablesPerSampleShading()441 fragmentExecutable->mPod.hasDepthInputAttachment; in updateFragmentInoutRangeAndEnablesPerSampleShading()443 fragmentExecutable->mPod.hasStencilInputAttachment; in updateFragmentInoutRangeAndEnablesPerSampleShading()556 const SharedProgramExecutable &fragmentExecutable = in link() local558 if (fragmentExecutable) in link()564 mState.mExecutable->mOutputVariables = fragmentExecutable->getOutputVariables(); in link()[all …]