Home
last modified time | relevance | path

Searched refs:colorAttachmentDimensions (Results 1 - 7 of 7) sorted by relevance

/third_party/skia/src/gpu/vk/
H A DGrVkPipelineState.cpp77 SkISize colorAttachmentDimensions, in setAndBindUniforms()
80 this->setRenderTargetState(colorAttachmentDimensions, programInfo.origin()); in setAndBindUniforms()
249 void GrVkPipelineState::setRenderTargetState(SkISize colorAttachmentDimensions, in setRenderTargetState() argument
254 fRenderTargetState.fRenderTargetSize != colorAttachmentDimensions) { in setRenderTargetState()
255 fRenderTargetState.fRenderTargetSize = colorAttachmentDimensions; in setRenderTargetState()
263 std::array<float, 4> v = SkSL::Compiler::GetRTAdjustVector(colorAttachmentDimensions, flip); in setRenderTargetState()
267 SkSL::Compiler::GetRTFlipVector(colorAttachmentDimensions.height(), flip); in setRenderTargetState()
76 setAndBindUniforms(GrVkGpu* gpu, SkISize colorAttachmentDimensions, const GrProgramInfo& programInfo, GrVkCommandBuffer* commandBuffer) setAndBindUniforms() argument
H A DGrVkPipelineState.h56 bool setAndBindUniforms(GrVkGpu*, SkISize colorAttachmentDimensions, const GrProgramInfo&,
94 void setRenderTargetState(SkISize colorAttachmentDimensions, GrSurfaceOrigin);
H A DGrVkPipeline.h67 SkISize colorAttachmentDimensions,
71 SkISize colorAttachmentDimensions);
H A DGrVkPipeline.cpp616 SkISize colorAttachmentDimensions,
620 SkIRect::MakeSize(colorAttachmentDimensions).contains(scissorRect));
629 scissor.offset.y = colorAttachmentDimensions.height() - scissorRect.fBottom;
640 SkISize colorAttachmentDimensions) {
645 viewport.width = SkIntToScalar(colorAttachmentDimensions.width());
646 viewport.height = SkIntToScalar(colorAttachmentDimensions.height());
H A DGrVkCommandBuffer.h326 SkISize colorAttachmentDimensions,
H A DGrVkCommandBuffer.cpp955 SkISize colorAttachmentDimensions,
973 dstRegion.offset.y = colorAttachmentDimensions.height() - blurArg.dstRect.fBottom;
/third_party/skia/src/gpu/mtl/
H A DGrMtlPipelineState.h63 SkISize colorAttachmentDimensions,
87 void setRenderTargetState(SkISize colorAttachmentDimensions, GrSurfaceOrigin);

Completed in 5 milliseconds