Searched refs:force_flush (Results 1 - 5 of 5) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/etnaviv/drm/ |
| H A D | etnaviv_cmd_stream.c | 90 void (*force_flush)(struct etna_cmd_stream *stream, void *priv), 117 stream->force_flush = force_flush; 143 if (priv->force_flush) 144 priv->force_flush(stream, priv->force_flush_priv);
|
| H A D | etnaviv_priv.h | 162 void (*force_flush)(struct etna_cmd_stream *stream, void *priv); member in struct:etna_cmd_stream_priv
|
| /xsrc/external/mit/brotli/dist/c/enc/ |
| H A D | encode.c | 953 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) { 1110 if (!is_last && !force_flush && !should_flush && 1653 BROTLI_BOOL force_flush = local in function:BrotliEncoderCompressStreamFast 1662 if (force_flush && block_size == 0) { 1709 if (force_flush) s->stream_state_ = BROTLI_STREAM_FLUSH_REQUESTED; 1870 BROTLI_BOOL force_flush = TO_BROTLI_BOOL( local in function:BrotliEncoderCompressStream 1876 force_flush = BROTLI_TRUE; 1879 result = EncodeData(s, is_last, force_flush, 1882 if (force_flush) 960 EncodeData(BrotliEncoderState * s,const BROTLI_BOOL is_last,const BROTLI_BOOL force_flush,size_t * out_size,uint8_t ** output) argument [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_fence.c | 440 unsigned flags, bool force_flush) 464 if (force_flush) { 438 si_flush_all_queues(struct pipe_context * ctx,struct pipe_fence_handle ** fence,unsigned flags,bool force_flush) argument
|
| /xsrc/external/mit/MesaLib/dist/src/intel/vulkan/ |
| H A D | genX_cmd_buffer.c | 3885 bool force_flush) 3900 if (emitted || force_flush) 3880 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) argument
|
Completed in 16 milliseconds