Home
last modified time | relevance | path

Searched refs:colorAttachmentDimensions (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/gpu/vk/
DGrVkPipelineState.cpp76 SkISize colorAttachmentDimensions, in setAndBindUniforms() argument
79 this->setRenderTargetState(colorAttachmentDimensions, programInfo.origin()); in setAndBindUniforms()
250 void GrVkPipelineState::setRenderTargetState(SkISize colorAttachmentDimensions, in setRenderTargetState() argument
255 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()
DGrVkPipeline.h65 SkISize colorAttachmentDimensions,
69 SkISize colorAttachmentDimensions);
DGrVkPipelineState.h56 bool setAndBindUniforms(GrVkGpu*, SkISize colorAttachmentDimensions, const GrProgramInfo&,
113 void setRenderTargetState(SkISize colorAttachmentDimensions, GrSurfaceOrigin);
DGrVkPipeline.cpp648 SkISize colorAttachmentDimensions, in SetDynamicScissorRectState() argument
652 SkIRect::MakeSize(colorAttachmentDimensions).contains(scissorRect)); in SetDynamicScissorRectState()
661 scissor.offset.y = colorAttachmentDimensions.height() - scissorRect.fBottom; in SetDynamicScissorRectState()
672 SkISize colorAttachmentDimensions) { in SetDynamicViewportState() argument
677 viewport.width = SkIntToScalar(colorAttachmentDimensions.width()); in SetDynamicViewportState()
678 viewport.height = SkIntToScalar(colorAttachmentDimensions.height()); in SetDynamicViewportState()