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 106 mBuilderContext.needs = needs;
107 mBuilderContext.c = c;
108 mBuilderContext.Rctx = reserveReg(R0); // context always in R0
259 const int ctxtReg = mBuilderContext.Rctx;
352 int Rctx = mBuilderContext.Rctx;
724 const needs_t& needs = mBuilderContext.needs;
787 const needs_t& needs = mBuilderContext.needs;
798 const needs_t& needs = mBuilderContext.needs;
814 const needs_t& needs = mBuilderContext.needs;
949 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)))
519 builder_context_t mBuilderContext;
blending.cpp 47 LDRB(AL, fogColor.reg, mBuilderContext.Rctx,
load_store.cpp 246 const needs_t& needs = mBuilderContext.needs;

Completed in 680 milliseconds