Searched refs:mBuilderContext (Results 1 - 5 of 5) sorted by relevance

/system/core/libpixelflinger/codeflinger/
H A DGGLAssembler.cpp107 mBuilderContext.needs = needs;
108 mBuilderContext.c = c;
109 mBuilderContext.Rctx = reserveReg(R0); // context always in R0
262 const int ctxtReg = mBuilderContext.Rctx;
355 int Rctx = mBuilderContext.Rctx;
727 const needs_t& needs = mBuilderContext.needs;
790 const needs_t& needs = mBuilderContext.needs;
801 const needs_t& needs = mBuilderContext.needs;
817 const needs_t& needs = mBuilderContext.needs;
961 const needs_t& needs = mBuilderContext
[all...]
H A Dtexturing.cpp45 context_t const* c = mBuilderContext.c;
46 const needs_t& needs = mBuilderContext.needs;
329 context_t const* c = mBuilderContext.c;
330 const needs_t& needs = mBuilderContext.needs;
331 int Rctx = mBuilderContext.Rctx;
407 context_t const* c = mBuilderContext.c;
408 const needs_t& needs = mBuilderContext.needs;
409 int Rctx = mBuilderContext.Rctx;
1309 LDRB(AL, color.reg, mBuilderContext.Rctx,
H A DGGLAssembler.h35 LDR(AL, REG, mBuilderContext.Rctx, immed12_pre(GGL_OFFSETOF(FIELD)))
38 STR(AL, REG, mBuilderContext.Rctx, immed12_pre(GGL_OFFSETOF(FIELD)))
523 builder_context_t mBuilderContext; member in class:android::GGLAssembler
H A Dblending.cpp47 LDRB(AL, fogColor.reg, mBuilderContext.Rctx,
H A Dload_store.cpp250 const needs_t& needs = mBuilderContext.needs;

Completed in 703 milliseconds