Searched refs:current_state (Results 1 - 17 of 17) sorted by relevance

/xsrc/external/mit/MesaLib/dist/.gitlab-ci/lava/
H A Dlava_job_submitter.py229 current_state = "Submitted"
231 while current_state in waiting_states:
233 current_state = job_state["job_state"]
/xsrc/external/mit/libXt/dist/src/
H A DCore.c289 save1 = (XtTranslations) new_widget->core.tm.current_state;
290 new_widget->core.tm.current_state = NULL;
H A DTMstate.c659 #define GetContextPtr(tm) ((TMContext *)&(tm->current_state))
820 FreeContext((TMContext *) &tmRecPtr->current_state);
1049 StatePtr current_state = tmRecPtr->current_state; local in function:_XtTranslateEvent
1059 if (current_state == NULL)
1295 FreeContext((TMContext *) &widget->core.tm.current_state);
H A DResources.c890 widget->core.tm.current_state = NULL;
899 convValue.addr = (XPointer) &widget->core.tm.current_state;
908 *((XtTranslations *) &widget->core.tm.current_state) =
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/
H A Dr300_state.c911 struct pipe_framebuffer_state *current_state = r300->fb_state.state; local in function:r300_set_framebuffer_state
930 if (current_state->zsbuf && r300->zmask_in_use && !r300->locked_zbuffer) {
933 if (!pipe_surface_equal(current_state->zsbuf, state->zsbuf)) {
940 pipe_surface_reference(&r300->locked_zbuffer, current_state->zsbuf);
959 if (!!current_state->zsbuf != !!state->zsbuf) {
966 while (current_state->nr_cbufs && !current_state->cbufs[current_state->nr_cbufs-1])
967 current_state->nr_cbufs--;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/
H A Dr300_state.c905 struct pipe_framebuffer_state *current_state = r300->fb_state.state; local in function:r300_set_framebuffer_state
924 if (current_state->zsbuf && r300->zmask_in_use && !r300->locked_zbuffer) {
927 if (!pipe_surface_equal(current_state->zsbuf, state->zsbuf)) {
934 pipe_surface_reference(&r300->locked_zbuffer, current_state->zsbuf);
953 if (!!current_state->zsbuf != !!state->zsbuf) {
960 while (current_state->nr_cbufs && !current_state->cbufs[current_state->nr_cbufs-1])
961 current_state->nr_cbufs--;
/xsrc/external/mit/libXt/dist/include/X11/
H A DIntrinsicP.h197 struct _XtStateRec *current_state; /* Translation Manager state ptr */ member in struct:_XtTMRec
/xsrc/external/mit/xgc/dist/
H A Dlex.c341 static yy_state_type yy_try_NUL_trans ( yy_state_type current_state );
1716 * next_state = yy_try_NUL_trans( current_state );
/xsrc/external/mit/xorg-server.old/dist/hw/dmx/config/
H A Dscanner.c348 static yy_state_type yy_try_NUL_trans (yy_state_type current_state );
1228 * next_state = yy_try_NUL_trans( current_state );
/xsrc/external/mit/xorg-server/dist/hw/xwin/
H A Dwinprefslex.c360 static yy_state_type yy_try_NUL_trans ( yy_state_type current_state );
1458 * next_state = yy_try_NUL_trans( current_state );
/xsrc/external/mit/xorg-server.old/dist/hw/xwin/
H A Dwinprefslex.c361 static yy_state_type yy_try_NUL_trans (yy_state_type current_state );
1444 * next_state = yy_try_NUL_trans( current_state );
/xsrc/external/mit/ctwm/dist/gen/
H A Dlex.c345 static yy_state_type yy_try_NUL_trans ( yy_state_type current_state );
1208 * next_state = yy_try_NUL_trans( current_state );
/xsrc/external/mit/MesaLib.old/src/compiler/glsl/glcpp/
H A Dglcpp-lex.c568 static yy_state_type yy_try_NUL_trans ( yy_state_type current_state , yyscan_t yyscanner);
2252 * next_state = yy_try_NUL_trans( current_state );
/xsrc/external/mit/MesaLib/src/mesa/program/
H A Dlex.yy.c568 static yy_state_type yy_try_NUL_trans ( yy_state_type current_state , yyscan_t yyscanner);
2800 * next_state = yy_try_NUL_trans( current_state );
/xsrc/external/mit/MesaLib/src/compiler/glsl/glcpp/
H A Dglcpp-lex.c568 static yy_state_type yy_try_NUL_trans ( yy_state_type current_state , yyscan_t yyscanner);
2298 * next_state = yy_try_NUL_trans( current_state );
/xsrc/external/mit/MesaLib.old/src/compiler/glsl/
H A Dglsl_lexer.cpp568 static yy_state_type yy_try_NUL_trans ( yy_state_type current_state , yyscan_t yyscanner);
3790 * next_state = yy_try_NUL_trans( current_state );
/xsrc/external/mit/MesaLib/src/compiler/glsl/
H A Dglsl_lexer.cpp568 static yy_state_type yy_try_NUL_trans ( yy_state_type current_state , yyscan_t yyscanner);
3880 * next_state = yy_try_NUL_trans( current_state );

Completed in 45 milliseconds