HomeSort by relevance Sort by last modified time
    Searched refs:needs_t (Results 1 - 8 of 8) sorted by null

  /system/core/libpixelflinger/tests/codegen/
codegen.cpp 29 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/
ggl_context.h 238 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 needs
    [all...]
  /system/core/libpixelflinger/codeflinger/
GGLAssembler.h 186 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);
GGLAssembler.cpp 62 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;
    [all...]
texturing.cpp 46 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;
    [all...]
load_store.cpp 250 const needs_t& needs = mBuilderContext.needs;
  /system/core/libpixelflinger/
picker.cpp 40 needs_t new_needs(c->state.needs);
scanline.cpp 284 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);
    [all...]

Completed in 172 milliseconds