/third_party/flutter/skia/src/gpu/ |
D | GrProgramDesc.cpp | 75 b->add32(samplerKey | (1 << 31)); in add_sampler_keys() 76 b->add32(extraSamplerKey); in add_sampler_keys() 78 b->add32(samplerKey); in add_sampler_keys() 98 b->add32(samplerKey | (1 << 31)); in add_sampler_keys() 99 b->add32(extraSamplerKey); in add_sampler_keys() 101 b->add32(samplerKey); in add_sampler_keys() 170 b->add32((classID << 16) | SkToU32(processorKeySize)); in gen_meta_key() 242 b.add32(renderTarget->renderTargetPriv().getSamplePatternKey()); in Build()
|
/third_party/flutter/skia/src/gpu/vk/ |
D | GrVkRenderPass.cpp | 251 b->add32(fAttachmentFlags); in genKey() 253 b->add32(fAttachmentsDescriptor.fColor.fFormat); in genKey() 254 b->add32(fAttachmentsDescriptor.fColor.fSamples); in genKey() 257 b->add32(fAttachmentsDescriptor.fStencil.fFormat); in genKey() 258 b->add32(fAttachmentsDescriptor.fStencil.fSamples); in genKey() 263 b->add32((uint32_t)(handle & 0xFFFFFFFF)); in genKey() 264 b->add32((uint32_t)(handle>>32)); in genKey()
|
D | GrVkPipelineStateBuilder.cpp | 347 b.add32(GrVkGpu::kShader_PersistentCacheKeyType); in Build() 357 b.add32(pipeline.getBlendInfoKey()); in Build() 359 b.add32((uint32_t)primitiveType); in Build()
|
/third_party/skia/src/gpu/vk/ |
D | GrVkRenderPass.cpp | 455 b->add32(attachmentFlags); in GenKey() 457 b->add32(attachmentsDescriptor.fColor.fFormat); in GenKey() 458 b->add32(attachmentsDescriptor.fColor.fSamples); in GenKey() 461 b->add32(attachmentsDescriptor.fResolve.fFormat); in GenKey() 462 b->add32(attachmentsDescriptor.fResolve.fSamples); in GenKey() 465 b->add32(attachmentsDescriptor.fStencil.fFormat); in GenKey() 466 b->add32(attachmentsDescriptor.fStencil.fSamples); in GenKey() 474 b->add32(extraFlags); in GenKey() 478 b->add32((uint32_t)(externalRenderPass & 0xFFFFFFFF)); in GenKey() 479 b->add32((uint32_t)(externalRenderPass>>32)); in GenKey()
|
/third_party/flutter/skia/src/gpu/gradients/generated/ |
D | GrTwoPointConicalGradientLayout.cpp | 112 b->add32((int32_t)type); in onGetGLSLProcessorKey() 113 b->add32((int32_t)isRadiusIncreasing); in onGetGLSLProcessorKey() 114 b->add32((int32_t)isFocalOnCircle); in onGetGLSLProcessorKey() 115 b->add32((int32_t)isWellBehaved); in onGetGLSLProcessorKey() 116 b->add32((int32_t)isSwapped); in onGetGLSLProcessorKey() 117 b->add32((int32_t)isNativelyFocal); in onGetGLSLProcessorKey()
|
D | GrTiledGradientEffect.cpp | 62 b->add32((int32_t)mirror); in onGetGLSLProcessorKey() 63 b->add32((int32_t)makePremul); in onGetGLSLProcessorKey()
|
/third_party/flutter/skia/src/gpu/effects/generated/ |
D | GrOverrideInputFragmentProcessor.cpp | 69 b->add32((int32_t)useUniform); in onGetGLSLProcessorKey() 75 b->add32(((uint32_t)red << 16) | green); in onGetGLSLProcessorKey() 76 b->add32(((uint32_t)blue << 16) | alpha); in onGetGLSLProcessorKey()
|
D | GrColorMatrixFragmentProcessor.cpp | 80 b->add32((int32_t)unpremulInput); in onGetGLSLProcessorKey() 81 b->add32((int32_t)clampRGBOutput); in onGetGLSLProcessorKey() 82 b->add32((int32_t)premulOutput); in onGetGLSLProcessorKey()
|
D | GrBlurredEdgeFragmentProcessor.cpp | 46 b->add32((int32_t)mode); in onGetGLSLProcessorKey()
|
D | GrConfigConversionEffect.cpp | 49 b->add32((int32_t)pmConversion); in onGetGLSLProcessorKey()
|
/third_party/skia/src/gpu/ |
D | GrProgramDesc.cpp | 61 b->add32(numTextureSamplers, "ppNumSamplers"); in add_geomproc_sampler_keys() 67 b->add32(samplerKey); in add_geomproc_sampler_keys() 126 b->add32(samplerKey, "fpSamplerKey"); in gen_fp_key() 131 b->add32(fp.numChildProcessors(), "fpNumChildren"); in gen_fp_key()
|
/third_party/skia/src/gpu/dawn/ |
D | GrDawnCaps.cpp | 188 b.add32(static_cast<uint32_t>(format)); in makeDesc() 189 b.add32(static_cast<int32_t>(hasDepthStencil)); in makeDesc() 190 b.add32(get_blend_info_key(programInfo.pipeline())); in makeDesc() 191 b.add32(programInfo.primitiveTypeKey()); in makeDesc()
|
/third_party/skia/src/gpu/d3d/ |
D | GrD3DRenderTarget.cpp | 194 b->add32(this->dxgiFormat()); in genKey() 195 b->add32(this->numSamples()); in genKey() 196 b->add32(this->stencilDxgiFormat()); in genKey() 202 b->add32(this->sampleQualityPattern()); in genKey()
|
/third_party/flutter/skia/src/gpu/effects/ |
D | GrSkSLFP.cpp | 380 b->add32(fIndex); in onGetGLSLProcessorKey() 392 b->add32(inputs[offset]); in onGetGLSLProcessorKey() 403 b->add32(*(int32_t*) (inputs + offset)); in onGetGLSLProcessorKey() 415 b->add32(*(float*) (inputs + offset)); in onGetGLSLProcessorKey() 427 b->add32(*(int32_t*) (inputs + offset)); in onGetGLSLProcessorKey() 429 b->add32(*(int32_t*) (inputs + offset)); in onGetGLSLProcessorKey() 431 b->add32(*(int32_t*) (inputs + offset)); in onGetGLSLProcessorKey() 433 b->add32(*(int32_t*) (inputs + offset)); in onGetGLSLProcessorKey()
|
D | GrYUVtoRGBEffect.cpp | 178 b->add32(this->numTextureSamplers()); in onGetGLSLProcessorKey() 200 b->add32(packed); in onGetGLSLProcessorKey() 201 b->add32(domain); in onGetGLSLProcessorKey()
|
D | GrDistanceFieldGeoProc.cpp | 192 b->add32(key); in GenKey() 193 b->add32(dfTexEffect.numTextureSamplers()); in GenKey() 496 b->add32(key); in GenKey() 497 b->add32(dfTexEffect.matrix().hasPerspective()); in GenKey() 498 b->add32(dfTexEffect.numTextureSamplers()); in GenKey() 815 b->add32(key); in GenKey() 816 b->add32(dfTexEffect.numTextureSamplers()); in GenKey()
|
D | GrBitmapTextGeoProc.cpp | 105 b->add32(key); in GenKey() 106 b->add32(btgp.numTextureSamplers()); in GenKey()
|
D | GrBicubicEffect.cpp | 23 b->add32(GrTextureDomain::GLDomain::DomainKey(bicubicEffect.domain())); in GenKey() 25 b->add32(bidir | (bicubicEffect.alphaType() << 1)); in GenKey()
|
/third_party/flutter/skia/src/gpu/mtl/ |
D | GrMtlPipelineStateBuilder.mm | 438 b.add32(renderTarget->config()); 439 b.add32(renderTarget->numSamples()); 441 b.add32(hasStencilAttachment ? gpu->mtlCaps().preferredStencilFormat().fInternalFormat 443 b.add32((uint32_t)pipeline.isStencilEnabled()); 446 b.add32(pipeline.getBlendInfoKey()); 448 b.add32((uint32_t)primitiveType);
|
/third_party/flutter/skia/src/effects/ |
D | SkHighContrastFilter.cpp | 233 b->add32(static_cast<uint32_t>(hcfe.config().fGrayscale)); in GenKey() 234 b->add32(static_cast<uint32_t>(hcfe.config().fInvertStyle)); in GenKey() 235 b->add32(hcfe.linearize() ? 1 : 0); in GenKey()
|
/third_party/skia/src/gpu/effects/ |
D | GrDistanceFieldGeoProc.cpp | 272 b->add32(key); in addToKey() 273 b->add32(this->numTextureSamplers()); in addToKey() 539 b->add32(key); in addToKey() 540 b->add32(this->numTextureSamplers()); in addToKey() 852 b->add32(key); in addToKey() 853 b->add32(this->numTextureSamplers()); in addToKey()
|
D | GrModulateAtlasCoverageEffect.h | 40 b->add32(fFlags & Flags::kCheckBounds); in onAddToKey()
|
/third_party/flutter/skia/src/gpu/ccpr/ |
D | GrGSCoverageProcessor.h | 27 b->add32(((int)fPrimitiveType << 16) | (int)fSubpass); in getGLSLProcessorKey()
|
D | GrCCCoverageProcessor.h | 101 b->add32((int)fPrimitiveType); in getGLSLProcessorKey() 113 b->add32(bloatBits); in getDebugBloatKey()
|
D | GrCCPathProcessor.h | 70 b->add32((uint32_t)fCoverageMode); in getGLSLProcessorKey()
|