Home
last modified time | relevance | path

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

/third_party/mesa3d/src/etnaviv/drm/
H A Detnaviv_cmd_stream.c90 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()
147 if (priv->force_flush) in etna_cmd_stream_force_flush()
148 priv->force_flush(stream, priv->force_flush_priv); in etna_cmd_stream_force_flush()
H A Detnaviv_priv.h158 void (*force_flush)(struct etna_cmd_stream *stream, void *priv); member
/third_party/node/deps/brotli/c/enc/
H A Dencode.c953 data. If |is_last| or |force_flush| is BROTLI_TRUE, an output meta-block is
962 const BROTLI_BOOL force_flush, size_t* out_size, uint8_t** output) { in EncodeData()
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) in BrotliEncoderCompressStream()
960 EncodeData( BrotliEncoderState* s, const BROTLI_BOOL is_last, const BROTLI_BOOL force_flush, size_t* out_size, uint8_t** output) EncodeData() argument
[all...]
/third_party/skia/third_party/externals/brotli/c/enc/
H A Dencode.c953 data. If |is_last| or |force_flush| is BROTLI_TRUE, an output meta-block is
962 const BROTLI_BOOL force_flush, size_t* out_size, uint8_t** output) { in EncodeData()
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) in BrotliEncoderCompressStream()
960 EncodeData( BrotliEncoderState* s, const BROTLI_BOOL is_last, const BROTLI_BOOL force_flush, size_t* out_size, uint8_t** output) EncodeData() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_fence.c456 unsigned flags, bool force_flush) in si_flush_all_queues()
480 if (force_flush) { in si_flush_all_queues()
454 si_flush_all_queues(struct pipe_context *ctx, struct pipe_fence_handle **fence, unsigned flags, bool force_flush) si_flush_all_queues() argument
/third_party/mbedtls/library/
H A Dssl_msg.c2557 int const force_flush = ssl->disable_datagram_packing == 1 ? in mbedtls_ssl_flight_transmit() local
2661 if ((ret = mbedtls_ssl_write_record(ssl, force_flush)) != 0) { in mbedtls_ssl_flight_transmit()
2777 int force_flush) in mbedtls_ssl_write_handshake_msg_ext()
2898 if ((ret = mbedtls_ssl_write_record(ssl, force_flush)) != 0) { in mbedtls_ssl_write_handshake_msg_ext()
2937 int mbedtls_ssl_write_record(mbedtls_ssl_context *ssl, int force_flush) in mbedtls_ssl_write_record() argument
2941 int flush = force_flush; in mbedtls_ssl_write_record()
2775 mbedtls_ssl_write_handshake_msg_ext(mbedtls_ssl_context *ssl, int update_checksum, int force_flush) mbedtls_ssl_write_handshake_msg_ext() argument
H A Dssl_misc.h1451 int force_flush);
1465 int mbedtls_ssl_write_record(mbedtls_ssl_context *ssl, int force_flush);
/third_party/mesa3d/src/intel/vulkan/
H A DgenX_cmd_buffer.c4175 bool force_flush) in cmd_buffer_emit_vertex_constants_and_flush()
4190 if (emitted || force_flush) in cmd_buffer_emit_vertex_constants_and_flush()
4170 cmd_buffer_emit_vertex_constants_and_flush(struct anv_cmd_buffer *cmd_buffer, const struct brw_vs_prog_data *vs_prog_data, uint32_t base_vertex, uint32_t base_instance, uint32_t draw_id, bool force_flush) cmd_buffer_emit_vertex_constants_and_flush() argument

Completed in 33 milliseconds