Home
last modified time | relevance | path

Searched refs:bloat (Results 1 – 25 of 27) sorted by relevance

12

/external/swiftshader/third_party/subzero/bloat/
DREADME.chromium2 Short Name: bloat
3 URL: https://github.com/martine/bloat
15 Only bloat.py is used (with no modifications).
35 was used as the basis for pnacl-sz.bloat.html.
/external/skqp/src/gpu/ccpr/
DGrCCGeometry.cpp182 Sk2f bloat = padRadius * (Lx.abs() + Ly.abs()); in calc_inflect_homogeneous_padding() local
183 (bloat * s >= 0).thenElse(bloat, -bloat).store(ret); in calc_inflect_homogeneous_padding()
217 Sk2f bloat = Sk2f(+.5f * padRadius, -.5f * padRadius) * (Lx.abs() + Ly.abs()); in calc_loop_intersect_padding_pts() local
221 Sk2f discr = qqq*bloat*2 + bloat*bloat; in calc_loop_intersect_padding_pts()
230 Sk2f r = qqq + bloat; in calc_loop_intersect_padding_pts()
240 ((q >= 0).thenElse(1, -1) + bloat / qqq.abs()).store(cosTheta3); in calc_loop_intersect_padding_pts()
DGrCCCoverageProcessor_GSImpl.cpp81 float bloat = kAABloatRadius; in emitGeometryShader() local
84 bloat *= proc.debugBloat(); in emitGeometryShader()
87 g->defineConstant("bloat", bloat); in emitGeometryShader()
DGrCCCoverageProcessor_VSImpl.cpp48 float bloat = kAABloatRadius; in onEmitCode() local
51 bloat *= proc.debugBloat(); in onEmitCode()
54 v->defineConstant("bloat", bloat); in onEmitCode()
/external/skia/src/gpu/ccpr/
DGrCCGeometry.cpp182 Sk2f bloat = padRadius * (Lx.abs() + Ly.abs()); in calc_inflect_homogeneous_padding() local
183 (bloat * s >= 0).thenElse(bloat, -bloat).store(ret); in calc_inflect_homogeneous_padding()
217 Sk2f bloat = Sk2f(+.5f * padRadius, -.5f * padRadius) * (Lx.abs() + Ly.abs()); in calc_loop_intersect_padding_pts() local
221 Sk2f discr = qqq*bloat*2 + bloat*bloat; in calc_loop_intersect_padding_pts()
230 Sk2f r = qqq + bloat; in calc_loop_intersect_padding_pts()
240 ((q >= 0).thenElse(1, -1) + bloat / qqq.abs()).store(cosTheta3); in calc_loop_intersect_padding_pts()
DGrCCCoverageProcessor_GSImpl.cpp90 float bloat = kAABloatRadius; in emitGeometryShader() local
93 bloat *= proc.debugBloat(); in emitGeometryShader()
96 g->defineConstant("bloat", bloat); in emitGeometryShader()
DGrCCCoverageProcessor_VSImpl.cpp58 float bloat = kAABloatRadius; in onEmitCode() local
61 bloat *= proc.debugBloat(); in onEmitCode()
64 v->defineConstant("bloat", bloat); in onEmitCode()
/external/swiftshader/third_party/subzero/
DMakefile.standalone423 .PHONY: all compile_only make_symlink runtime bloat sb docs help \
833 bloat: make_symlink
835 bloat/bloat.py --nm-output=/dev/stdin syms > build/pnacl-sz.bloat.json
836 @echo See Subzero size breakdown in bloat/pnacl-sz.bloat.html
838 bloat-sb: sb_make_symlink
839 $(foreach nexe,$(NEXES),nm -C -S -l $(nexe) | bloat/bloat.py \
840 --nm-output=/dev/stdin syms > build/$(notdir $(nexe)).bloat.json;)
858 $(OBJDIR) $(SB_OBJDIR) $(SBB_OBJDIR) build/*.bloat.json
DDESIGN.rst150 memory and contributes to a perception of bloat and sometimes a reality of
/external/skqp/src/gpu/ops/
DGrStencilAndCoverPathRenderer.cpp144 SkScalar bloat = viewMatrix.getMaxScale() * SK_ScalarHalf; in onDrawPath() local
145 coverBounds.outset(bloat, bloat); in onDrawPath()
/external/skia/src/gpu/ops/
DGrStencilAndCoverPathRenderer.cpp144 SkScalar bloat = viewMatrix.getMaxScale() * SK_ScalarHalf; in onDrawPath() local
145 coverBounds.outset(bloat, bloat); in onDrawPath()
/external/protobuf/conformance/
Dfailure_list_objc.txt4 # platforms don't support json wire format to avoid code bloat.
/external/autotest/client/site_tests/build_RootFilesystemSize/
Dcontrol19 This test returns the root image size for tracking bloat over time.
/external/toybox/scripts/
Dbloatcheck62 DIFF2=`mktemp bloat.XXXXXXX`
/external/tensorflow/tensorflow/core/platform/default/build_config/
DBUILD109 # and excludes anything that can bloat binary size if used.
/external/protobuf/docs/swift/
DDesignDoc.md125 risk compiled size bloat by adding `typealias`es for every type).
602 data to represent the descriptors would add bloat when we wish to keep the code
/external/swiftshader/docs/
DReactor.md35 …outines manually, and with the help of metaprogramming it results in code bloat. Worse yet, any no…
/external/flatbuffers/docs/source/
DInternals.md53 32 and 64bit systems, and a 64bit offset would bloat the size for almost
DTutorial.md1026 number of instances, as it will not bloat the buffer if unused.*
/external/protobuf/
DCHANGES.txt1041 to improve performance but want to make sure it doesn't bloat up too large.
/external/tensorflow/tensorflow/core/
DBUILD40 # kernels, without bringing in libraries that can bloat code size (e.g.,
/external/protobuf/util/
DCHANGES.txt1041 to improve performance but want to make sure it doesn't bloat up too large.
/external/python/cpython3/Doc/howto/
Dregex.rst288 don't need REs at all, so there's no need to bloat the language specification by
/external/python/cpython2/Doc/howto/
Dregex.rst282 don't need REs at all, so there's no need to bloat the language specification by
/external/llvm/docs/
DCodingStandards.rst643 executable bloat even if exceptions are never used in the code base, or if RTTI

12