Searched refs:PIPE_FLUSH_TOP_OF_PIPE (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_fence.c252 assert(util_bitcount(flags & (PIPE_FLUSH_TOP_OF_PIPE | PIPE_FLUSH_BOTTOM_OF_PIPE)) == 1);
262 if (flags & PIPE_FLUSH_TOP_OF_PIPE) {
505 if (flags & (PIPE_FLUSH_TOP_OF_PIPE | PIPE_FLUSH_BOTTOM_OF_PIPE)) {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_fence.c240 assert(util_bitcount(flags & (PIPE_FLUSH_TOP_OF_PIPE | PIPE_FLUSH_BOTTOM_OF_PIPE)) == 1);
250 if (flags & PIPE_FLUSH_TOP_OF_PIPE) {
457 if (flags & (PIPE_FLUSH_TOP_OF_PIPE | PIPE_FLUSH_BOTTOM_OF_PIPE)) {
/xsrc/external/mit/MesaLib.old/dist/src/gallium/include/pipe/
H A Dp_defines.h363 PIPE_FLUSH_TOP_OF_PIPE = (1 << 5), enumerator in enum:pipe_flush_flags
/xsrc/external/mit/MesaLib/dist/src/gallium/include/pipe/
H A Dp_defines.h393 PIPE_FLUSH_TOP_OF_PIPE = (1 << 5), enumerator in enum:pipe_flush_flags
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/driver_ddebug/
H A Ddd_draw.c1212 PIPE_FLUSH_DEFERRED | PIPE_FLUSH_TOP_OF_PIPE);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/driver_ddebug/
H A Ddd_draw.c1223 PIPE_FLUSH_DEFERRED | PIPE_FLUSH_TOP_OF_PIPE);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/docs/source/
H A Dcontext.rst574 PIPE_FLUSH_TOP_OF_PIPE: The fence should be signaled as soon as the next
/xsrc/external/mit/MesaLib/dist/docs/gallium/
H A Dcontext.rst602 PIPE_FLUSH_TOP_OF_PIPE: The fence should be signaled as soon as the next

Completed in 17 milliseconds