Searched refs:needs (Results 1 - 11 of 11) sorted by relevance

/system/core/libpixelflinger/tests/codegen/
H A Dcodegen.cpp34 ScanlineAssembly(needs_t needs, size_t size) argument
35 : Assembly(size), mKey(needs) { }
44 needs_t needs; local
45 needs.n = n;
46 needs.p = p;
47 needs.t[0] = t0;
48 needs.t[1] = t1;
49 sp<ScanlineAssembly> a(new ScanlineAssembly(needs, ASSEMBLY_SCRATCH_SIZE));
63 int err = assembler.scanline(needs, (context_t*)c);
/system/core/libpixelflinger/codeflinger/
H A DGGLAssembler.cpp62 int GGLAssembler::scanline(const needs_t& needs, context_t const* c) argument
68 err = scanline_core(needs, c);
83 needs.p, needs.n, needs.t[0], needs.t[1], per_fragment_ops);
94 int GGLAssembler::scanline_core(const needs_t& needs, context_t const* c) argument
101 mAA = GGL_READ_NEEDS(P_AA, needs.p);
102 mDithering = GGL_READ_NEEDS(P_DITHER, needs.p);
103 mAlphaTest = GGL_READ_NEEDS(P_ALPHA_TEST, needs
351 build_scanline_prolog( fragment_parts_t& parts, const needs_t& needs) argument
727 const needs_t& needs = mBuilderContext.needs; local
790 const needs_t& needs = mBuilderContext.needs; local
801 const needs_t& needs = mBuilderContext.needs; local
817 const needs_t& needs = mBuilderContext.needs; local
965 const needs_t& needs = mBuilderContext.needs; local
[all...]
H A Dtexturing.cpp46 const needs_t& needs = mBuilderContext.needs; local
232 void GGLAssembler::decodeLogicOpNeeds(const needs_t& needs) argument
235 const int opcode = GGL_READ_NEEDS(LOGIC_OP, needs.n) | GGL_CLEAR;
266 void GGLAssembler::decodeTMUNeeds(const needs_t& needs, context_t const* c) argument
280 tmu.format_idx = GGL_READ_NEEDS(T_FORMAT, needs.t[i]);
283 tmu.swrap = GGL_READ_NEEDS(T_S_WRAP, needs.t[i]);
284 tmu.twrap = GGL_READ_NEEDS(T_T_WRAP, needs.t[i]);
285 tmu.env = ggl_needs_to_env(GGL_READ_NEEDS(T_ENV, needs.t[i]));
286 tmu.pot = GGL_READ_NEEDS(T_POT, needs
330 const needs_t& needs = mBuilderContext.needs; local
408 const needs_t& needs = mBuilderContext.needs; local
[all...]
H A DGGLAssembler.h191 // generate scanline code for given needs
192 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 in struct:android::GGLAssembler::builder_context_t
409 const needs_t& needs);
433 void decodeLogicOpNeeds(const needs_t& needs);
435 void decodeTMUNeeds(const needs_t& needs, context_t const* c);
H A Dload_store.cpp250 const needs_t& needs = mBuilderContext.needs; local
/system/core/libpixelflinger/
H A Dpicker.cpp38 // compute needs, see if they changed...
40 needs_t new_needs(c->state.needs);
162 if (new_needs != c->state.needs) {
163 c->state.needs = new_needs;
H A Dscanline.cpp157 // Keep in sync with needs
300 ScanlineAssembly(needs_t needs, size_t size) argument
301 : Assembly(size), mKey(needs) { }
338 //printf("*** needs [%08lx:%08lx:%08lx:%08lx]\n",
339 // c->state.needs.n, c->state.needs.p,
340 // c->state.needs.t[0], c->state.needs.t[1]);
343 const uint32_t cb_format = GGL_READ_NEEDS(CB_FORMAT, c->state.needs.n);
344 if (GGL_READ_NEEDS(T_FORMAT, c->state.needs
[all...]
H A Dtrap.cpp140 if (c->state.needs.p & GGL_NEED_MASK(P_AA)) {
340 if (c->state.needs.p & GGL_NEED_MASK(P_AA)) {
466 if (c->state.needs.p & GGL_NEED_MASK(P_AA)) {
497 if (c->state.needs.p & GGL_NEED_MASK(P_AA)) {
/system/media/camera/docs/
H A 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/keymaster/
H A DAndroid.mk22 # openssl. At present it must, because the code needs refactoring to separate
/system/core/include/private/pixelflinger/
H A Dggl_context.h523 needs_t needs; member in struct:android::state_t

Completed in 239 milliseconds