Home
last modified time | relevance | path

Searched refs:needs (Results 1 – 25 of 38) sorted by relevance

12

/system/core/libpixelflinger/tests/codegen/
Dcodegen.cpp38 ScanlineAssembly(needs_t needs, size_t size) in ScanlineAssembly() argument
39 : Assembly(size), mKey(needs) { } in ScanlineAssembly()
48 needs_t needs; in ggl_test_codegen() local
49 needs.n = n; in ggl_test_codegen()
50 needs.p = p; in ggl_test_codegen()
51 needs.t[0] = t0; in ggl_test_codegen()
52 needs.t[1] = t1; in ggl_test_codegen()
53 sp<ScanlineAssembly> a(new ScanlineAssembly(needs, ASSEMBLY_SCRATCH_SIZE)); in ggl_test_codegen()
71 int err = assembler.scanline(needs, (context_t*)c); in ggl_test_codegen()
/system/core/libpixelflinger/codeflinger/
DGGLAssembler.cpp62 int GGLAssembler::scanline(const needs_t& needs, context_t const* c) in scanline() argument
68 err = scanline_core(needs, c); in scanline()
83 needs.p, needs.n, needs.t[0], needs.t[1], per_fragment_ops); in scanline()
94 int GGLAssembler::scanline_core(const needs_t& needs, context_t const* c) in scanline_core() argument
101 mAA = GGL_READ_NEEDS(P_AA, needs.p); in scanline_core()
102 mDithering = GGL_READ_NEEDS(P_DITHER, needs.p); in scanline_core()
103 mAlphaTest = GGL_READ_NEEDS(P_ALPHA_TEST, needs.p) + GGL_NEVER; in scanline_core()
104 mDepthTest = GGL_READ_NEEDS(P_DEPTH_TEST, needs.p) + GGL_NEVER; in scanline_core()
105 mFog = GGL_READ_NEEDS(P_FOG, needs.p) != 0; in scanline_core()
106 mSmooth = GGL_READ_NEEDS(SHADE, needs.n) != 0; in scanline_core()
[all …]
Dtexturing.cpp42 const needs_t& needs = mBuilderContext.needs; in init_iterated_color() local
228 void GGLAssembler::decodeLogicOpNeeds(const needs_t& needs) in decodeLogicOpNeeds() argument
231 const int opcode = GGL_READ_NEEDS(LOGIC_OP, needs.n) | GGL_CLEAR; in decodeLogicOpNeeds()
262 void GGLAssembler::decodeTMUNeeds(const needs_t& needs, context_t const* c) in decodeTMUNeeds() argument
276 tmu.format_idx = GGL_READ_NEEDS(T_FORMAT, needs.t[i]); in decodeTMUNeeds()
279 tmu.swrap = GGL_READ_NEEDS(T_S_WRAP, needs.t[i]); in decodeTMUNeeds()
280 tmu.twrap = GGL_READ_NEEDS(T_T_WRAP, needs.t[i]); in decodeTMUNeeds()
281 tmu.env = ggl_needs_to_env(GGL_READ_NEEDS(T_ENV, needs.t[i])); in decodeTMUNeeds()
282 tmu.pot = GGL_READ_NEEDS(T_POT, needs.t[i]); in decodeTMUNeeds()
283 tmu.linear = GGL_READ_NEEDS(T_LINEAR, needs.t[i]) in decodeTMUNeeds()
[all …]
DGGLAssembler.h192 int scanline(const needs_t& needs, context_t const* c);
193 int scanline_core(const needs_t& needs, context_t const* c);
347 needs_t needs; member
409 const needs_t& needs);
433 void decodeLogicOpNeeds(const needs_t& needs);
435 void decodeTMUNeeds(const needs_t& needs, context_t const* c);
Dload_store.cpp231 const needs_t& needs = mBuilderContext.needs; in downshift() local
/system/sepolicy/
Dperfprofd.te10 # perfprofd needs to control CPU hot-plug in order to avoid kernel
39 # simpleperf needs to examine /proc to collect task/thread info
42 # simpleperf needs to access /proc/<pid>/exec
46 # simpleperf needs open/read any file that turns up in a profile
Dshared_relro.te5 # inherits from app to get basic permissions it needs to run.
Dhealthd.te49 # Healthd needs to tell init to continue the boot
Ddex2oat.te38 # pass file descriptors for the preopted boot image to dex2oat. So dex2oat needs to be able to
Dautoplay_app.te49 # Grant GPU access. autoplay_app needs that to render the standard UI.
Ddumpstate.te96 # df for /storage/emulated needs search
Dsystem_server.te375 # LocationManager(e.g, GPS) needs to read and write
387 # BackupManagerService needs to manipulate backup data files
557 # those types that system_server needs to open directly.
Dvold.te174 # vold needs to chroot into app namespaces to remount when runtime permissions change
/system/core/libpixelflinger/
Dpicker.cpp40 needs_t new_needs(c->state.needs); in ggl_pick()
162 if (new_needs != c->state.needs) { in ggl_pick()
163 c->state.needs = new_needs; in ggl_pick()
Dscanline.cpp305 ScanlineAssembly(needs_t needs, size_t size) in ScanlineAssembly() argument
306 : Assembly(size), mKey(needs) { } in ScanlineAssembly()
348 const uint32_t cb_format = GGL_READ_NEEDS(CB_FORMAT, c->state.needs.n); in pick_scanline()
349 if (GGL_READ_NEEDS(T_FORMAT, c->state.needs.t[0]) == cb_format) { in pick_scanline()
350 if (c->state.needs.match(noblend1to1)) { in pick_scanline()
355 &(c->formats[GGL_READ_NEEDS(T_FORMAT, c->state.needs.t[0])]); in pick_scanline()
370 if (c->state.needs.match(fill16noblend)) { in pick_scanline()
381 if (c->state.needs.match(shortcuts[i].filter)) { in pick_scanline()
390 c->state.needs.n, c->state.needs.p, in pick_scanline()
391 c->state.needs.t[0], c->state.needs.t[1]); in pick_scanline()
[all …]
Dtrap.cpp140 if (c->state.needs.p & GGL_NEED_MASK(P_AA)) { in pointx_validate()
340 if (c->state.needs.p & GGL_NEED_MASK(P_AA)) { in linex_validate()
466 if (c->state.needs.p & GGL_NEED_MASK(P_AA)) { in trianglex_debug()
497 if (c->state.needs.p & GGL_NEED_MASK(P_AA)) { in trianglex_validate()
/system/media/camera/docs/
Dcamera_metadata_tags.mako42 /** TODO: Nearly every enum in this file needs a description */
73 * addition, the name and type of the tag needs to be added to
/system/core/metricsd/uploader/proto/
DREADME28 A: The standalone metrics uploader needs chromium os fields that are not defined
/system/tools/aidl/docs/
Daidl-cpp.md44 implementation. Any system that needs the definition will also need the
118 The C++ generator needs to know what header defines the C++ parcelable. It
180 For situations where your native service needs to throw an error code specific
/system/core/crash_reporter/
DREADME.md21 In order to correctly generate a minidump, `crash_reporter` needs to be given
/system/connectivity/shill/init/
Dshill.conf.in21 # cases (e.g. it needs to disconnect a cellular modem from the network). A
/system/bt/doc/
Dstyle_guide.md31 The one exception is if an integer needs to be temporarily converted to a
115 Use C99 flexible arrays as the last member of a struct if the array needs
/system/connectivity/shill/
DHACKING115 scope_logger.h already fulfills the needs.
/system/core/metricsd/
DREADME.md28 MetricsLibrary object needs to be constructed and initialized through its
/system/core/libpixelflinger/include/private/pixelflinger/
Dggl_context.h523 needs_t needs;

12