Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/vk/
H A DGrVkPipelineState.cpp153 auto texAttachment = texture->textureImage(); in setAndBindTextures() local
158 commandBuffer->addResource(texAttachment->textureView()); in setAndBindTextures()
159 commandBuffer->addResource(texAttachment->resource()); in setAndBindTextures()
178 auto texAttachment = texture->textureImage(); in setAndBindTextures() local
180 const GrVkImageView* textureView = texAttachment->textureView(); in setAndBindTextures()
186 state, texAttachment->ycbcrConversionInfo()); in setAndBindTextures()
220 commandBuffer->addResource(texAttachment->resource()); in setAndBindTextures()

Completed in 2 milliseconds