Searched refs:colorAttachmentDimensions (Results 1 – 4 of 4) sorted by relevance
76 SkISize colorAttachmentDimensions, in setAndBindUniforms() argument79 this->setRenderTargetState(colorAttachmentDimensions, programInfo.origin()); in setAndBindUniforms()250 void GrVkPipelineState::setRenderTargetState(SkISize colorAttachmentDimensions, in setRenderTargetState() argument255 fRenderTargetState.fRenderTargetSize.fHeight != colorAttachmentDimensions.height()) { in setRenderTargetState()257 SkIntToScalar(colorAttachmentDimensions.height())); in setRenderTargetState()263 fRenderTargetState.fRenderTargetSize != colorAttachmentDimensions) { in setRenderTargetState()264 fRenderTargetState.fRenderTargetSize = colorAttachmentDimensions; in setRenderTargetState()
65 SkISize colorAttachmentDimensions,69 SkISize colorAttachmentDimensions);
56 bool setAndBindUniforms(GrVkGpu*, SkISize colorAttachmentDimensions, const GrProgramInfo&,113 void setRenderTargetState(SkISize colorAttachmentDimensions, GrSurfaceOrigin);
648 SkISize colorAttachmentDimensions, in SetDynamicScissorRectState() argument652 SkIRect::MakeSize(colorAttachmentDimensions).contains(scissorRect)); in SetDynamicScissorRectState()661 scissor.offset.y = colorAttachmentDimensions.height() - scissorRect.fBottom; in SetDynamicScissorRectState()672 SkISize colorAttachmentDimensions) { in SetDynamicViewportState() argument677 viewport.width = SkIntToScalar(colorAttachmentDimensions.width()); in SetDynamicViewportState()678 viewport.height = SkIntToScalar(colorAttachmentDimensions.height()); in SetDynamicViewportState()