Lines Matching refs:pipelineState
112 GrMtlPipelineState* pipelineState =
118 if (!pipelineState) {
121 pipelineState->setData(fRenderTarget, fOrigin, primProc, pipeline, primProcProxies);
123 return pipelineState;
142 GrMtlPipelineState* pipelineState = this->prepareDrawState(primProc, pipeline,
144 if (!pipelineState) {
155 [fActiveRenderCmdEncoder setRenderPipelineState:pipelineState->mtlPipelineState()];
156 pipelineState->bind(fActiveRenderCmdEncoder);
157 pipelineState->setBlendConstants(fActiveRenderCmdEncoder, fRenderTarget->config(),
159 pipelineState->setDepthStencilState(fActiveRenderCmdEncoder);
165 SkDEBUGCODE(pipelineState = nullptr);
167 pipelineState = this->prepareDrawState(primProc, pipeline, fixedDynamicState,
169 if (!pipelineState) {
173 [fActiveRenderCmdEncoder setRenderPipelineState:pipelineState->mtlPipelineState()];
174 pipelineState->bind(fActiveRenderCmdEncoder);
175 pipelineState->setBlendConstants(fActiveRenderCmdEncoder, fRenderTarget->config(),
177 pipelineState->setDepthStencilState(fActiveRenderCmdEncoder);