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

  /external/libdrm/amdgpu/
amdgpu.h 123 typedef struct amdgpu_bo *amdgpu_bo_handle; typedef in typeref:struct:amdgpu_bo
234 amdgpu_bo_handle buf_handle;
311 amdgpu_bo_handle handle;
564 amdgpu_bo_handle *buf_handle);
576 int amdgpu_bo_set_metadata(amdgpu_bo_handle buf_handle,
593 int amdgpu_bo_query_info(amdgpu_bo_handle buf_handle,
611 int amdgpu_bo_export(amdgpu_bo_handle buf_handle,
673 amdgpu_bo_handle *buf_handle);
693 int amdgpu_bo_free(amdgpu_bo_handle buf_handle);
707 int amdgpu_bo_cpu_map(amdgpu_bo_handle buf_handle, void **cpu)
    [all...]
amdgpu_bo.c 54 amdgpu_bo_handle *buf_handle)
97 int amdgpu_bo_set_metadata(amdgpu_bo_handle bo,
120 int amdgpu_bo_query_info(amdgpu_bo_handle bo,
171 static void amdgpu_add_handle_to_table(amdgpu_bo_handle bo)
179 static int amdgpu_bo_export_flink(amdgpu_bo_handle bo)
227 int amdgpu_bo_export(amdgpu_bo_handle bo,
394 int amdgpu_bo_free(amdgpu_bo_handle buf_handle)
428 int amdgpu_bo_cpu_map(amdgpu_bo_handle bo, void **cpu)
476 int amdgpu_bo_cpu_unmap(amdgpu_bo_handle bo)
510 int amdgpu_bo_wait_for_idle(amdgpu_bo_handle bo
    [all...]
  /external/libdrm/tests/amdgpu/
amdgpu_test.h 200 static inline amdgpu_bo_handle gpu_mem_alloc(
210 amdgpu_bo_handle buf_handle;
235 static inline int gpu_mem_free(amdgpu_bo_handle bo,
257 amdgpu_bo_handle *bo)
260 amdgpu_bo_handle buf_handle;
280 amdgpu_bo_handle *bo, void **cpu, uint64_t *mc_address,
284 amdgpu_bo_handle buf_handle;
331 amdgpu_bo_unmap_and_free(amdgpu_bo_handle bo, amdgpu_va_handle va_handle,
344 amdgpu_get_bo_list(amdgpu_device_handle dev, amdgpu_bo_handle bo1,
345 amdgpu_bo_handle bo2, amdgpu_bo_list_handle *list
    [all...]
bo_tests.c 38 static amdgpu_bo_handle buffer_handle;
60 amdgpu_bo_handle buf_handle;
199 amdgpu_bo_handle bo;
246 amdgpu_bo_handle bo;
249 amdgpu_bo_handle buf_handle;
basic_tests.c 58 int res_cnt, amdgpu_bo_handle *resources,
341 amdgpu_bo_handle ib_result_handle, ib_result_ce_handle;
432 amdgpu_bo_handle ib_result_handle;
528 amdgpu_bo_handle bo1, bo2, vram_max[2], gtt_max[2];
529 amdgpu_bo_handle *resources;
553 resources = calloc(4, sizeof(amdgpu_bo_handle));
691 amdgpu_bo_handle ib_result_handle[2];
830 amdgpu_bo_handle ib_result_handle;
938 int res_cnt, amdgpu_bo_handle *resources,
945 amdgpu_bo_handle ib_result_handle
    [all...]
cs_tests.c 46 static amdgpu_bo_handle ib_handle;
51 static amdgpu_bo_handle resources[MAX_RESOURCES];
87 amdgpu_bo_handle ib_result_handle;
205 amdgpu_bo_handle buf_handle;
275 amdgpu_bo_handle buf_handle;
415 amdgpu_bo_handle buf_handle;
vcn_tests.c 40 amdgpu_bo_handle handle;
53 static amdgpu_bo_handle ib_handle;
58 static amdgpu_bo_handle resources[MAX_RESOURCES];
194 amdgpu_bo_handle buf_handle;
vm_tests.c 93 amdgpu_bo_handle ib_result_handle;
deadlock_tests.c 168 amdgpu_bo_handle ib_result_handle;
uvd_enc_tests.c 41 amdgpu_bo_handle handle;
64 static amdgpu_bo_handle ib_handle;
70 static amdgpu_bo_handle resources[MAX_RESOURCES];
200 amdgpu_bo_handle buf_handle;
vce_tests.c 42 amdgpu_bo_handle handle;
67 static amdgpu_bo_handle ib_handle;
73 static amdgpu_bo_handle resources[MAX_RESOURCES];
208 amdgpu_bo_handle buf_handle;
  /external/mesa3d/src/amd/vulkan/winsys/amdgpu/
radv_amdgpu_bo.h 53 amdgpu_bo_handle bo;
radv_amdgpu_cs.c 51 amdgpu_bo_handle *handles;
428 amdgpu_bo_handle bo)
450 amdgpu_bo_handle bo,
463 cs->handles = realloc(cs->handles, new_count * sizeof(amdgpu_bo_handle));
583 amdgpu_bo_handle *handles;
630 amdgpu_bo_handle *handles = malloc(sizeof(amdgpu_bo_handle) * total_buffer_count);
655 memcpy(handles, cs->handles, cs->num_buffers * sizeof(amdgpu_bo_handle));
    [all...]
radv_amdgpu_bo.c 44 amdgpu_bo_handle bo,
297 amdgpu_bo_handle buf_handle;
  /external/mesa3d/src/gallium/winsys/amdgpu/drm/
amdgpu_bo.h 92 amdgpu_bo_handle bo; /* NULL for slab entries and sparse buffers */
amdgpu_cs.h 38 amdgpu_bo_handle user_fence_bo;
85 amdgpu_bo_handle *handles;
amdgpu_bo.c 382 amdgpu_bo_handle buf_handle;
    [all...]
amdgpu_cs.c 265 amdgpu_bo_handle buf_handle;
    [all...]

Completed in 157 milliseconds