Home
last modified time | relevance | path

Searched refs:offset_buf (Results 1 – 9 of 9) sorted by relevance

/third_party/ffmpeg/tests/checkasm/
Dvf_colorspace.c73 LOCAL_ALIGNED_32(int16_t, offset_buf, [16]); in check_yuv2yuv()
75 int16_t (*offset)[8] = (int16_t(*)[8]) offset_buf; in check_yuv2yuv()
/third_party/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_state.c543 target->offset_buf = pipe_buffer_create( in fd_create_stream_output_target()
560 pipe_resource_reference(&cso->offset_buf, NULL); in fd_stream_output_target_destroy()
Dfreedreno_context.h96 struct pipe_resource *offset_buf; member
Dfreedreno_draw.c226 ->offset_buf); in batch_draw_tracking()
/third_party/gstreamer/gstreamer/gst/
Dgstinfo.c705 gchar offset_buf[32], offset_end_buf[32]; in gst_info_describe_buffer() local
708 g_snprintf (offset_buf, sizeof (offset_buf), "%" G_GUINT64_FORMAT, in gst_info_describe_buffer()
710 offset_str = offset_buf; in gst_info_describe_buffer()
/third_party/lzma/Asm/arm64/
DLzmaDecOpt.S667 .equ offset_buf , 8 + offset_dicPos define
668 .equ offset_range , 8 + offset_buf
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
Dfd6_draw.c52 struct fd_resource *offset = fd_resource(target->offset_buf); in draw_emit_xfb()
Dfd6_emit.c894 struct fd_bo *offset_bo = fd_resource(target->offset_buf)->bo; in fd6_emit_streamout()
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/
Dfd5_emit.c742 struct fd_bo *offset_bo = fd_resource(target->offset_buf)->bo; in fd5_emit_state()