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

/solaris-x11-s11/open-src/kernel/i915/src/
H A Di915_io32.c44 dest64->num_cliprects = dest32.num_cliprects;
89 dest64->num_cliprects = dest32.num_cliprects;
H A Di915_drm.h273 int num_cliprects; /* mulitpass with multiple cliprects? */ member in struct:drm_i915_batchbuffer
282 int num_cliprects; /* mulitpass with multiple cliprects? */ member in struct:drm_i915_batchbuffer32
294 int num_cliprects; /* mulitpass with multiple cliprects? */ member in struct:_drm_i915_cmdbuffer
303 int num_cliprects; /* mulitpass with multiple cliprects? */ member in struct:drm_i915_cmdbuffer32
651 __u32 num_cliprects; member in struct:drm_i915_gem_execbuffer
702 __u32 num_cliprects; member in struct:drm_i915_gem_execbuffer2
H A Di915_gem_execbuffer.c850 if (args->num_cliprects != 0) {
861 if (args->num_cliprects > UINT_MAX / sizeof(*cliprects)) {
863 args->num_cliprects);
867 cliprects = kcalloc(args->num_cliprects, sizeof(*cliprects),
877 sizeof(*cliprects) * args->num_cliprects)) {
1011 for (i = 0; i < args->num_cliprects; i++) {
1051 drm_free(cliprects, args->num_cliprects * sizeof(*cliprects),
1116 exec2.num_cliprects = args->num_cliprects;
H A Di915_dma.c452 int nbox = cmd->num_cliprects;
486 int nbox = batch->num_cliprects;
640 batch->start, batch->used, batch->num_cliprects);
644 if (batch->num_cliprects < 0)
647 if (batch->num_cliprects) {
648 cliprects = kcalloc(batch->num_cliprects,
655 batch->num_cliprects *
671 kfree(cliprects, batch->num_cliprects * sizeof(struct drm_clip_rect));
689 (void *)cmdbuf->buf, cmdbuf->sz, cmdbuf->num_cliprects);
696 if (cmdbuf->num_cliprects <
[all...]

Completed in 24 milliseconds