Searched refs:colorAttachmentDimensions (Results 1 - 7 of 7) sorted by relevance
/third_party/skia/src/gpu/vk/ |
H A D | GrVkPipelineState.cpp | 77 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 D | GrVkPipelineState.h | 56 bool setAndBindUniforms(GrVkGpu*, SkISize colorAttachmentDimensions, const GrProgramInfo&, 94 void setRenderTargetState(SkISize colorAttachmentDimensions, GrSurfaceOrigin);
|
H A D | GrVkPipeline.h | 67 SkISize colorAttachmentDimensions, 71 SkISize colorAttachmentDimensions);
|
H A D | GrVkPipeline.cpp | 616 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 D | GrVkCommandBuffer.h | 326 SkISize colorAttachmentDimensions,
|
H A D | GrVkCommandBuffer.cpp | 955 SkISize colorAttachmentDimensions, 973 dstRegion.offset.y = colorAttachmentDimensions.height() - blurArg.dstRect.fBottom;
|
/third_party/skia/src/gpu/mtl/ |
H A D | GrMtlPipelineState.h | 63 SkISize colorAttachmentDimensions, 87 void setRenderTargetState(SkISize colorAttachmentDimensions, GrSurfaceOrigin);
|
Completed in 5 milliseconds