Home
last modified time | relevance | path

Searched refs:pack_func (Results 1 – 11 of 11) sorted by relevance

/third_party/mesa3d/src/broadcom/compiler/
Dv3d_nir_lower_logic_ops.c121 const uint8_t *swiz, nir_pack_func pack_func) in v3d_nir_swizzle_and_pack() argument
127 return pack_func(b, nir_vec4(b, c[0], c[1], c[2], c[3])); in v3d_nir_swizzle_and_pack()
267 nir_pack_func pack_func, nir_unpack_func unpack_func) in v3d_emit_logic_op_unorm() argument
271 v3d_nir_swizzle_and_pack(b, src_chans, src_swz, pack_func); in v3d_emit_logic_op_unorm()
275 v3d_nir_swizzle_and_pack(b, dst_chans, fmt_swz, pack_func); in v3d_emit_logic_op_unorm()
/third_party/gstreamer/gstplugins_base/gst/audiotestsrc/
Dgstaudiotestsrc.h96 GstAudioFormatPack pack_func; member
Dgstaudiotestsrc.c1204 src->pack_func = NULL; in gst_audio_test_src_change_wave()
1229 src->pack_func = src->info.finfo->pack_func; in gst_audio_test_src_change_wave()
1234 src->pack_func = src->info.finfo->pack_func; in gst_audio_test_src_change_wave()
1544 if (src->pack_func) { in gst_audio_test_src_fill()
1556 src->pack_func (src->info.finfo, 0, src->tmp, map.data, in gst_audio_test_src_fill()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/
Daudio-format.h250 GstAudioFormatPack pack_func; member
Daudio-converter.c1282 convert->out.finfo->pack_func (convert->out.finfo, 0, tmp[i], out[i], in converter_generic()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dvideo-format.h583 GstVideoFormatPack pack_func; member
Dvideo-blend.c496 dinfo->pack_func (dinfo, 0, tmpdestline, dest_width, in gst_video_blend()
Dvideo-converter.c2259 out_finfo->pack_func (out_finfo, GST_VIDEO_PACK_FLAG_NONE, in setup_borderline()
2465 if (out_info->finfo->pack_func == NULL) in gst_video_converter_new_with_pool()
2909 frame->info.finfo->pack_func (frame->info.finfo, \
6379 task->dest->info.finfo->pack_func (task->dest->info.finfo, in convert_I420_pack_ARGB_task()
6470 task->dest->info.finfo->pack_func (task->dest->info.finfo, in convert_A420_pack_ARGB_task()
Dvideo-format.c4878 finfo->pack_func (finfo, flags, line, sstride, tdata, tstride, in pack_NV12_TILED()
/third_party/gstreamer/gstplugins_base/tests/check/libs/
Dvideo.c463 vfinfo->pack_func (vfinfo, GST_VIDEO_PACK_FLAG_NONE, unpack_data, in GST_START_TEST()
471 vfinfo->pack_func (vfinfo, GST_VIDEO_PACK_FLAG_NONE, unpack_data, in GST_START_TEST()
2161 (frame)->info.finfo->pack_func ((frame)->info.finfo, \
/third_party/gstreamer/gstplugins_base/gst/videotestsrc/
Dvideotestsrc.c1674 finfo->pack_func (finfo, GST_VIDEO_PACK_FLAG_NONE, in convert_hline_generic()