Home
last modified time | relevance | path

Searched refs:command_size (Results 1 – 6 of 6) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dbmvvideo.c218 int command_size = (type & BMV_PRINT) ? 8 : 10; in decode_frame() local
219 if (c->stream - pkt->data + command_size > pkt->size) { in decode_frame()
223 c->stream += command_size; in decode_frame()
/third_party/libdrm/include/drm/
Dqxl_drm.h86 __u32 command_size; member
Dvmwgfx_drm.h313 __u32 command_size; member
/third_party/mesa3d/src/glx/
Dindirect_vertex_array.c597 size_t command_size; in emit_DrawArrays_header_old() local
616 command_size = arrays->array_info_cache_size + header_size in emit_DrawArrays_header_old()
624 if (command_size > gc->maxSmallRenderCommandSize) { in emit_DrawArrays_header_old()
654 command_size += 4; in emit_DrawArrays_header_old()
657 *(uint32_t *) (pc + 0) = command_size; in emit_DrawArrays_header_old()
669 if ((gc->pc + command_size) >= gc->bufEnd) { in emit_DrawArrays_header_old()
674 *(uint16_t *) (pc + 0) = command_size; in emit_DrawArrays_header_old()
/third_party/mesa3d/src/gallium/winsys/svga/drm/
Dvmwgfx_drm.h329 __u32 command_size; member
Dvmw_screen_ioctl.c555 arg.command_size = size; in vmw_ioctl_command()