Searched refs:emit_marker (Results 1 – 6 of 6) sorted by relevance
/external/libjpeg-turbo/ |
D | jcmarker.c | 127 emit_marker(j_compress_ptr cinfo, JPEG_MARKER mark) in emit_marker() function 167 emit_marker(cinfo, M_DQT); in emit_dqt() 206 emit_marker(cinfo, M_DHT); in emit_dht() 256 emit_marker(cinfo, M_DAC); in emit_dac() 279 emit_marker(cinfo, M_DRI); in emit_dri() 294 emit_marker(cinfo, code); in emit_sof() 324 emit_marker(cinfo, M_SOS); in emit_sos() 368 emit_marker(cinfo, M_APP0); in emit_jfif_app0() 407 emit_marker(cinfo, M_APP14); in emit_adobe_app14() 448 emit_marker(cinfo, (JPEG_MARKER)marker); in write_marker_header() [all …]
|
/external/mesa3d/src/gallium/drivers/freedreno/a4xx/ |
D | fd4_draw.h | 63 emit_marker(ring, 7); in fd4_draw() 83 emit_marker(ring, 7); in fd4_draw() 103 emit_marker(ring, 7); in fd4_draw_emit() 123 emit_marker(ring, 7); in fd4_draw_emit()
|
D | fd4_emit.c | 523 emit_marker(ring, 5); in fd4_emit_state()
|
/external/mesa3d/src/gallium/drivers/freedreno/ |
D | freedreno_util.h | 206 static inline void emit_marker(struct fd_ringbuffer *ring, int scratch_idx); 237 emit_marker(ring, 6); in __OUT_IB() 248 emit_marker(ring, 6); in __OUT_IB() 275 emit_marker(struct fd_ringbuffer *ring, int scratch_idx) in emit_marker() function
|
D | freedreno_draw.h | 58 emit_marker(ring, 7); in fd_draw() 123 emit_marker(ring, 7); in fd_draw()
|
/external/mesa3d/src/gallium/drivers/freedreno/a3xx/ |
D | fd3_emit.c | 518 emit_marker(ring, 5); in fd3_emit_state()
|