Searched refs:GGLAssembler (Results 1 – 8 of 8) sorted by relevance
/system/core/libpixelflinger/tests/codegen/ |
D | codegen.cpp | 56 GGLAssembler assembler( new ARMAssembler(a) ); in ggl_test_codegen() 60 GGLAssembler assembler( new ArmToMipsAssembler(a) ); in ggl_test_codegen() 64 GGLAssembler assembler( new ArmToMips64Assembler(a) ); in ggl_test_codegen() 68 GGLAssembler assembler( new ArmToArm64Assembler(a) ); in ggl_test_codegen()
|
/system/core/libpixelflinger/codeflinger/ |
D | GGLAssembler.cpp | 34 GGLAssembler::GGLAssembler(ARMAssemblerInterface* target) in GGLAssembler() function in android::GGLAssembler 40 GGLAssembler::~GGLAssembler() in ~GGLAssembler() 44 void GGLAssembler::prolog() in prolog() 49 void GGLAssembler::epilog(uint32_t touched) in epilog() 54 void GGLAssembler::reset(int opt_level) in reset() 63 int GGLAssembler::scanline(const needs_t& needs, context_t const* c) in scanline() 95 int GGLAssembler::scanline_core(const needs_t& needs, context_t const* c) in scanline_core() 350 void GGLAssembler::build_scanline_prolog( in build_scanline_prolog() 453 void GGLAssembler::build_component( pixel_t& pixel, in build_component() 479 void GGLAssembler::build_incoming_component( in build_incoming_component() [all …]
|
D | load_store.cpp | 31 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() 146 void GGLAssembler::extract(integer_t& d, const pixel_t& s, int component) in extract() 154 void GGLAssembler::extract(component_t& d, const pixel_t& s, int component) in extract() 165 void GGLAssembler::expand(integer_t& d, const component_t& s, int dbits) in expand() 175 void GGLAssembler::expand(component_t& d, const component_t& s, int dbits) in expand() 182 void GGLAssembler::expand(integer_t& dst, const integer_t& src, int dbits) in expand() 232 void GGLAssembler::downshift( in downshift()
|
D | blending.cpp | 33 void GGLAssembler::build_fog( in build_fog() 65 void GGLAssembler::build_blending( in build_blending() 256 void GGLAssembler::build_blend_factor( in build_blend_factor() 378 int GGLAssembler::blending_codes(int fs, int fd) in blending_codes() 437 void GGLAssembler::build_blendFOneMinusF( in build_blendFOneMinusF() 455 void GGLAssembler::build_blendOneMinusFF( in build_blendOneMinusFF() 475 void GGLAssembler::mul_factor( component_t& d, in mul_factor() 566 void GGLAssembler::mul_factor_add( component_t& d, in mul_factor_add() 637 void GGLAssembler::component_add(component_t& d, in component_add() 657 void GGLAssembler::component_sat(const component_t& v) in component_sat()
|
D | texturing.cpp | 41 void GGLAssembler::init_iterated_color(fragment_parts_t& parts, const reg_t& x) in init_iterated_color() 177 void GGLAssembler::build_iterated_color( in build_iterated_color() 229 void GGLAssembler::decodeLogicOpNeeds(const needs_t& needs) in decodeLogicOpNeeds() 263 void GGLAssembler::decodeTMUNeeds(const needs_t& needs, context_t const* c) in decodeTMUNeeds() 322 void GGLAssembler::init_textures( in init_textures() 399 void GGLAssembler::build_textures( fragment_parts_t& parts, in build_textures() 648 void GGLAssembler::build_iterate_texture_coordinates( in build_iterate_texture_coordinates() 685 void GGLAssembler::filter8( in filter8() 752 void GGLAssembler::filter16( in filter16() 870 void GGLAssembler::filter24( in filter24() [all …]
|
D | GGLAssembler.h | 176 class GGLAssembler : public ARMAssemblerProxy, public RegisterAllocator 180 explicit GGLAssembler(ARMAssemblerInterface* target); 181 virtual ~GGLAssembler();
|
/system/core/libpixelflinger/ |
D | Android.bp | 64 "codeflinger/GGLAssembler.cpp",
|
D | scanline.cpp | 405 GGLAssembler assembler( new ARMAssembler(a) ); in pick_scanline() 410 GGLAssembler assembler( new ArmToMipsAssembler(a) ); in pick_scanline() 412 GGLAssembler assembler( new ArmToMips64Assembler(a) ); in pick_scanline() 414 GGLAssembler assembler( new ArmToArm64Assembler(a) ); in pick_scanline()
|