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

  /src/sys/external/bsd/drm2/dist/drm/vmwgfx/
vmwgfx_kms.h 61 * damage clips on display unit @num_hits will be passed to allocate
67 uint32_t num_hits);
94 uint32_t num_hits);
172 * @num_hits: Number of clip rect commands for this display unit.
194 u32 num_hits; member in struct:vmw_kms_dirty
vmwgfx_scrn.c 474 uint32_t num_hits)
477 sizeof(struct vmw_kms_sou_bo_blit) * num_hits;
570 uint32_t num_hits)
573 num_hits;
594 void *cmd, uint32_t num_hits)
603 num_hits;
648 uint32_t num_hits; local in function:vmw_sou_surface_post_clip
658 num_hits = (blit->header.size - sizeof(blit->body))/
680 for (i = 0; i < num_hits; i++) {
1034 size_t region_size = dirty->num_hits * sizeof(SVGASignedRect)
    [all...]
vmwgfx_kms.c 2490 dirty->num_hits = 0;
2810 uint32_t num_hits = 0; local in function:vmw_du_helper_plane_update
2821 num_hits++;
2823 if (num_hits == 0)
2848 reserved_size = update->calc_fifo_size(update, num_hits);
2864 curr_size = update->pre_clip(update, cmd_next, num_hits);

Completed in 145 milliseconds