Home
last modified time | relevance | path

Searched refs:buffer_state (Results 1 – 7 of 7) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/lima/
Dlima_context.c51 struct lima_ctx_buff_state *cbs = ctx->buffer_state + buff; in lima_ctx_buff_va()
63 struct lima_ctx_buff_state *cbs = ctx->buffer_state + buff; in lima_ctx_buff_map()
73 struct lima_ctx_buff_state *cbs = ctx->buffer_state + buff; in lima_ctx_buff_alloc()
144 pipe_resource_reference(&ctx->buffer_state[i].res, NULL); in lima_context_destroy()
Dlima_context.h266 struct lima_ctx_buff_state buffer_state[lima_ctx_buff_num]; member
Dlima_draw.c752 uint32_t size = ctx->buffer_state[lima_ctx_buff_pp_uniform].size; in lima_pack_render_state()
/third_party/gstreamer/gstplugins_good/sys/v4l2/
Dgstv4l2bufferpool.c476 if (g_atomic_int_get (&pool->buffer_state[group->buffer.index])) { in gst_v4l2_buffer_pool_alloc_buffer()
746 g_atomic_int_and (&pool->buffer_state[i], ~BUFFER_STATE_QUEUED); in gst_v4l2_buffer_pool_streamoff()
1208 g_atomic_int_or (&pool->buffer_state[index], BUFFER_STATE_QUEUED); in gst_v4l2_buffer_pool_qbuf()
1269 g_atomic_int_and (&pool->buffer_state[index], ~BUFFER_STATE_QUEUED); in gst_v4l2_buffer_pool_qbuf()
1280 g_atomic_int_and (&pool->buffer_state[index], ~BUFFER_STATE_QUEUED); in gst_v4l2_buffer_pool_qbuf()
1322 g_atomic_int_and (&pool->buffer_state[group->buffer.index], in gst_v4l2_buffer_pool_dqbuf()
1562 g_atomic_int_or (&pool->buffer_state[group->buffer.index], in gst_v4l2_buffer_pool_acquire_buffer()
1705 g_atomic_int_and (&pool->buffer_state[group->buffer.index], in gst_v4l2_buffer_pool_release_buffer()
1766 g_atomic_int_set (&pool->buffer_state[i], BUFFER_STATE_FREE); in gst_v4l2_buffer_pool_init()
2115 if (g_atomic_int_get (&pool->buffer_state[index]) & in gst_v4l2_buffer_pool_process()
[all …]
Dgstv4l2bufferpool.h96 volatile gint buffer_state[VIDEO_MAX_FRAME]; member
/third_party/flutter/skia/third_party/externals/sdl/src/video/haiku/
DSDL_BWin.h168 || ((info->buffer_state & B_BUFFER_RESIZED) in DirectConnected()
169 || (info->buffer_state & B_BUFFER_RESET) in DirectConnected()
173 switch(info->buffer_state & B_DIRECT_MODE_MASK) { in DirectConnected()
/third_party/mesa3d/src/hgl/
DGLView.cpp345 switch (info->buffer_state & B_DIRECT_MODE_MASK) { in DirectConnected()