OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:suspended
(Results
1 - 20
of
20
) sorted by relevancy
/xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
xf86PM.c
41
static Bool
suspended
= FALSE;
variable
162
if (!undo && !
suspended
) {
164
suspended
= TRUE;
166
else if (undo &&
suspended
) {
168
suspended
= FALSE;
176
if (
suspended
) {
178
suspended
= FALSE;
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/
xf86PM.c
41
static Bool
suspended
= FALSE;
variable
137
if (!undo && !
suspended
) {
139
suspended
= TRUE;
140
} else if (undo &&
suspended
) {
142
suspended
= FALSE;
150
if (
suspended
) {
152
suspended
= FALSE;
/xsrc/external/mit/xf86-video-intel/dist/src/uxa/
intel_driver.c
1068
intel->
suspended
= FALSE;
1246
if (!undo && !intel->
suspended
) {
1248
intel->
suspended
= TRUE;
1250
} else if (undo && intel->
suspended
) {
1253
intel->
suspended
= FALSE;
1259
if (intel->
suspended
) {
1262
intel->
suspended
= FALSE;
intel.h
294
Bool
suspended
;
member in struct:intel_screen_private
/xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/
intel_driver.c
1039
intel->
suspended
= FALSE;
1219
if (!undo && !intel->
suspended
) {
1221
intel->
suspended
= TRUE;
1223
} else if (undo && intel->
suspended
) {
1226
intel->
suspended
= FALSE;
1232
if (intel->
suspended
) {
1235
intel->
suspended
= FALSE;
intel.h
294
Bool
suspended
;
member in struct:intel_screen_private
/xsrc/external/mit/xf86-video-intel/dist/src/sna/
sna_driver.c
1260
sna->
suspended
= FALSE;
1350
if (!undo && !sna->
suspended
) {
1352
sna->
suspended
= TRUE;
1354
} else if (undo && sna->
suspended
) {
1357
sna->
suspended
= FALSE;
1363
if (sna->
suspended
) {
1366
sna->
suspended
= FALSE;
sna.h
432
bool
suspended
;
member in struct:sna
/xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/
sna_driver.c
1213
sna->
suspended
= FALSE;
1307
if (!undo && !sna->
suspended
) {
1309
sna->
suspended
= TRUE;
1311
} else if (undo && sna->
suspended
) {
1314
sna->
suspended
= FALSE;
1320
if (sna->
suspended
) {
1323
sna->
suspended
= FALSE;
sna.h
392
bool
suspended
;
member in struct:sna
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
si_gfx_cs.c
141
ctx->streamout.
suspended
= false;
144
ctx->streamout.
suspended
= true;
327
if (ctx->streamout.
suspended
) {
si_pipe.h
705
bool
suspended
;
member in struct:si_streamout
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
si_gfx_cs.c
99
ctx->streamout.
suspended
= false;
102
ctx->streamout.
suspended
= true;
526
if (ctx->streamout.
suspended
) {
si_pipe.h
785
bool
suspended
;
member in struct:si_streamout
/xsrc/external/mit/xf86-video-intel-old/dist/src/
i830_driver.c
2797
pI830->
suspended
= FALSE;
3144
if (!undo && !pI830->
suspended
) {
3146
pI830->
suspended
= TRUE;
3148
} else if (undo && pI830->
suspended
) {
3151
pI830->
suspended
= FALSE;
3157
if (pI830->
suspended
) {
3160
pI830->
suspended
= FALSE;
i830.h
518
Bool
suspended
;
member in struct:_I830Rec
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
r600_pipe_common.c
306
ctx->streamout.
suspended
= false;
309
ctx->streamout.
suspended
= true;
315
if (ctx->streamout.
suspended
) {
r600_pipe_common.h
442
bool
suspended
;
member in struct:r600_streamout
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
r600_pipe_common.c
329
ctx->streamout.
suspended
= false;
332
ctx->streamout.
suspended
= true;
338
if (ctx->streamout.
suspended
) {
r600_pipe_common.h
452
bool
suspended
;
member in struct:r600_streamout
Completed in 24 milliseconds
Indexes created Sun Jul 05 00:25:41 UTC 2026