HomeSort by relevance Sort by last modified time
    Searched refs:mBuilderContext (Results 1 - 5 of 5) sorted by null

  /system/core/libpixelflinger/codeflinger/
GGLAssembler.cpp 107 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;
    [all...]
texturing.cpp 45 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;
    [all...]
GGLAssembler.h 35 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;
blending.cpp 47 LDRB(AL, fogColor.reg, mBuilderContext.Rctx,
load_store.cpp 250 const needs_t& needs = mBuilderContext.needs;

Completed in 2314 milliseconds