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

  /frameworks/base/media/libeffects/lvm/lib/SpectrumAnalyzer/src/
LVPSA_Memory.c 57 INST_ALLOC Scratch;
64 InstAlloc_Init( &Scratch , LVM_NULL);
135 * Scratch memory
137 InstAlloc_AddMember( &Scratch, 2 * pInitParams->MaxInputBlockSize * sizeof(LVM_INT16) );
138 pMemoryTable->Region[LVPSA_MEMREGION_SCRATCH].Size = InstAlloc_GetTotal(&Scratch);
LVPSA_Init.c 55 INST_ALLOC Scratch;
89 InstAlloc_Init( &Scratch , pMemoryTable->Region[LVPSA_MEMREGION_SCRATCH].pBaseAddress);
  /system/core/libpixelflinger/codeflinger/
GGLAssembler.h 91 class Scratch
94 Scratch(RegisterFile& regFile)
97 ~Scratch() {
342 void modify(T& r, Scratch& regs)
406 Scratch& global_scratches);
413 Scratch& scratches,
414 Scratch& global_scratches);
421 Scratch& regs);
432 Scratch& regs);
457 Scratch& regs)
    [all...]
GGLAssembler.cpp 203 Scratch regs(registerFile());
229 Scratch scratches(registerFile());
351 Scratch scratches(registerFile());
372 Scratch scratches(registerFile());
402 Scratch scratches(registerFile());
416 Scratch scratches(registerFile());
455 Scratch& regs)
461 Scratch scratches(registerFile());
483 Scratch& scratches,
484 Scratch& global_regs
    [all...]
blending.cpp 34 Scratch& regs)
37 Scratch scratches(registerFile());
67 Scratch& regs)
90 Scratch scratches(registerFile());
259 Scratch& scratches)
442 Scratch scratches(registerFile());
460 Scratch scratches(registerFile());
570 Scratch scratches(registerFile());
texturing.cpp 74 Scratch scratches(registerFile());
184 Scratch& regs)
202 Scratch scratches(registerFile());
362 Scratch scratches(registerFile());
405 Scratch& regs)
456 Scratch scratches(registerFile());
656 Scratch scratches(registerFile());
697 Scratch scratches(registerFile());
802 Scratch scratches(registerFile());
    [all...]
load_store.cpp 64 Scratch scratches(registerFile());
229 Scratch scratches(registerFile());

Completed in 48 milliseconds