Routines specific to the Halide Vulkan runtime.
More...
Go to the source code of this file.
|
const struct halide_device_interface_t * | halide_vulkan_device_interface () |
|
int | halide_vulkan_initialize_kernels (void *user_context, void **state_ptr, const char *src, int size) |
| These are forward declared here to allow clients to override the Halide Vulkan runtime.
|
|
int | halide_vulkan_run (void *user_context, void *state_ptr, const char *entry_name, int blocksX, int blocksY, int blocksZ, int threadsX, int threadsY, int threadsZ, int shared_mem_bytes, size_t arg_sizes[], void *args[], int8_t arg_is_buffer[]) |
|
void | halide_vulkan_finalize_kernels (void *user_context, void *state_ptr) |
|
int | halide_vulkan_acquire_context (void *user_context, struct halide_vulkan_memory_allocator **allocator, struct VkInstance_T **instance, struct VkDevice_T **device, struct VkPhysicalDevice_T **physical_device, uint64_t *command_pool, struct VkQueue_T **queue, uint32_t *queue_family_index, bool create=true) |
|
int | halide_vulkan_release_context (void *user_context, struct VkInstance_T *instance, struct VkDevice_T *device, struct VkQueue_T *queue) |
|
void | halide_vulkan_set_allocation_callbacks (const struct VkAllocationCallbacks *callbacks) |
|
const struct VkAllocationCallbacks * | halide_vulkan_get_allocation_callbacks (void *user_context) |
|
void | halide_vulkan_set_layer_names (const char *n) |
|
const char * | halide_vulkan_get_layer_names (void *user_context) |
|
void | halide_vulkan_set_extension_names (const char *n) |
|
const char * | halide_vulkan_get_extension_names (void *user_context) |
|
void | halide_vulkan_set_device_type (const char *n) |
|
const char * | halide_vulkan_get_device_type (void *user_context) |
|
void | halide_vulkan_set_build_options (const char *n) |
|
const char * | halide_vulkan_get_build_options (void *user_context) |
|
Routines specific to the Halide Vulkan runtime.
Definition in file HalideRuntimeVulkan.h.
◆ HALIDE_RUNTIME_VULKAN
#define HALIDE_RUNTIME_VULKAN |
◆ halide_vulkan_device_interface()
◆ halide_vulkan_initialize_kernels()
int halide_vulkan_initialize_kernels |
( |
void * | user_context, |
|
|
void ** | state_ptr, |
|
|
const char * | src, |
|
|
int | size ) |
|
extern |
These are forward declared here to allow clients to override the Halide Vulkan runtime.
Do not call them.
◆ halide_vulkan_run()
int halide_vulkan_run |
( |
void * | user_context, |
|
|
void * | state_ptr, |
|
|
const char * | entry_name, |
|
|
int | blocksX, |
|
|
int | blocksY, |
|
|
int | blocksZ, |
|
|
int | threadsX, |
|
|
int | threadsY, |
|
|
int | threadsZ, |
|
|
int | shared_mem_bytes, |
|
|
size_t | arg_sizes[], |
|
|
void * | args[], |
|
|
int8_t | arg_is_buffer[] ) |
|
extern |
◆ halide_vulkan_finalize_kernels()
void halide_vulkan_finalize_kernels |
( |
void * | user_context, |
|
|
void * | state_ptr ) |
|
extern |
◆ halide_vulkan_acquire_context()
int halide_vulkan_acquire_context |
( |
void * | user_context, |
|
|
struct halide_vulkan_memory_allocator ** | allocator, |
|
|
struct VkInstance_T ** | instance, |
|
|
struct VkDevice_T ** | device, |
|
|
struct VkPhysicalDevice_T ** | physical_device, |
|
|
uint64_t * | command_pool, |
|
|
struct VkQueue_T ** | queue, |
|
|
uint32_t * | queue_family_index, |
|
|
bool | create = true ) |
|
extern |
◆ halide_vulkan_release_context()
int halide_vulkan_release_context |
( |
void * | user_context, |
|
|
struct VkInstance_T * | instance, |
|
|
struct VkDevice_T * | device, |
|
|
struct VkQueue_T * | queue ) |
|
extern |
◆ halide_vulkan_set_allocation_callbacks()
◆ halide_vulkan_get_allocation_callbacks()
◆ halide_vulkan_set_layer_names()
void halide_vulkan_set_layer_names |
( |
const char * | n | ) |
|
|
extern |
◆ halide_vulkan_get_layer_names()
const char * halide_vulkan_get_layer_names |
( |
void * | user_context | ) |
|
|
extern |
◆ halide_vulkan_set_extension_names()
void halide_vulkan_set_extension_names |
( |
const char * | n | ) |
|
|
extern |
◆ halide_vulkan_get_extension_names()
const char * halide_vulkan_get_extension_names |
( |
void * | user_context | ) |
|
|
extern |
◆ halide_vulkan_set_device_type()
void halide_vulkan_set_device_type |
( |
const char * | n | ) |
|
|
extern |
◆ halide_vulkan_get_device_type()
const char * halide_vulkan_get_device_type |
( |
void * | user_context | ) |
|
|
extern |
◆ halide_vulkan_set_build_options()
void halide_vulkan_set_build_options |
( |
const char * | n | ) |
|
|
extern |
◆ halide_vulkan_get_build_options()
const char * halide_vulkan_get_build_options |
( |
void * | user_context | ) |
|
|
extern |