Home
last modified time | relevance | path

Searched refs:add32 (Results 1 - 25 of 45) sorted by relevance

12

/third_party/skia/src/gpu/vk/
H A DGrVkRenderPass.cpp463 b->add32(attachmentFlags); in GenKey()
465 b->add32(attachmentsDescriptor.fColor.fFormat); in GenKey()
466 b->add32(attachmentsDescriptor.fColor.fSamples); in GenKey()
469 b->add32(attachmentsDescriptor.fResolve.fFormat); in GenKey()
470 b->add32(attachmentsDescriptor.fResolve.fSamples); in GenKey()
473 b->add32(attachmentsDescriptor.fStencil.fFormat); in GenKey()
474 b->add32(attachmentsDescriptor.fStencil.fSamples); in GenKey()
482 b->add32(extraFlags); in GenKey()
486 b->add32((uint32_t)(externalRenderPass & 0xFFFFFFFF)); in GenKey()
487 b->add32((uint32_ in GenKey()
[all...]
/third_party/skia/src/gpu/d3d/
H A 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/skia/src/gpu/dawn/
H A DGrDawnCaps.cpp188 b.add32(static_cast<uint32_t>(format));
189 b.add32(static_cast<int32_t>(hasDepthStencil));
190 b.add32(get_blend_info_key(programInfo.pipeline()));
191 b.add32(programInfo.primitiveTypeKey());
/third_party/skia/src/gpu/
H A 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()
H A DGrPipeline.cpp80 b->add32((uint32_t)fFlags & ~(uint32_t)ignoredFlags, "flags"); in genKey()
H A DGrProgramDesc.h61 void add32(uint32_t v, const char* label = "unknown") { in add32() function in GrProcessorKeyBuilder
H A DGrGeometryProcessor.h216 b->add32(fVertexAttributes.fRawCount, "numVertexAttributes"); in getAttributeKey()
218 b->add32(fInstanceAttributes.fRawCount, "numInstanceAttributes"); in getAttributeKey()
H A DGrColorSpaceXform.cpp93 b->add32(GrColorSpaceXform::XformKey(fColorXform.get())); in onAddToKey()
H A DGrXferProcessor.cpp52 b->add32(key); in addToKey()
H A DGrDefaultGeoProcFactory.cpp70 b->add32(key);
/third_party/skia/src/gpu/effects/
H A DGrDistanceFieldGeoProc.cpp280 b->add32(key); in addToKey()
281 b->add32(this->numTextureSamplers()); in addToKey()
555 b->add32(key); in addToKey()
556 b->add32(this->numTextureSamplers()); in addToKey()
876 b->add32(key); in addToKey()
877 b->add32(this->numTextureSamplers()); in addToKey()
H A DGrModulateAtlasCoverageEffect.h46 b->add32(fFlags & Flags::kCheckBounds);
H A DGrBezierEffect.cpp171 b->add32(key); in addToKey()
333 b->add32(key); in addToKey()
H A DGrConvexPolyEffect.cpp98 b->add32(key); in onAddToKey()
H A DGrBlendFragmentProcessor.cpp148 b->add32((int)fMode);
H A DGrSkSLFP.cpp382 b->add32(fEffect->hash()); in onAddToKey()
383 b->add32(fUniformSize); in onAddToKey()
H A DGrGaussianConvolutionFragmentProcessor.cpp232 b->add32(fRadius);
H A DGrCustomXfermode.cpp124 b->add32(key); in onAddToKey()
H A DGrBitmapTextGeoProc.cpp195 b->add32(this->numTextureSamplers(), "numTextures"); in addToKey()
/third_party/skia/src/gpu/tessellate/shaders/
H A DGrPathTessellationShader_MiddleOut.cpp86 b->add32((uint32_t)(fAttribs & ~PatchAttribs::kWideColorIfEnabled));
H A DGrStrokeTessellationShader.cpp421 b->add32(key); in addToKey()
/third_party/skia/bench/
H A DVertexColorSpaceBench.cpp98 b->add32(fMode);
99 b->add32(GrColorSpaceXform::XformKey(fColorSpaceXform.get()));
/third_party/skia/tests/
H A DPrimitiveProcessorTest.cpp98 builder->add32(fNumAttribs);
H A DGrMeshTest.cpp454 b->add32(fInstanceLocation.isInitialized());
455 b->add32(fVertexPosition.isInitialized());
/third_party/skia/tools/gpu/
H A DTestOps.cpp72 b->add32(ProgramImpl::ComputeMatrixKey(shaderCaps, fLocalMatrix));

Completed in 15 milliseconds

12