Lines Matching refs:buffer_count
256 unsigned int buffer_count; member
316 unsigned int size = 1 + ilog2(eb->buffer_count); in eb_create()
353 eb->lut_size = -eb->buffer_count; in eb_create()
640 const unsigned int count = eb->buffer_count; in eb_reserve()
724 return eb->buffer_count - 1; in eb_batch_index()
842 for (i = 0; i < eb->buffer_count; i++) { in eb_lookup_vmas()
862 if (i + 1 < eb->buffer_count) { in eb_lookup_vmas()
912 for (i = 0; i < eb->buffer_count; i++) { in eb_lock_vmas()
935 for (i = 0; i < eb->buffer_count; i++) { in eb_validate_vmas()
998 const unsigned int count = eb->buffer_count; in eb_release_vmas()
1561 const unsigned int count = eb->buffer_count; in eb_copy_relocations()
1641 const unsigned int count = eb->buffer_count; in eb_prefault_relocations()
1657 const unsigned int count = eb->buffer_count; in eb_reinit_userptr()
1807 const unsigned int count = eb->buffer_count; in eb_relocate_parse_slow()
1918 const unsigned int count = eb->buffer_count; in eb_move_to_gpu()
2175 eb->batch = &eb->vma[eb->buffer_count++]; in eb_parse()
2184 eb->batch = &eb->vma[eb->buffer_count++]; in eb_parse()
2854 eb.vma = (struct eb_vma *)(exec + args->buffer_count + 1); in i915_gem_do_execbuffer()
2861 eb.buffer_count = args->buffer_count; in i915_gem_do_execbuffer()
3085 const size_t count = args->buffer_count; in i915_gem_execbuffer2_ioctl()
3138 for (i = 0; i < args->buffer_count; i++) { in i915_gem_execbuffer2_ioctl()