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() 325 emit_marker(cinfo, M_SOS); in emit_sos() 369 emit_marker(cinfo, M_APP0); in emit_jfif_app0() 408 emit_marker(cinfo, M_APP14); in emit_adobe_app14() 449 emit_marker(cinfo, (JPEG_MARKER) marker); in write_marker_header() [all …]
|
/external/mesa3d/src/gallium/drivers/freedreno/ |
D | freedreno_util.h | 181 static inline void emit_marker(struct fd_ringbuffer *ring, int scratch_idx); 352 emit_marker(ring, 6); in __OUT_IB() 363 emit_marker(ring, 6); in __OUT_IB() 397 emit_marker(struct fd_ringbuffer *ring, int scratch_idx) in emit_marker() function
|
D | freedreno_draw.h | 60 emit_marker(ring, 7); in fd_draw() 94 emit_marker(ring, 7); in fd_draw()
|
/external/mesa3d/src/gallium/drivers/freedreno/a4xx/ |
D | fd4_draw.h | 65 emit_marker(ring, 7); in fd4_draw() 85 emit_marker(ring, 7); in fd4_draw()
|
D | fd4_emit.c | 509 emit_marker(ring, 5); in fd4_emit_state()
|
/external/mesa3d/src/gallium/drivers/freedreno/a3xx/ |
D | fd3_emit.c | 495 emit_marker(ring, 5); in fd3_emit_state()
|