HomeSort by relevance Sort by last modified time
    Searched refs:NewState (Results 1 - 25 of 89) sorted by null

1 2 3 4

  /external/mesa3d/src/mesa/swrast_setup/
ss_context.h 36 GLuint NewState;
ss_context.c 59 swsetup->NewState = ~0;
189 if (swsetup->NewState & _SWSETUP_NEW_RENDERINDEX) {
193 if (swsetup->NewState & _NEW_PROGRAM) {
197 swsetup->NewState = 0;
225 swsetup->NewState |= new_state;
  /external/clang/lib/StaticAnalyzer/Core/
DynamicTypeMap.cpp 45 ProgramStateRef NewState = State->set<DynamicTypeMap>(Reg, NewTy);
46 assert(NewState);
47 return NewState;
ProgramState.cpp 100 ProgramState NewState = *state;
102 NewState.Env = EnvMgr.removeDeadBindings(NewState.Env, SymReaper, state);
105 StoreRef newStore = StoreMgr->removeDeadBindings(NewState.getStore(), LCtx,
107 NewState.setStore(newStore);
110 ProgramStateRef Result = getPersistentState(NewState);
116 ProgramStateRef newState = makeWithStore(Mgr.StoreMgr->Bind(getStore(),
120 return Mgr.getOwningEngine()->processRegionChange(newState, MR);
122 return newState;
195 ProgramStateRef newState = makeWithStore(newStore)
    [all...]
  /external/llvm/lib/MC/
MCSection.cpp 37 void MCSection::setBundleLockState(BundleLockStateType NewState) {
38 if (NewState == NotBundleLocked) {
51 BundleLockState = NewState;
  /external/mesa3d/src/mesa/main/
multisample.c 45 ctx->NewState |= _NEW_MULTISAMPLE;
matrix.c 63 * __struct gl_contextRec::NewState.
87 ctx->NewState |= ctx->CurrentStack->DirtyFlag;
105 * __struct gl_contextRec::NewState.
131 ctx->NewState |= ctx->CurrentStack->DirtyFlag;
238 * Marks __struct gl_contextRec::NewState with the stack dirty flag.
267 ctx->NewState |= stack->DirtyFlag;
278 * Marks __struct gl_contextRec::NewState with the dirty stack flag.
305 ctx->NewState |= stack->DirtyFlag;
316 * Marks __struct gl_contextRec::NewState with the stack dirty flag.
328 ctx->NewState |= ctx->CurrentStack->DirtyFlag
    [all...]
state.c 248 if (params && params->StateFlags & ctx->NewState) {
258 if (params /*&& params->StateFlags & ctx->NewState*/) {
266 if (params && params->StateFlags & ctx->NewState) {
445 * If __struct gl_contextRec::NewState is non-zero then this function \b must
458 GLbitfield new_state = ctx->NewState;
572 * Set ctx->NewState to zero to avoid recursion if
575 new_state = ctx->NewState | new_prog_state;
576 ctx->NewState = 0;
632 ctx->NewState |= _NEW_VARYING_VP_INPUTS;
654 ctx->NewState |= _NEW_PROGRAM
    [all...]
context.h 202 * \param newstate new state.
206 * __struct gl_contextRec::NewState with \p newstate.
208 #define FLUSH_VERTICES(ctx, newstate) \
214 ctx->NewState |= newstate; \
221 * \param newstate new state.
225 * __struct gl_contextRec::NewState with \p newstate.
227 #define FLUSH_CURRENT(ctx, newstate) \
    [all...]
viewport.c 84 ctx->NewState |= _NEW_VIEWPORT;
130 ctx->NewState |= _NEW_VIEWPORT;
clear.c 145 * Flushes the vertices and verifies the parameter. If __struct gl_contextRec::NewState
179 if (ctx->NewState) {
314 if (ctx->NewState) {
405 if (ctx->NewState) {
477 if (ctx->NewState) {
594 if (ctx->NewState) {
drawtex.c 50 if (ctx->NewState)
  /external/llvm/utils/TableGen/
DFAPacketizerEmitter.cpp 256 const State &newState();
509 const State &DFA::newState() {
894 const State *Initial = &D.newState();
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
WinException.cpp 332 int NewState;
352 LastStateChange.NewState = BaseState;
415 if (!VisitingInvoke && LastStateChange.NewState != BaseState &&
422 LastStateChange.NewState = BaseState;
442 int NewState = StateAndEnd.first;
446 if (NewState == LastStateChange.NewState) {
455 LastStateChange.NewState = NewState;
464 if (LastStateChange.NewState != BaseState)
    [all...]
  /external/lzma/CPP/Windows/
MemoryLock.cpp 18 PTOKEN_PRIVILEGES NewState, DWORD BufferLength, PTOKEN_PRIVILEGES PreviousState, PDWORD ReturnLength);
  /external/mesa3d/src/mesa/swrast/
s_context.c 269 _swrast_update_fragment_program(struct gl_context *ctx, GLbitfield newState)
440 swrast->NewState |= new_state;
447 swrast->NewState = ~0;
557 if (swrast->NewState) {
558 if (swrast->NewState & _NEW_POLYGON)
561 if (swrast->NewState & (_NEW_HINT | _NEW_PROGRAM))
564 if (swrast->NewState & _SWRAST_NEW_TEXTURE_ENV_MODE)
567 if (swrast->NewState & (_NEW_FOG | _NEW_PROGRAM))
570 if (swrast->NewState & (_NEW_PROGRAM_CONSTANTS | _NEW_PROGRAM))
571 _swrast_update_fragment_program( ctx, swrast->NewState );
    [all...]
s_bitmap.c 69 if (SWRAST_CONTEXT(ctx)->NewState)
162 if (SWRAST_CONTEXT(ctx)->NewState)
  /external/v8/src/crankshaft/
hydrogen-escape-analysis.h 33 HCapturedObject* NewState(HInstruction* prev);
hydrogen-escape-analysis.cc 63 HCapturedObject* HEscapeAnalysisPhase::NewState(HInstruction* previous) {
76 HCapturedObject* state = NewState(previous);
89 HCapturedObject* state = NewState(previous);
103 HCapturedObject* state = NewState(previous);
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_pixel.c 61 if (ctx->NewState)
intel_pixel_read.c 198 if (ctx->NewState)
  /external/mesa3d/src/mesa/vbo/
vbo_save_draw.c 102 ctx->NewState |= _NEW_LIGHT;
104 ctx->NewState |= _NEW_CURRENT_ATTRIB;
302 if (ctx->NewState)
319 if (ctx->NewState)
  /external/libcxx/test/std/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor/
move_convert.pass.cpp 54 void checkDeleter(OrigPtr& O, NewPtr& N, int OrigState, int NewState) {
65 // assert(OrigState != NewState);
67 assert(N.get_deleter().state() == NewState);
  /external/llvm/lib/CodeGen/
WinEHPrepare.cpp 478 int NewState =
480 FuncInfo.EHPadStateMap[Cleanup] = NewState;
483 PredState = NewState;
491 int NewState = ParentState;
498 NewState = addClrEHHandler(FuncInfo, NewState, ClrHandlerType::Catch,
500 FuncInfo.EHPadStateMap[Catch] = NewState;
509 PredState = NewState;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mmstream.idl 108 [in] STREAM_STATE NewState);

Completed in 1369 milliseconds

1 2 3 4