Home
last modified time | relevance | path

Searched defs:needs (Results 1 – 6 of 6) sorted by relevance

/system/core/libpixelflinger/tests/codegen/
Dcodegen.cpp36 ScanlineAssembly(needs_t needs, size_t size) in ScanlineAssembly()
46 needs_t needs; in ggl_test_codegen() local
/system/core/libpixelflinger/codeflinger/
DGGLAssembler.cpp62 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()
352 fragment_parts_t& parts, const needs_t& needs) in build_scanline_prolog()
727 const needs_t& needs = mBuilderContext.needs; in build_depth_test() local
790 const needs_t& needs = mBuilderContext.needs; in build_iterate_z() local
801 const needs_t& needs = mBuilderContext.needs; in build_iterate_f() local
817 const needs_t& needs = mBuilderContext.needs; in build_logic_op() local
965 const needs_t& needs = mBuilderContext.needs; in build_masking() local
Dtexturing.cpp42 const needs_t& needs = mBuilderContext.needs; in init_iterated_color() local
228 void GGLAssembler::decodeLogicOpNeeds(const needs_t& needs) in decodeLogicOpNeeds()
262 void GGLAssembler::decodeTMUNeeds(const needs_t& needs, context_t const* c) in decodeTMUNeeds()
326 const needs_t& needs = mBuilderContext.needs; in init_textures() local
404 const needs_t& needs = mBuilderContext.needs; in build_textures() local
Dload_store.cpp231 const needs_t& needs = mBuilderContext.needs; in downshift() local
DGGLAssembler.h347 needs_t needs; member
/system/core/libpixelflinger/
Dscanline.cpp300 ScanlineAssembly(needs_t needs, size_t size) in ScanlineAssembly()