OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:amdgpu_bo_handle
(Results
1 - 8
of
8
) sorted by null
/external/libdrm/amdgpu/
amdgpu.h
115
typedef struct amdgpu_bo *
amdgpu_bo_handle
;
typedef in typeref:struct:amdgpu_bo
221
amdgpu_bo_handle
buf_handle;
298
amdgpu_bo_handle
handle;
551
amdgpu_bo_handle
*buf_handle);
563
int amdgpu_bo_set_metadata(
amdgpu_bo_handle
buf_handle,
580
int amdgpu_bo_query_info(
amdgpu_bo_handle
buf_handle,
598
int amdgpu_bo_export(
amdgpu_bo_handle
buf_handle,
660
amdgpu_bo_handle
*buf_handle);
680
int amdgpu_bo_free(
amdgpu_bo_handle
buf_handle);
694
int amdgpu_bo_cpu_map(
amdgpu_bo_handle
buf_handle, void **cpu)
[
all
...]
amdgpu_bo.c
56
drm_private void amdgpu_bo_free_internal(
amdgpu_bo_handle
bo)
81
amdgpu_bo_handle
*buf_handle)
124
int amdgpu_bo_set_metadata(
amdgpu_bo_handle
bo,
147
int amdgpu_bo_query_info(
amdgpu_bo_handle
bo,
198
static void amdgpu_add_handle_to_table(
amdgpu_bo_handle
bo)
206
static int amdgpu_bo_export_flink(
amdgpu_bo_handle
bo)
254
int amdgpu_bo_export(
amdgpu_bo_handle
bo,
420
int amdgpu_bo_free(
amdgpu_bo_handle
buf_handle)
427
int amdgpu_bo_cpu_map(
amdgpu_bo_handle
bo, void **cpu)
475
int amdgpu_bo_cpu_unmap(
amdgpu_bo_handle
bo
[
all
...]
amdgpu_internal.h
122
drm_private void amdgpu_bo_free_internal(
amdgpu_bo_handle
bo);
/external/libdrm/tests/amdgpu/
amdgpu_test.h
107
static inline
amdgpu_bo_handle
gpu_mem_alloc(
117
amdgpu_bo_handle
buf_handle;
142
static inline int gpu_mem_free(
amdgpu_bo_handle
bo,
164
amdgpu_bo_handle
*bo, void **cpu, uint64_t *mc_address,
168
amdgpu_bo_handle
buf_handle;
215
amdgpu_bo_unmap_and_free(
amdgpu_bo_handle
bo, amdgpu_va_handle va_handle,
228
amdgpu_get_bo_list(amdgpu_device_handle dev,
amdgpu_bo_handle
bo1,
229
amdgpu_bo_handle
bo2, amdgpu_bo_list_handle *list)
231
amdgpu_bo_handle
resources[] = {bo1, bo2};
cs_tests.c
48
static
amdgpu_bo_handle
ib_handle;
53
static
amdgpu_bo_handle
resources[MAX_RESOURCES];
69
amdgpu_bo_handle
ib_result_handle;
178
amdgpu_bo_handle
buf_handle;
236
amdgpu_bo_handle
buf_handle;
340
amdgpu_bo_handle
buf_handle;
basic_tests.c
119
amdgpu_bo_handle
bo;
167
amdgpu_bo_handle
ib_result_handle, ib_result_ce_handle;
255
amdgpu_bo_handle
ib_result_handle;
339
amdgpu_bo_handle
ib_result_handle;
414
int res_cnt,
amdgpu_bo_handle
*resources,
421
amdgpu_bo_handle
ib_result_handle;
425
amdgpu_bo_handle
*all_res = alloca(sizeof(resources[0]) * (res_cnt + 1));
493
amdgpu_bo_handle
bo;
494
amdgpu_bo_handle
*resources;
517
resources = calloc(1, sizeof(
amdgpu_bo_handle
));
[
all
...]
bo_tests.c
42
static
amdgpu_bo_handle
buffer_handle;
62
amdgpu_bo_handle
buf_handle;
vce_tests.c
46
amdgpu_bo_handle
handle;
70
static
amdgpu_bo_handle
ib_handle;
76
static
amdgpu_bo_handle
resources[MAX_RESOURCES];
183
amdgpu_bo_handle
buf_handle;
Completed in 66 milliseconds