Home
last modified time | relevance | path

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

123

/external/skia/src/gpu/vk/
DGrVkRenderPass.cpp241 b->add32(fAttachmentFlags); in genKey()
243 b->add32(fAttachmentsDescriptor.fColor.fFormat); in genKey()
244 b->add32(fAttachmentsDescriptor.fColor.fSamples); in genKey()
247 b->add32(fAttachmentsDescriptor.fStencil.fFormat); in genKey()
248 b->add32(fAttachmentsDescriptor.fStencil.fSamples); in genKey()
/external/skia/src/gpu/effects/
DGrBitmapTextGeoProc.cpp97 b->add32(key); in GenKey()
103 b->add32(atlas->width()); in GenKey()
104 b->add32(atlas->height()); in GenKey()
DGrDistanceFieldGeoProc.cpp205 b->add32(key); in GenKey()
211 b->add32(atlas->width()); in GenKey()
212 b->add32(atlas->height()); in GenKey()
464 b->add32(key); in GenKey()
755 b->add32(key); in GenKey()
761 b->add32(atlas->width()); in GenKey()
762 b->add32(atlas->height()); in GenKey()
DGrBlurredEdgeFragmentProcessor.cpp44 b->add32(fMode); in onGetGLSLProcessorKey()
DGrYUVEffect.cpp183 b->add32(fNV12); in onGetGLSLProcessorKey()
344 b->add32(kY_OutputChannels); in onGetGLSLProcessorKey()
346 b->add32(fOutputChannels); in onGetGLSLProcessorKey()
DGrBicubicEffect.cpp26 b->add32(GrTextureDomain::GLDomain::DomainKey(bicubicEffect.domain())); in GenKey()
27 b->add32(GrColorSpaceXform::XformKey(bicubicEffect.colorSpaceXform())); in GenKey()
DGrDitherEffect.cpp52 b->add32(fRangeType); in onGetGLSLProcessorKey()
DGrConvexPolyEffect.cpp152 b->add32(aare.getEdgeType()); in GenKey()
232 b->add32(key); in GenKey()
DGrSimpleTextureEffect.cpp63 b->add32(GrColorSpaceXform::XformKey(fColorXform.get())); in onGetGLSLProcessorKey()
DGrCircleEffect.cpp81 b->add32(fEdgeType); in onGetGLSLProcessorKey()
DGrConstColorProcessor.cpp80 b->add32(fMode); in onGetGLSLProcessorKey()
DGrMatrixConvolutionEffect.cpp127 b->add32(key); in GenKey()
128 b->add32(GrTextureDomain::GLDomain::DomainKey(m.domain())); in GenKey()
DGrSRGBEffect.cpp70 b->add32(key); in GenKey()
DGrEllipseEffect.cpp103 b->add32(fEdgeType); in onGetGLSLProcessorKey()
/external/skia/src/gpu/instanced/
DInstanceProcessor.h31 b->add32(fOpInfo.fData); in getGLSLProcessorKey()
/external/swiftshader/third_party/subzero/tests_lit/llvm2ice_tests/
Dfpconst.pnacl.ll102 %add32 = fadd float %call31, 1.000000e+00
148 …2 ], [ %add41, %sw.bb39 ], [ %add38, %sw.bb36 ], [ %add35, %sw.bb33 ], [ %add32, %sw.bb30 ], [ %ad…
226 %add32 = fadd float %call31, 1.000000e+00
272 …2 ], [ %add41, %sw.bb39 ], [ %add38, %sw.bb36 ], [ %add35, %sw.bb33 ], [ %add32, %sw.bb30 ], [ %ad…
350 %add32 = fadd double %conv31, 0xFFF8000000000000
408 …, [ %conv44, %sw.bb41 ], [ %conv40, %sw.bb37 ], [ %conv36, %sw.bb33 ], [ %add32, %sw.bb29 ], [ %ad…
486 %add32 = fadd double %conv31, 0xFFF8000000000000
544 …, [ %conv44, %sw.bb41 ], [ %conv40, %sw.bb37 ], [ %conv36, %sw.bb33 ], [ %add32, %sw.bb29 ], [ %ad…
Dreorder-pooled-constants.ll89 %add32 = fadd float %call31, 1.000000e+00
135 …2 ], [ %add41, %sw.bb39 ], [ %add38, %sw.bb36 ], [ %add35, %sw.bb33 ], [ %add32, %sw.bb30 ], [ %ad…
213 %add32 = fadd float %call31, 1.000000e+00
259 …2 ], [ %add41, %sw.bb39 ], [ %add38, %sw.bb36 ], [ %add35, %sw.bb33 ], [ %add32, %sw.bb30 ], [ %ad…
337 %add32 = fadd double %conv31, 0xFFF8000000000000
395 …, [ %conv44, %sw.bb41 ], [ %conv40, %sw.bb37 ], [ %conv36, %sw.bb33 ], [ %add32, %sw.bb29 ], [ %ad…
473 %add32 = fadd double %conv31, 0xFFF8000000000000
531 …, [ %conv44, %sw.bb41 ], [ %conv40, %sw.bb37 ], [ %conv36, %sw.bb33 ], [ %add32, %sw.bb29 ], [ %ad…
/external/llvm/test/CodeGen/Hexagon/
Dbarrier-flag.ll52 %sum.079 = phi i32 [ 0, %for.cond5.preheader ], [ %add32, %for.body7 ]
70 %add32 = add i32 %add31, %mul29
85 %shr = ashr i32 %add32, %shift
/external/llvm/test/CodeGen/Lanai/
Di32.ll17 ; CHECK-LABEL: add32:
19 define i32 @add32(i32 %x, i32 %y) {
/external/skia/src/effects/
DSkHighContrastFilter.cpp241 b->add32(static_cast<uint32_t>(hcfe.config().fGrayscale)); in GenKey()
242 b->add32(static_cast<uint32_t>(hcfe.config().fInvertStyle)); in GenKey()
/external/skia/src/gpu/
DGrXferProcessor.cpp56 b->add32(key); in getGLSLProcessorKey()
DGrDefaultGeoProcFactory.cpp188 b->add32(key); in GenKey()
190 b->add32(GrColorSpaceXform::XformKey(def.fColorSpaceXform.get())); in GenKey()
DGrPathProcessor.cpp23 b->add32(SkToInt(pathProc.viewMatrix().hasPerspective())); in GenKey()
/external/skia/tests/
DPrimitiveProcessorTest.cpp86 builder->add32(this->numAttribs()); in onPrepareDraws()
DGrMeshTest.cpp302 b->add32(SkToBool(fInstanceLocation)); in getGLSLProcessorKey()
303 b->add32(SkToBool(fVertex)); in getGLSLProcessorKey()

123