Searched refs:force_flush (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/etnaviv/drm/ |
D | etnaviv_cmd_stream.c | 90 void (*force_flush)(struct etna_cmd_stream *stream, void *priv), in etna_cmd_stream_new() 117 stream->force_flush = force_flush; in etna_cmd_stream_new() 143 if (priv->force_flush) in etna_cmd_stream_force_flush() 144 priv->force_flush(stream, priv->force_flush_priv); in etna_cmd_stream_force_flush()
|
D | etnaviv_priv.h | 161 void (*force_flush)(struct etna_cmd_stream *stream, void *priv); member
|
/external/brotli/c/enc/ |
D | encode.c | 962 const BROTLI_BOOL force_flush, size_t* out_size, uint8_t** output) { in EncodeData() argument 1110 if (!is_last && !force_flush && !should_flush && in EncodeData() 1653 BROTLI_BOOL force_flush = in BrotliEncoderCompressStreamFast() local 1662 if (force_flush && block_size == 0) { in BrotliEncoderCompressStreamFast() 1709 if (force_flush) s->stream_state_ = BROTLI_STREAM_FLUSH_REQUESTED; in BrotliEncoderCompressStreamFast() 1870 BROTLI_BOOL force_flush = TO_BROTLI_BOOL( in BrotliEncoderCompressStream() local 1876 force_flush = BROTLI_TRUE; in BrotliEncoderCompressStream() 1879 result = EncodeData(s, is_last, force_flush, in BrotliEncoderCompressStream() 1882 if (force_flush) s->stream_state_ = BROTLI_STREAM_FLUSH_REQUESTED; in BrotliEncoderCompressStream()
|
/external/rust/crates/futures/tests/ |
D | sink.rs | 127 self.force_flush(); in start_send() 154 pub fn force_flush(&mut self) -> Vec<T> { in force_flush() method 480 assert_eq!(sink.get_mut().force_flush(), vec![0, 1]); in with_flush_propagate()
|