Go to the source code of this file.
◆ halide_hexagon_allocate_dma_resource()
| WEAK void * halide_hexagon_allocate_dma_resource |
( |
void * |
user_context | ) |
|
◆ halide_hexagon_allocate_from_dma_pool()
| WEAK void * halide_hexagon_allocate_from_dma_pool |
( |
void * |
user_context, |
|
|
void * |
virtual_engine_id |
|
) |
| |
◆ halide_hexagon_free_to_dma_pool()
| WEAK int halide_hexagon_free_to_dma_pool |
( |
void * |
user_context, |
|
|
void * |
dma_engine, |
|
|
void * |
virtual_engine_id |
|
) |
| |
◆ halide_hexagon_free_dma_resource()
| WEAK int halide_hexagon_free_dma_resource |
( |
void * |
user_context, |
|
|
void * |
virtual_engine_id |
|
) |
| |
◆ halide_locked_cache_malloc()
| WEAK void * halide_locked_cache_malloc |
( |
void * |
user_context, |
|
|
size_t |
size |
|
) |
| |
◆ halide_locked_cache_free()
| WEAK void halide_locked_cache_free |
( |
void * |
user_context, |
|
|
void * |
ptr |
|
) |
| |
◆ halide_hexagon_allocate_l2_pool()
| WEAK int halide_hexagon_allocate_l2_pool |
( |
void * |
user_context | ) |
|
◆ halide_hexagon_free_l2_pool()
| WEAK int halide_hexagon_free_l2_pool |
( |
void * |
user_context | ) |
|