Halide 19.0.0
Halide compiler and libraries
|
#include "vulkan_internal.h"
Go to the source code of this file.
Namespaces | |
namespace | Halide |
This file defines the class FunctionDAG, which is our representation of a Halide pipeline, and contains methods to using Halide's bounds tools to query properties of it. | |
namespace | Halide::Runtime |
namespace | Halide::Runtime::Internal |
namespace | Halide::Runtime::Internal::Vulkan |
Functions | |
WEAK void | halide_vulkan_set_layer_names (const char *n) |
WEAK const char * | halide_vulkan_get_layer_names (void *user_context) |
WEAK void | halide_vulkan_set_extension_names (const char *n) |
WEAK const char * | halide_vulkan_get_extension_names (void *user_context) |
WEAK void | halide_vulkan_set_device_type (const char *n) |
WEAK const char * | halide_vulkan_get_device_type (void *user_context) |
WEAK void | halide_vulkan_set_build_options (const char *n) |
WEAK const char * | halide_vulkan_get_build_options (void *user_context) |
WEAK void | halide_vulkan_set_alloc_config (const char *n) |
WEAK const char * | halide_vulkan_get_alloc_config (void *user_context) |
WEAK void halide_vulkan_set_layer_names | ( | const char * | n | ) |
Definition at line 276 of file vulkan_extensions.h.
References Halide::Runtime::Internal::Vulkan::layer_names_lock.
WEAK const char * halide_vulkan_get_layer_names | ( | void * | user_context | ) |
Definition at line 281 of file vulkan_extensions.h.
References Halide::Runtime::Internal::Vulkan::layer_names_lock.
WEAK void halide_vulkan_set_extension_names | ( | const char * | n | ) |
Definition at line 286 of file vulkan_extensions.h.
References Halide::Runtime::Internal::Vulkan::extension_names_lock.
WEAK const char * halide_vulkan_get_extension_names | ( | void * | user_context | ) |
Definition at line 291 of file vulkan_extensions.h.
References Halide::Runtime::Internal::Vulkan::extension_names_lock.
WEAK void halide_vulkan_set_device_type | ( | const char * | n | ) |
Definition at line 296 of file vulkan_extensions.h.
References Halide::Runtime::Internal::Vulkan::device_type_lock.
WEAK const char * halide_vulkan_get_device_type | ( | void * | user_context | ) |
Definition at line 301 of file vulkan_extensions.h.
References Halide::Runtime::Internal::Vulkan::device_type_lock.
WEAK void halide_vulkan_set_build_options | ( | const char * | n | ) |
Definition at line 306 of file vulkan_extensions.h.
References Halide::Runtime::Internal::Vulkan::build_options_lock.
WEAK const char * halide_vulkan_get_build_options | ( | void * | user_context | ) |
Definition at line 311 of file vulkan_extensions.h.
References Halide::Runtime::Internal::Vulkan::build_options_lock.
WEAK void halide_vulkan_set_alloc_config | ( | const char * | n | ) |
Definition at line 316 of file vulkan_extensions.h.
References Halide::Runtime::Internal::Vulkan::alloc_config_lock.
WEAK const char * halide_vulkan_get_alloc_config | ( | void * | user_context | ) |
Definition at line 321 of file vulkan_extensions.h.
References Halide::Runtime::Internal::Vulkan::alloc_config_lock.