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

  /external/chromium_org/third_party/mesa/src/src/mesa/program/
prog_execute.h 63 GLfloat Temporaries[MAX_PROGRAM_TEMPS][4];
prog_execute.c 122 return machine->Temporaries[reg];
198 return machine->Temporaries[reg];
    [all...]
  /external/mesa3d/src/mesa/program/
prog_execute.h 63 GLfloat Temporaries[MAX_PROGRAM_TEMPS][4];
prog_execute.c 122 return machine->Temporaries[reg];
198 return machine->Temporaries[reg];
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_fragprog.c 169 memset(machine->Temporaries, 0, MAX_PROGRAM_TEMPS * 4 * sizeof(GLfloat));
  /external/mesa3d/src/mesa/swrast/
s_fragprog.c 169 memset(machine->Temporaries, 0, MAX_PROGRAM_TEMPS * 4 * sizeof(GLfloat));
  /external/chromium_org/third_party/mesa/src/src/mesa/tnl/
t_vb_program.c 242 ASSIGN_4V(machine->Temporaries[i], 0.0F, 0.0F, 0.0F, 0.0F);
  /external/mesa3d/src/mesa/tnl/
t_vb_program.c 242 ASSIGN_4V(machine->Temporaries[i], 0.0F, 0.0F, 0.0F, 0.0F);
  /external/clang/lib/AST/
ExprConstant.cpp 313 /// Temporaries - Temporary lvalues materialized within this stack frame.
314 MapTy Temporaries;
322 MapTy::iterator I = Temporaries.find(Key);
323 return I == Temporaries.end() ? 0 : &I->second;
630 /// the ending of the lifetime of temporaries created within it.
708 APValue &Result = Temporaries[Key];
    [all...]
  /external/clang/test/SemaCXX/
constant-expression-cxx11.cpp 828 namespace Temporaries {
849 static_assert(S().f(), ""); // expected-error {{constant expression}} expected-note {{in call to '&Temporaries::S()->f()'}}
850 static_assert(S().g(), ""); // expected-error {{constant expression}} expected-note {{in call to '&Temporaries::S()->g()'}}
    [all...]

Completed in 237 milliseconds