OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:flush_flags
(Results
1 - 6
of
6
) sorted by relevancy
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/v3d/
v3d_context.c
77
const unsigned int
flush_flags
= PIPE_BARRIER_SHADER_BUFFER |
local
80
if (!(flags &
flush_flags
))
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/dri/
dri_drawable.c
470
unsigned
flush_flags
;
local
507
flush_flags
= 0;
509
flush_flags
|= ST_FLUSH_FRONT;
511
flush_flags
|= ST_FLUSH_END_OF_FRAME;
522
st->flush(st,
flush_flags
, &new_fence, args.ctx ? notify_before_flush_cb : NULL, &args);
532
st->flush(st,
flush_flags
, NULL, args.ctx ? notify_before_flush_cb : NULL, &args);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/dri/
dri_drawable.c
482
unsigned
flush_flags
;
local
543
flush_flags
= 0;
545
flush_flags
|= ST_FLUSH_FRONT;
547
flush_flags
|= ST_FLUSH_END_OF_FRAME;
567
st->flush(st,
flush_flags
, &new_fence);
581
st->flush(st,
flush_flags
, NULL);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/driver_ddebug/
dd_draw.c
1259
unsigned
flush_flags
;
local
1261
flush_flags
= 0;
1263
flush_flags
= PIPE_FLUSH_DEFERRED | PIPE_FLUSH_BOTTOM_OF_PIPE;
1264
pipe->flush(pipe, &record->bottom_of_pipe,
flush_flags
);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/driver_ddebug/
dd_draw.c
1248
unsigned
flush_flags
;
local
1250
flush_flags
= 0;
1252
flush_flags
= PIPE_FLUSH_DEFERRED | PIPE_FLUSH_BOTTOM_OF_PIPE;
1253
pipe->flush(pipe, &record->bottom_of_pipe,
flush_flags
);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/
iris_state.c
5101
unsigned
flush_flags
= 0;
local
5115
flush_flags
|= PIPE_CONTROL_VF_CACHE_INVALIDATE |
5122
if (
flush_flags
)
5123
iris_emit_pipe_control_flush(batch,
flush_flags
);
Completed in 16 milliseconds
Indexes created Tue Jul 21 00:24:56 UTC 2026