Home
last modified time | relevance | path

Searched refs:GGLAssembler (Results 1 – 8 of 8) sorted by relevance

/system/core/libpixelflinger/tests/codegen/
Dcodegen.cpp52 GGLAssembler assembler( new ARMAssembler(a) ); in ggl_test_codegen()
56 GGLAssembler assembler( new ArmToMipsAssembler(a) ); in ggl_test_codegen()
60 GGLAssembler assembler( new ArmToArm64Assembler(a) ); in ggl_test_codegen()
/system/core/libpixelflinger/codeflinger/
DGGLAssembler.cpp33 GGLAssembler::GGLAssembler(ARMAssemblerInterface* target) in GGLAssembler() function in android::GGLAssembler
39 GGLAssembler::~GGLAssembler() in ~GGLAssembler()
43 void GGLAssembler::prolog() in prolog()
48 void GGLAssembler::epilog(uint32_t touched) in epilog()
53 void GGLAssembler::reset(int opt_level) in reset()
62 int GGLAssembler::scanline(const needs_t& needs, context_t const* c) in scanline()
94 int GGLAssembler::scanline_core(const needs_t& needs, context_t const* c) in scanline_core()
351 void GGLAssembler::build_scanline_prolog( in build_scanline_prolog()
455 void GGLAssembler::build_component( pixel_t& pixel, in build_component()
481 void GGLAssembler::build_incoming_component( in build_incoming_component()
[all …]
Dload_store.cpp31 void GGLAssembler::store(const pointer_t& addr, const pixel_t& s, uint32_t flags) in store()
65 void GGLAssembler::load(const pointer_t& addr, const pixel_t& s, uint32_t flags) in load()
109 void GGLAssembler::extract(integer_t& d, int s, int h, int l, int bits) in extract()
161 void GGLAssembler::extract(integer_t& d, const pixel_t& s, int component) in extract()
169 void GGLAssembler::extract(component_t& d, const pixel_t& s, int component) in extract()
180 void GGLAssembler::expand(integer_t& d, const component_t& s, int dbits) in expand()
190 void GGLAssembler::expand(component_t& d, const component_t& s, int dbits) in expand()
197 void GGLAssembler::expand(integer_t& dst, const integer_t& src, int dbits) in expand()
247 void GGLAssembler::downshift( in downshift()
Dblending.cpp31 void GGLAssembler::build_fog( in build_fog()
63 void GGLAssembler::build_blending( in build_blending()
254 void GGLAssembler::build_blend_factor( in build_blend_factor()
376 int GGLAssembler::blending_codes(int fs, int fd) in blending_codes()
435 void GGLAssembler::build_blendFOneMinusF( in build_blendFOneMinusF()
453 void GGLAssembler::build_blendOneMinusFF( in build_blendOneMinusFF()
473 void GGLAssembler::mul_factor( component_t& d, in mul_factor()
564 void GGLAssembler::mul_factor_add( component_t& d, in mul_factor_add()
635 void GGLAssembler::component_add(component_t& d, in component_add()
655 void GGLAssembler::component_sat(const component_t& v) in component_sat()
Dtexturing.cpp43 void GGLAssembler::init_iterated_color(fragment_parts_t& parts, const reg_t& x) in init_iterated_color()
180 void GGLAssembler::build_iterated_color( in build_iterated_color()
232 void GGLAssembler::decodeLogicOpNeeds(const needs_t& needs) in decodeLogicOpNeeds()
266 void GGLAssembler::decodeTMUNeeds(const needs_t& needs, context_t const* c) in decodeTMUNeeds()
325 void GGLAssembler::init_textures( in init_textures()
404 void GGLAssembler::build_textures( fragment_parts_t& parts, in build_textures()
658 void GGLAssembler::build_iterate_texture_coordinates( in build_iterate_texture_coordinates()
696 void GGLAssembler::filter8( in filter8()
763 void GGLAssembler::filter16( in filter16()
881 void GGLAssembler::filter24( in filter24()
[all …]
DGGLAssembler.h176 class GGLAssembler : public ARMAssemblerProxy, public RegisterAllocator
180 GGLAssembler(ARMAssemblerInterface* target);
181 virtual ~GGLAssembler();
/system/core/libpixelflinger/
DAndroid.mk13 codeflinger/GGLAssembler.cpp \
Dscanline.cpp405 GGLAssembler assembler( new ARMAssembler(a) ); in pick_scanline()
410 GGLAssembler assembler( new ArmToMipsAssembler(a) ); in pick_scanline()
412 GGLAssembler assembler( new ArmToArm64Assembler(a) ); in pick_scanline()