Searched refs:was_writable (Results 1 – 2 of 2) sorted by relevance
/third_party/gstreamer/gstreamer/gst/ |
D | gstbufferlist.c | 260 gboolean was_writable; in gst_buffer_list_foreach() local 272 was_writable = list_was_writable && gst_buffer_is_writable (buf); in gst_buffer_list_foreach() 274 if (was_writable) in gst_buffer_list_foreach() 300 gst_buffer_list_remove_range_internal (list, i, 1, !was_writable); in gst_buffer_list_foreach() 303 if (!was_writable) { in gst_buffer_list_foreach() 314 if (was_writable) in gst_buffer_list_foreach()
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
D | zink_context.c | 1405 bool was_writable = old_writable_mask & BITFIELD64_BIT(start_slot + i); in zink_set_shader_buffers() local 1409 unbind_ssbo(ctx, res, p_stage, i, was_writable); in zink_set_shader_buffers() 1441 unbind_ssbo(ctx, res, p_stage, i, was_writable); in zink_set_shader_buffers()
|