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

  /system/core/libpixelflinger/codeflinger/
GGLAssembler.cpp 1 /* libs/pixelflinger/codeflinger/GGLAssembler.cpp
18 #define LOG_TAG "GGLAssembler"
27 #include "codeflinger/GGLAssembler.h"
33 GGLAssembler::GGLAssembler(ARMAssemblerInterface* target)
38 GGLAssembler::~GGLAssembler()
42 void GGLAssembler::prolog()
47 void GGLAssembler::epilog(uint32_t touched)
52 void GGLAssembler::reset(int opt_level
    [all...]
blending.cpp 26 #include "codeflinger/GGLAssembler.h"
31 void GGLAssembler::build_fog(
63 void GGLAssembler::build_blending(
254 void GGLAssembler::build_blend_factor(
376 int GGLAssembler::blending_codes(int fs, int fd)
435 void GGLAssembler::build_blendFOneMinusF(
453 void GGLAssembler::build_blendOneMinusFF(
473 void GGLAssembler::mul_factor( component_t& d,
564 void GGLAssembler::mul_factor_add( component_t& d,
635 void GGLAssembler::component_add(component_t& d
    [all...]
load_store.cpp 21 #include "codeflinger/GGLAssembler.h"
31 void GGLAssembler::store(const pointer_t& addr, const pixel_t& s, uint32_t flags)
65 void GGLAssembler::load(const pointer_t& addr, const pixel_t& s, uint32_t flags)
109 void GGLAssembler::extract(integer_t& d, int s, int h, int l, int bits)
157 void GGLAssembler::extract(integer_t& d, const pixel_t& s, int component)
165 void GGLAssembler::extract(component_t& d, const pixel_t& s, int component)
176 void GGLAssembler::expand(integer_t& d, const component_t& s, int dbits)
186 void GGLAssembler::expand(component_t& d, const component_t& s, int dbits)
193 void GGLAssembler::expand(integer_t& dst, const integer_t& src, int dbits)
243 void GGLAssembler::downshift
    [all...]
texturing.cpp 26 #include "codeflinger/GGLAssembler.h"
43 void GGLAssembler::init_iterated_color(fragment_parts_t& parts, const reg_t& x)
180 void GGLAssembler::build_iterated_color(
232 void GGLAssembler::decodeLogicOpNeeds(const needs_t& needs)
266 void GGLAssembler::decodeTMUNeeds(const needs_t& needs, context_t const* c)
325 void GGLAssembler::init_textures(
404 void GGLAssembler::build_textures( fragment_parts_t& parts,
641 void GGLAssembler::build_iterate_texture_coordinates(
679 void GGLAssembler::filter8(
746 void GGLAssembler::filter16
    [all...]
GGLAssembler.h 1 /* libs/pixelflinger/codeflinger/GGLAssembler.h
166 class GGLAssembler : public ARMAssemblerProxy, public RegisterAllocator
170 GGLAssembler(ARMAssemblerInterface* target);
171 virtual ~GGLAssembler();
  /system/core/libpixelflinger/tests/codegen/
codegen.cpp 10 #include "codeflinger/GGLAssembler.h"
42 GGLAssembler assembler( new ARMAssembler(a) );
  /system/core/libpixelflinger/
Android.mk 14 codeflinger/GGLAssembler.cpp \
scanline.cpp 33 #include "codeflinger/GGLAssembler.h"
374 GGLAssembler assembler( new ARMAssembler(a) );
375 //GGLAssembler assembler(
    [all...]

Completed in 698 milliseconds