HomeSort by: relevance | last modified time | path
    Searched defs:seen_entries (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/vmwgfx/
vmwgfx_cotable.c 50 * @seen_entries: Seen entries in command stream for this cotable.
59 int seen_entries; member in struct:vmw_cotable
518 needed_size = (vcotbl->seen_entries + 1) * co_info[vcotbl->type].size;
613 vcotbl->seen_entries = -1;
644 if (vcotbl->seen_entries < id) {
647 vcotbl->seen_entries = id;
vmwgfx_cotable.c 50 * @seen_entries: Seen entries in command stream for this cotable.
59 int seen_entries; member in struct:vmw_cotable
518 needed_size = (vcotbl->seen_entries + 1) * co_info[vcotbl->type].size;
613 vcotbl->seen_entries = -1;
644 if (vcotbl->seen_entries < id) {
647 vcotbl->seen_entries = id;
vmwgfx_cotable.c 50 * @seen_entries: Seen entries in command stream for this cotable.
59 int seen_entries; member in struct:vmw_cotable
518 needed_size = (vcotbl->seen_entries + 1) * co_info[vcotbl->type].size;
613 vcotbl->seen_entries = -1;
644 if (vcotbl->seen_entries < id) {
647 vcotbl->seen_entries = id;

Completed in 40 milliseconds