Lines Matching defs:src
8 #include "src/gpu/vk/GrVkCaps.h"
15 #include "src/core/SkCompressedDataUtils.h"
16 #include "src/gpu/GrBackendUtils.h"
17 #include "src/gpu/GrProgramDesc.h"
18 #include "src/gpu/GrRenderTarget.h"
19 #include "src/gpu/GrRenderTargetProxy.h"
20 #include "src/gpu/GrShaderCaps.h"
21 #include "src/gpu/GrStencilSettings.h"
22 #include "src/gpu/GrUtil.h"
23 #include "src/gpu/SkGr.h"
24 #include "src/gpu/vk/GrVkGpu.h"
25 #include "src/gpu/vk/GrVkImage.h"
26 #include "src/gpu/vk/GrVkInterface.h"
27 #include "src/gpu/vk/GrVkRenderTarget.h"
28 #include "src/gpu/vk/GrVkTexture.h"
29 #include "src/gpu/vk/GrVkUniformHandler.h"
30 #include "src/gpu/vk/GrVkUtil.h"
182 // The src surface must be multisampled.
204 bool GrVkCaps::onCanCopySurface(const GrSurfaceProxy* dst, const GrSurfaceProxy* src,
206 if (src->isProtected() == GrProtected::kYes && dst->isProtected() != GrProtected::kYes) {
233 if (const GrRenderTargetProxy* rtProxy = src->asRenderTargetProxy()) {
240 if (this->preferDiscardableMSAAAttachment() && src->asTextureProxy() &&
248 SkASSERT((srcSampleCnt > 0) == SkToBool(src->asRenderTargetProxy()));
258 if (auto ycbcr = src->backendFormat().getVkYcbcrConversionInfo()) {
266 SkAssertResult(src->backendFormat().asVkFormat(&srcFormat));