Home
last modified time | relevance | path

Searched refs:emit_marker (Results 1 – 6 of 6) sorted by relevance

/external/libjpeg-turbo/
Djcmarker.c127 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/
Dfd4_draw.h65 emit_marker(ring, 7); in fd4_draw()
85 emit_marker(ring, 7); in fd4_draw()
118 emit_marker(ring, 7); in fd4_draw_emit()
138 emit_marker(ring, 7); in fd4_draw_emit()
Dfd4_emit.c506 emit_marker(ring, 5); in fd4_emit_state()
/external/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_util.h185 static inline void emit_marker(struct fd_ringbuffer *ring, int scratch_idx);
356 emit_marker(ring, 6); in __OUT_IB()
367 emit_marker(ring, 6); in __OUT_IB()
401 emit_marker(struct fd_ringbuffer *ring, int scratch_idx) in emit_marker() function
Dfreedreno_draw.h60 emit_marker(ring, 7); in fd_draw()
94 emit_marker(ring, 7); in fd_draw()
/external/mesa3d/src/gallium/drivers/freedreno/a3xx/
Dfd3_emit.c495 emit_marker(ring, 5); in fd3_emit_state()