Searched refs:fragmentOutputInterfaceState (Results 1 – 5 of 5) sorted by relevance
79 …const vk::FragmentOutputInterfaceState &fragmentOutputInterfaceState = pipelineState.getFragmentOu… in update() local99 state.alphaToCoverage = fragmentOutputInterfaceState.hasAlphaToCoverage(); in update()146 …state.colorWriteMask |= fragmentOutputInterfaceState.colorWriteActive(location, attachments) << (4… in update()147 …state.blendState[location] = fragmentOutputInterfaceState.getBlendState(location, attachments, fra… in update()153 state.multiSampleCount = static_cast<unsigned int>(fragmentOutputInterfaceState.getSampleCount()); in update()154 state.multiSampleMask = fragmentOutputInterfaceState.getMultiSampleMask(); in update()173 state.sampleShadingEnabled = fragmentOutputInterfaceState.hasSampleShadingEnabled(); in update()174 state.minSampleShading = fragmentOutputInterfaceState.getMinSampleShading(); in update()
63 …const vk::FragmentOutputInterfaceState &fragmentOutputInterfaceState = pipelineState.getFragmentOu… in update() local86 state.multiSampleCount = fragmentOutputInterfaceState.getSampleCount(); in update()
1368 fragmentOutputInterfaceState.initialize(pCreateInfo->pColorBlendState, in GraphicsState()1411 fragmentOutputInterfaceState = libraryState.fragmentOutputInterfaceState; in GraphicsState()1427 combinedState.fragmentOutputInterfaceState.applyState(dynamicState); in combineStates()
484 return fragmentOutputInterfaceState; in getFragmentOutputInterfaceState()493 FragmentOutputInterfaceState fragmentOutputInterfaceState; member
212 const vk::FragmentOutputInterfaceState *fragmentOutputInterfaceState = nullptr; in draw() local218 fragmentOutputInterfaceState = &pipelineState.getFragmentOutputInterfaceState(); in draw()220 pixelProcessor.setBlendConstant(fragmentOutputInterfaceState->getBlendConstants()); in draw()252 int ms = hasRasterizerDiscard ? 1 : fragmentOutputInterfaceState->getSampleCount(); in draw()