Home
last modified time | relevance | path

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

1234

/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.cpp63 int GGLAssembler::scanline(const needs_t& needs, context_t const* c) in scanline() argument
69 err = scanline_core(needs, c); in scanline()
84 needs.p, needs.n, needs.t[0], needs.t[1], per_fragment_ops); in scanline()
95 int GGLAssembler::scanline_core(const needs_t& needs, context_t const* c) in scanline_core() argument
100 mAA = GGL_READ_NEEDS(P_AA, needs.p); in scanline_core()
101 mDithering = GGL_READ_NEEDS(P_DITHER, needs.p); in scanline_core()
102 mAlphaTest = GGL_READ_NEEDS(P_ALPHA_TEST, needs.p) + GGL_NEVER; in scanline_core()
103 mDepthTest = GGL_READ_NEEDS(P_DEPTH_TEST, needs.p) + GGL_NEVER; in scanline_core()
104 mFog = GGL_READ_NEEDS(P_FOG, needs.p) != 0; in scanline_core()
105 mSmooth = GGL_READ_NEEDS(SHADE, needs.n) != 0; in scanline_core()
[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);
355 needs_t needs; member
417 const needs_t& needs);
441 void decodeLogicOpNeeds(const needs_t& needs);
443 void decodeTMUNeeds(const needs_t& needs, context_t const* c);
Dtexturing.cpp229 void GGLAssembler::decodeLogicOpNeeds(const needs_t& needs) in decodeLogicOpNeeds() argument
232 const int opcode = GGL_READ_NEEDS(LOGIC_OP, needs.n) | GGL_CLEAR; in decodeLogicOpNeeds()
263 void GGLAssembler::decodeTMUNeeds(const needs_t& needs, context_t const* c) in decodeTMUNeeds() argument
277 tmu.format_idx = GGL_READ_NEEDS(T_FORMAT, needs.t[i]); in decodeTMUNeeds()
280 tmu.swrap = GGL_READ_NEEDS(T_S_WRAP, needs.t[i]); in decodeTMUNeeds()
281 tmu.twrap = GGL_READ_NEEDS(T_T_WRAP, needs.t[i]); in decodeTMUNeeds()
282 tmu.env = ggl_needs_to_env(GGL_READ_NEEDS(T_ENV, needs.t[i])); in decodeTMUNeeds()
283 tmu.pot = GGL_READ_NEEDS(T_POT, needs.t[i]); in decodeTMUNeeds()
284 tmu.linear = GGL_READ_NEEDS(T_LINEAR, needs.t[i]) in decodeTMUNeeds()
326 const needs_t& needs = mBuilderContext.needs; in init_textures() local
[all …]
/system/sepolicy/prebuilts/api/26.0/public/
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
Dcharger.te39 # charger needs to tell init to continue the boot
Drunas.te27 # runas/libselinux needs access to seapp_contexts_file to
/system/sepolicy/prebuilts/api/27.0/public/
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
Dcharger.te39 # charger needs to tell init to continue the boot
Drunas.te28 # runas/libselinux needs access to seapp_contexts_file to
/system/sepolicy/private/
Dshared_relro.te4 # inherits from app to get basic permissions it needs to run.
/system/sepolicy/prebuilts/api/28.0/private/
Dshared_relro.te4 # inherits from app to get basic permissions it needs to run.
/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()
/system/sepolicy/prebuilts/api/26.0/private/
Dshared_relro.te5 # inherits from app to get basic permissions it needs to run.
/system/sepolicy/prebuilts/api/27.0/private/
Dshared_relro.te5 # inherits from app to get basic permissions it needs to run.
/system/sepolicy/public/
Dperfprofd.te13 # perfprofd needs to control CPU hot-plug in order to avoid kernel
62 # simpleperf needs to examine /proc to collect task/thread info
65 # simpleperf needs to access /proc/<pid>/exec
69 # simpleperf needs open/read any file that turns up in a profile
Dwpantund.te10 # wpantund needs to be able to check in with the lowpan_service
Drunas.te32 # runas/libselinux needs access to seapp_contexts_file to
Dcharger.te40 # charger needs to tell init to continue the boot
/system/sepolicy/prebuilts/api/28.0/public/
Dperfprofd.te13 # perfprofd needs to control CPU hot-plug in order to avoid kernel
62 # simpleperf needs to examine /proc to collect task/thread info
65 # simpleperf needs to access /proc/<pid>/exec
69 # simpleperf needs open/read any file that turns up in a profile
Dwpantund.te10 # wpantund needs to be able to check in with the lowpan_service
Drunas.te32 # runas/libselinux needs access to seapp_contexts_file to
Dcharger.te40 # charger needs to tell init to continue the boot
Dhealthd.te53 # Healthd needs to tell init to continue the boot
/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

1234