Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/frontends/va/
Dbuffer.c248 VABufferInfo *out_buf_info) in vlVaAcquireBufferHandle() argument
278 if (!out_buf_info) in vlVaAcquireBufferHandle()
281 if (!out_buf_info->mem_type) in vlVaAcquireBufferHandle()
286 if (out_buf_info->mem_type & mem_types[i]) { in vlVaAcquireBufferHandle()
287 mem_type = out_buf_info->mem_type; in vlVaAcquireBufferHandle()
337 *out_buf_info = buf->export_state; in vlVaAcquireBufferHandle()
Dva_private.h417 …tatus vlVaAcquireBufferHandle(VADriverContextP ctx, VABufferID buf_id, VABufferInfo *out_buf_info);