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

  /src/sys/external/bsd/drm2/dist/drm/i915/gem/
i915_gem_execbuffer.c 2912 struct drm_i915_gem_exec_object2 *exec2_list = NULL; local in function:i915_gem_execbuffer_ioctl
2940 exec2_list = kvmalloc_array(count + 1, eb_element_size(),
2942 if (exec_list == NULL || exec2_list == NULL) {
2946 kvfree(exec2_list);
2956 kvfree(exec2_list);
2961 exec2_list[i].handle = exec_list[i].handle;
2962 exec2_list[i].relocation_count = exec_list[i].relocation_count;
2963 exec2_list[i].relocs_ptr = exec_list[i].relocs_ptr;
2964 exec2_list[i].alignment = exec_list[i].alignment;
2965 exec2_list[i].offset = exec_list[i].offset
3002 struct drm_i915_gem_exec_object2 *exec2_list; local in function:i915_gem_execbuffer2_ioctl
    [all...]
i915_gem_execbuffer.c 2912 struct drm_i915_gem_exec_object2 *exec2_list = NULL; local in function:i915_gem_execbuffer_ioctl
2940 exec2_list = kvmalloc_array(count + 1, eb_element_size(),
2942 if (exec_list == NULL || exec2_list == NULL) {
2946 kvfree(exec2_list);
2956 kvfree(exec2_list);
2961 exec2_list[i].handle = exec_list[i].handle;
2962 exec2_list[i].relocation_count = exec_list[i].relocation_count;
2963 exec2_list[i].relocs_ptr = exec_list[i].relocs_ptr;
2964 exec2_list[i].alignment = exec_list[i].alignment;
2965 exec2_list[i].offset = exec_list[i].offset
3002 struct drm_i915_gem_exec_object2 *exec2_list; local in function:i915_gem_execbuffer2_ioctl
    [all...]

Completed in 28 milliseconds