Searched refs:num_cliprects (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/sys/dev/drm2/i915/
H A Di915_ioc32.c52 int num_cliprects; /* mulitpass with multiple cliprects? */ member in struct:_drm_i915_batchbuffer32
65 batchbuffer.num_cliprects = batchbuffer32->num_cliprects;
76 int num_cliprects; /* mulitpass with multiple cliprects? */ member in struct:_drm_i915_cmdbuffer32
88 cmdbuffer.num_cliprects = cmdbuffer32->num_cliprects;
H A Di915_gem_execbuffer.c949 if (args->num_cliprects != 0) {
962 if (args->num_cliprects > UINT_MAX / sizeof(*cliprects)) {
964 args->num_cliprects);
969 cliprects = malloc(args->num_cliprects * sizeof(*cliprects),
979 sizeof(*cliprects)*args->num_cliprects)) {
1101 for (i = 0; i < args->num_cliprects; i++) {
1213 exec2.num_cliprects = args->num_cliprects;
H A Di915_dma.c443 int nbox = cmd->num_cliprects;
477 int nbox = batch->num_cliprects;
631 batch->start, batch->used, batch->num_cliprects);
635 if (batch->num_cliprects < 0)
638 if (batch->num_cliprects) {
639 cliprects = malloc(batch->num_cliprects *
646 batch->num_cliprects *
680 cmdbuf->buf, cmdbuf->sz, cmdbuf->num_cliprects);
687 if (cmdbuf->num_cliprects < 0)
700 if (cmdbuf->num_cliprects) {
[all...]
H A Di915_drm.h262 int num_cliprects; /* mulitpass with multiple cliprects? */ member in struct:drm_i915_batchbuffer
274 int num_cliprects; /* mulitpass with multiple cliprects? */ member in struct:_drm_i915_cmdbuffer
604 __u32 num_cliprects; member in struct:drm_i915_gem_execbuffer
652 __u32 num_cliprects; member in struct:drm_i915_gem_execbuffer2
/freebsd-11-stable/sys/dev/drm/
H A Di915_dma.c458 int nbox = cmd->num_cliprects;
492 int nbox = batch->num_cliprects;
628 batch->start, batch->used, batch->num_cliprects);
633 cliplen = batch->num_cliprects * sizeof(struct drm_clip_rect);
634 if (batch->num_cliprects && DRM_VERIFYAREA_READ(batch->cliprects,
639 if (batch->num_cliprects) {
650 if (batch->num_cliprects)
672 cmdbuf->buf, cmdbuf->sz, cmdbuf->num_cliprects);
677 cliplen = cmdbuf->num_cliprects * sizeof(struct drm_clip_rect);
678 if (cmdbuf->num_cliprects
[all...]
H A Di915_drm.h254 int num_cliprects; /* mulitpass with multiple cliprects? */ member in struct:drm_i915_batchbuffer
266 int num_cliprects; /* mulitpass with multiple cliprects? */ member in struct:_drm_i915_cmdbuffer
632 uint32_t num_cliprects; member in struct:drm_i915_gem_execbuffer

Completed in 326 milliseconds