Home
last modified time | relevance | path

Searched refs:add32 (Results 1 – 25 of 111) sorted by relevance

12345

/third_party/flutter/skia/src/gpu/
DGrProgramDesc.cpp75 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/
DGrVkRenderPass.cpp251 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()
DGrVkPipelineStateBuilder.cpp347 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/
DGrVkRenderPass.cpp455 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/
DGrTwoPointConicalGradientLayout.cpp112 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()
DGrTiledGradientEffect.cpp62 b->add32((int32_t)mirror); in onGetGLSLProcessorKey()
63 b->add32((int32_t)makePremul); in onGetGLSLProcessorKey()
/third_party/flutter/skia/src/gpu/effects/generated/
DGrOverrideInputFragmentProcessor.cpp69 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()
DGrColorMatrixFragmentProcessor.cpp80 b->add32((int32_t)unpremulInput); in onGetGLSLProcessorKey()
81 b->add32((int32_t)clampRGBOutput); in onGetGLSLProcessorKey()
82 b->add32((int32_t)premulOutput); in onGetGLSLProcessorKey()
DGrBlurredEdgeFragmentProcessor.cpp46 b->add32((int32_t)mode); in onGetGLSLProcessorKey()
DGrConfigConversionEffect.cpp49 b->add32((int32_t)pmConversion); in onGetGLSLProcessorKey()
/third_party/skia/src/gpu/
DGrProgramDesc.cpp61 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/
DGrDawnCaps.cpp188 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/
DGrD3DRenderTarget.cpp194 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/
DGrSkSLFP.cpp380 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()
DGrYUVtoRGBEffect.cpp178 b->add32(this->numTextureSamplers()); in onGetGLSLProcessorKey()
200 b->add32(packed); in onGetGLSLProcessorKey()
201 b->add32(domain); in onGetGLSLProcessorKey()
DGrDistanceFieldGeoProc.cpp192 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()
DGrBitmapTextGeoProc.cpp105 b->add32(key); in GenKey()
106 b->add32(btgp.numTextureSamplers()); in GenKey()
DGrBicubicEffect.cpp23 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/
DGrMtlPipelineStateBuilder.mm438 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/
DSkHighContrastFilter.cpp233 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/
DGrDistanceFieldGeoProc.cpp272 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()
DGrModulateAtlasCoverageEffect.h40 b->add32(fFlags & Flags::kCheckBounds); in onAddToKey()
/third_party/flutter/skia/src/gpu/ccpr/
DGrGSCoverageProcessor.h27 b->add32(((int)fPrimitiveType << 16) | (int)fSubpass); in getGLSLProcessorKey()
DGrCCCoverageProcessor.h101 b->add32((int)fPrimitiveType); in getGLSLProcessorKey()
113 b->add32(bloatBits); in getDebugBloatKey()
DGrCCPathProcessor.h70 b->add32((uint32_t)fCoverageMode); in getGLSLProcessorKey()

12345