HomeSort by relevance Sort by last modified time
    Searched defs:device_handle (Results 1 - 6 of 6) sorted by null

  /external/libdrm/tests/amdgpu/
bo_tests.c 38 static amdgpu_device_handle device_handle; variable
67 &minor_version, &device_handle);
75 r = amdgpu_bo_alloc(device_handle, &req, &buf_handle);
79 r = amdgpu_va_range_alloc(device_handle,
121 r = amdgpu_device_deinitialize(device_handle);
137 r = amdgpu_bo_import(device_handle, type, shared_handle, &res);
cs_tests.c 42 static amdgpu_device_handle device_handle; variable
76 &minor_version, &device_handle);
80 family_id = device_handle->info.family_id;
82 r = amdgpu_cs_ctx_create(device_handle, &context_handle);
86 r = amdgpu_bo_alloc_and_map(device_handle, IB_SIZE, 4096,
115 r = amdgpu_device_deinitialize(device_handle);
135 r = amdgpu_bo_list_create(device_handle, num_resources, resources,
187 r = amdgpu_bo_alloc(device_handle, &req, &buf_handle);
190 r = amdgpu_va_range_alloc(device_handle,
253 r = amdgpu_bo_alloc(device_handle, &req, &buf_handle)
    [all...]
vce_tests.c 64 static amdgpu_device_handle device_handle; variable
95 &minor_version, &device_handle);
99 family_id = device_handle->info.family_id;
101 r = amdgpu_cs_ctx_create(device_handle, &context_handle);
105 r = amdgpu_bo_alloc_and_map(device_handle, IB_SIZE, 4096,
130 r = amdgpu_device_deinitialize(device_handle);
150 r = amdgpu_bo_list_create(device_handle, num_resources, resources,
190 r = amdgpu_bo_alloc(device_handle, &req, &buf_handle);
192 r = amdgpu_va_range_alloc(device_handle,
basic_tests.c 40 static amdgpu_device_handle device_handle; variable
85 &minor_version, &device_handle);
95 int r = amdgpu_device_deinitialize(device_handle);
109 r = amdgpu_query_gpu_info(device_handle, &gpu_info);
112 r = amdgpu_query_firmware_version(device_handle, AMDGPU_INFO_FW_VCE, 0,
125 bo = gpu_mem_alloc(device_handle,
135 bo = gpu_mem_alloc(device_handle,
145 bo = gpu_mem_alloc(device_handle,
154 bo = gpu_mem_alloc(device_handle,
179 r = amdgpu_cs_ctx_create(device_handle, &context_handle)
    [all...]
  /external/e2fsprogs/ext2ed/
main.c 71 FILE *device_handle=NULL; /* This is passed to the fopen / fread ... commands */ variable
  /external/libmtp/src/
libusb-glue.c 1581 usb_dev_handle *device_handle; local
    [all...]

Completed in 103 milliseconds