OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:dispatch_key
(Results
1 - 11
of
11
) sorted by null
/external/vulkan-validation-layers/layers/
vk_layer_table.h
39
typedef void *
dispatch_key
;
typedef
41
static inline
dispatch_key
get_dispatch_key(const void *object) { return (
dispatch_key
) * (VkLayerDispatchTable **)object; }
54
void destroy_device_dispatch_table(
dispatch_key
key);
55
void destroy_instance_dispatch_table(
dispatch_key
key);
56
void destroy_dispatch_table(device_table_map &map,
dispatch_key
key);
57
void destroy_dispatch_table(instance_table_map &map,
dispatch_key
key);
vk_layer_table.cpp
39
dispatch_key
key = get_dispatch_key(object);
46
dispatch_key
key = get_dispatch_key(object);
60
void destroy_dispatch_table(device_table_map &map,
dispatch_key
key) {
73
void destroy_dispatch_table(instance_table_map &map,
dispatch_key
key) {
86
void destroy_device_dispatch_table(
dispatch_key
key) { destroy_dispatch_table(tableMap, key); }
88
void destroy_instance_dispatch_table(
dispatch_key
key) { destroy_dispatch_table(tableInstanceMap, key); }
91
dispatch_key
key = get_dispatch_key(object);
107
dispatch_key
key = get_dispatch_key(object);
148
dispatch_key
key = get_dispatch_key(instance);
175
dispatch_key
key = get_dispatch_key(device)
[
all
...]
threading.cpp
88
dispatch_key
key = get_dispatch_key(instance);
145
dispatch_key
key = get_dispatch_key(device);
181
dispatch_key
key = get_dispatch_key(physicalDevice);
300
dispatch_key
key = get_dispatch_key(device);
325
dispatch_key
key = get_dispatch_key(device);
device_limits.cpp
112
dispatch_key
key = get_dispatch_key(physicalDevice);
167
dispatch_key
key = get_dispatch_key(instance);
465
dispatch_key
key = get_dispatch_key(device);
[
all
...]
image.cpp
144
dispatch_key
key = get_dispatch_key(instance);
199
dispatch_key
key = get_dispatch_key(device);
227
dispatch_key
key = get_dispatch_key(physicalDevice);
[
all
...]
object_tracker.h
198
dispatch_key
key = get_dispatch_key(object);
204
dispatch_key
key = get_dispatch_key(object);
[
all
...]
swapchain.cpp
57
dispatch_key
key = get_dispatch_key(physicalDevice);
298
dispatch_key
key = get_dispatch_key(instance);
[
all
...]
parameter_validation.cpp
74
dispatch_key
key = get_dispatch_key(object);
86
dispatch_key
key = get_dispatch_key(object);
[
all
...]
core_validation.cpp
[
all
...]
/external/vulkan-validation-layers/
vk-layer-generate.py
[
all
...]
generator.py
[
all
...]
Completed in 370 milliseconds