HomeSort by relevance Sort by last modified time
    Searched refs:ib_handle (Results 1 - 3 of 3) sorted by null

  /external/libdrm/tests/amdgpu/
cs_tests.c 48 static amdgpu_bo_handle ib_handle; variable
94 ib_handle = ib_result_handle;
106 r = amdgpu_bo_unmap_and_free(ib_handle, ib_va_handle,
211 resources[num_resources++] = ib_handle;
291 resources[num_resources++] = ib_handle;
374 resources[num_resources++] = ib_handle;
vce_tests.c 70 static amdgpu_bo_handle ib_handle; variable
107 &ib_handle, (void**)&ib_cpu,
121 r = amdgpu_bo_unmap_and_free(ib_handle, ib_va_handle,
237 resources[num_resources++] = ib_handle;
420 resources[num_resources++] = ib_handle;
474 resources[num_resources++] = ib_handle;
  /external/mesa3d/src/gallium/drivers/svga/
svga_draw.c 174 struct svga_winsys_surface *ib_handle[QSZ]; local
203 ib_handle[i] = handle;
265 ib_handle[i],

Completed in 218 milliseconds