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 32 AssemblyKey<needs_t> mKey;
34 ScanlineAssembly(needs_t needs, size_t size)
36 const AssemblyKey<needs_t>& key() const { return mKey; }
44 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) {
523 needs_t needs
    [all...]
  /system/core/libpixelflinger/codeflinger/
GGLAssembler.h 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;
409 const needs_t& needs);
433 void decodeLogicOpNeeds(const needs_t& needs);
435 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 298 AssemblyKey<needs_t> mKey;
300 ScanlineAssembly(needs_t needs, size_t size)
302 const AssemblyKey<needs_t>& key() const { return mKey; }
397 const AssemblyKey<needs_t> key(c->state.needs);
    [all...]

Completed in 325 milliseconds