Home
last modified time | relevance | path

Searched refs:result_buffers (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/freedreno/vulkan/
Dtu_autotune.c302 uint32_t result_buffers = 0; in tu_autotune_on_submit() local
333 result_buffers++; in tu_autotune_on_submit()
339 submission_data->buffers_count = result_buffers; in tu_autotune_on_submit()
/third_party/gstreamer/gstplugins_bad/tests/check/elements/
Dh264parse.c1369 GList *result_buffers = NULL; in check_aud_insertion() local
1416 result_buffers = g_list_append (result_buffers, buf); in check_aud_insertion()
1418 fail_unless_equals_int (g_list_length (result_buffers), in check_aud_insertion()
1421 for (iter = expected_buffers, walk = result_buffers; iter && walk; in check_aud_insertion()
1440 g_list_free_full (result_buffers, (GDestroyNotify) gst_buffer_unref); in check_aud_insertion()