Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/state_trackers/va/
Dbuffer.c244 VABufferInfo *out_buf_info) in vlVaAcquireBufferHandle() argument
274 if (!out_buf_info) in vlVaAcquireBufferHandle()
277 if (!out_buf_info->mem_type) in vlVaAcquireBufferHandle()
282 if (out_buf_info->mem_type & mem_types[i]) { in vlVaAcquireBufferHandle()
283 mem_type = out_buf_info->mem_type; in vlVaAcquireBufferHandle()
333 *out_buf_info = buf->export_state; in vlVaAcquireBufferHandle()
Dva_private.h395 …tatus vlVaAcquireBufferHandle(VADriverContextP ctx, VABufferID buf_id, VABufferInfo *out_buf_info);