Searched refs:force_flush (Results 1 – 9 of 9) sorted by relevance
/third_party/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 | 162 void (*force_flush)(struct etna_cmd_stream *stream, void *priv); member
|
/third_party/node/deps/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()
|
/third_party/skia/third_party/externals/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()
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_fence.c | 440 unsigned flags, bool force_flush) in si_flush_all_queues() argument 464 if (force_flush) { in si_flush_all_queues()
|
/third_party/gstreamer/gstplugins_base/ext/ogg/ |
D | gstoggmux.c | 1791 gboolean force_flush; in gst_ogg_mux_process_best_pad() local 1834 force_flush = (pad->prev_delta && !delta_unit) in gst_ogg_mux_process_best_pad() 1840 force_flush = TRUE; in gst_ogg_mux_process_best_pad() 1851 force_flush = TRUE; in gst_ogg_mux_process_best_pad() 1858 if (force_flush) { in gst_ogg_mux_process_best_pad()
|
/third_party/mbedtls/library/ |
D | ssl_msg.c | 2001 uint8_t const force_flush = ssl->disable_datagram_packing == 1 ? in mbedtls_ssl_flight_transmit() local 2112 if( ( ret = mbedtls_ssl_write_record( ssl, force_flush ) ) != 0 ) in mbedtls_ssl_flight_transmit() 2363 int mbedtls_ssl_write_record( mbedtls_ssl_context *ssl, uint8_t force_flush ) in mbedtls_ssl_write_record() argument 2367 uint8_t flush = force_flush; in mbedtls_ssl_write_record()
|
D | ssl_misc.h | 1193 int mbedtls_ssl_write_record( mbedtls_ssl_context *ssl, uint8_t force_flush );
|
/third_party/mesa3d/src/intel/vulkan/ |
D | genX_cmd_buffer.c | 3879 bool force_flush) in cmd_buffer_emit_vertex_constants_and_flush() argument 3894 if (emitted || force_flush) in cmd_buffer_emit_vertex_constants_and_flush()
|