Searched refs:mBuilderContext (Results 1 – 5 of 5) sorted by relevance
/system/core/libpixelflinger/codeflinger/ |
D | GGLAssembler.h | 35 ADDR_LDR(AL, REG, mBuilderContext.Rctx, immed12_pre(GGL_OFFSETOF(FIELD))) 38 ADDR_STR(AL, REG, mBuilderContext.Rctx, immed12_pre(GGL_OFFSETOF(FIELD))) 41 LDR(AL, REG, mBuilderContext.Rctx, immed12_pre(GGL_OFFSETOF(FIELD))) 44 STR(AL, REG, mBuilderContext.Rctx, immed12_pre(GGL_OFFSETOF(FIELD))) 529 builder_context_t mBuilderContext; variable
|
D | GGLAssembler.cpp | 107 mBuilderContext.needs = needs; in scanline_core() 108 mBuilderContext.c = c; in scanline_core() 109 mBuilderContext.Rctx = reserveReg(R0); // context always in R0 in scanline_core() 262 const int ctxtReg = mBuilderContext.Rctx; in scanline_core() 355 int Rctx = mBuilderContext.Rctx; in build_scanline_prolog() 727 const needs_t& needs = mBuilderContext.needs; in build_depth_test() 790 const needs_t& needs = mBuilderContext.needs; in build_iterate_z() 801 const needs_t& needs = mBuilderContext.needs; in build_iterate_f() 817 const needs_t& needs = mBuilderContext.needs; in build_logic_op() 965 const needs_t& needs = mBuilderContext.needs; in build_masking()
|
D | texturing.cpp | 45 context_t const* c = mBuilderContext.c; in init_iterated_color() 46 const needs_t& needs = mBuilderContext.needs; in init_iterated_color() 329 context_t const* c = mBuilderContext.c; in init_textures() 330 const needs_t& needs = mBuilderContext.needs; in init_textures() 331 int Rctx = mBuilderContext.Rctx; in init_textures() 407 context_t const* c = mBuilderContext.c; in build_textures() 408 const needs_t& needs = mBuilderContext.needs; in build_textures() 409 int Rctx = mBuilderContext.Rctx; in build_textures() 1309 LDRB(AL, color.reg, mBuilderContext.Rctx, in blend()
|
D | load_store.cpp | 250 const needs_t& needs = mBuilderContext.needs; in downshift()
|
D | blending.cpp | 47 LDRB(AL, fogColor.reg, mBuilderContext.Rctx, in build_fog()
|