Searched refs:needs_t (Results 1 - 8 of 8) sorted by relevance

/system/core/libpixelflinger/tests/codegen/
H A Dcodegen.cpp29 AssemblyKey<needs_t> mKey;
31 ScanlineAssembly(needs_t needs, size_t size)
33 const AssemblyKey<needs_t>& key() const { return mKey; }
41 needs_t needs;
/system/core/include/private/pixelflinger/
H A Dggl_context.h238 struct needs_t { struct in namespace:android
240 inline bool operator == (const needs_t& rhs) const {
246 inline bool operator != (const needs_t& rhs) const {
254 inline int compare_type(const needs_t& lhs, const needs_t& rhs) {
255 return memcmp(&lhs, &rhs, sizeof(needs_t));
259 needs_t value;
260 needs_t mask;
263 int needs_t::match(const needs_filter_t& filter) {
521 needs_t need
[all...]
/system/core/libpixelflinger/codeflinger/
H A DGGLAssembler.h186 int scanline(const needs_t& needs, context_t const* c);
187 int scanline_core(const needs_t& needs, context_t const* c);
341 needs_t needs;
403 const needs_t& needs);
427 void decodeLogicOpNeeds(const needs_t& needs);
429 void decodeTMUNeeds(const needs_t& needs, context_t const* c);
H A DGGLAssembler.cpp62 int GGLAssembler::scanline(const needs_t& needs, context_t const* c)
94 int GGLAssembler::scanline_core(const needs_t& needs, context_t const* c)
352 fragment_parts_t& parts, const needs_t& needs)
727 const needs_t& needs = mBuilderContext.needs;
790 const needs_t& needs = mBuilderContext.needs;
801 const needs_t& needs = mBuilderContext.needs;
817 const needs_t& needs = mBuilderContext.needs;
961 const needs_t& needs = mBuilderContext.needs;
H A Dtexturing.cpp46 const needs_t& needs = mBuilderContext.needs;
232 void GGLAssembler::decodeLogicOpNeeds(const needs_t& needs)
266 void GGLAssembler::decodeTMUNeeds(const needs_t& needs, context_t const* c)
330 const needs_t& needs = mBuilderContext.needs;
408 const needs_t& needs = mBuilderContext.needs;
H A Dload_store.cpp250 const needs_t& needs = mBuilderContext.needs;
/system/core/libpixelflinger/
H A Dpicker.cpp40 needs_t new_needs(c->state.needs);
H A Dscanline.cpp284 AssemblyKey<needs_t> mKey;
286 ScanlineAssembly(needs_t needs, size_t size)
288 const AssemblyKey<needs_t>& key() const { return mKey; }
383 const AssemblyKey<needs_t> key(c->state.needs);

Completed in 65 milliseconds