HomeSort by relevance Sort by last modified time
    Searched refs:dispatch_key (Results 1 - 25 of 30) sorted by null

1 2

  /external/vulkan-validation-layers/layers/
vk_layer_table.h 33 typedef void *dispatch_key; typedef
35 static inline dispatch_key get_dispatch_key(const void *object) { return (dispatch_key) * (VkLayerDispatchTable **)object; }
48 void destroy_device_dispatch_table(dispatch_key key);
49 void destroy_instance_dispatch_table(dispatch_key key);
50 void destroy_dispatch_table(device_table_map &map, dispatch_key key);
51 void destroy_dispatch_table(instance_table_map &map, dispatch_key key);
vk_layer_table.cpp 32 dispatch_key key = get_dispatch_key(object);
39 dispatch_key key = get_dispatch_key(object);
53 void destroy_dispatch_table(device_table_map &map, dispatch_key key) {
66 void destroy_dispatch_table(instance_table_map &map, dispatch_key key) {
79 void destroy_device_dispatch_table(dispatch_key key) { destroy_dispatch_table(tableMap, key); }
81 void destroy_instance_dispatch_table(dispatch_key key) { destroy_dispatch_table(tableInstanceMap, key); }
84 dispatch_key key = get_dispatch_key(object);
99 dispatch_key key = get_dispatch_key(object);
140 dispatch_key key = get_dispatch_key(instance);
167 dispatch_key key = get_dispatch_key(device)
    [all...]
threading.cpp 84 dispatch_key key = get_dispatch_key(instance);
161 dispatch_key key = get_dispatch_key(device);
220 dispatch_key key = get_dispatch_key(physicalDevice);
335 dispatch_key key = get_dispatch_key(device);
366 dispatch_key key = get_dispatch_key(device);
unique_objects.cpp 192 dispatch_key key = get_dispatch_key(instance);
246 dispatch_key key = get_dispatch_key(device);
291 dispatch_key key = get_dispatch_key(physicalDevice);
    [all...]
image.cpp 148 dispatch_key key = get_dispatch_key(instance);
203 dispatch_key key = get_dispatch_key(device);
    [all...]
swapchain.cpp 241 dispatch_key key = get_dispatch_key(instance);
    [all...]
parameter_validation.cpp 90 dispatch_key key = get_dispatch_key(object);
102 dispatch_key key = get_dispatch_key(object);
    [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/layers/
vk_layer_table.h 33 typedef void *dispatch_key; typedef
35 static inline dispatch_key get_dispatch_key(const void *object) { return (dispatch_key) * (VkLayerDispatchTable **)object; }
48 void destroy_device_dispatch_table(dispatch_key key);
49 void destroy_instance_dispatch_table(dispatch_key key);
50 void destroy_dispatch_table(device_table_map &map, dispatch_key key);
51 void destroy_dispatch_table(instance_table_map &map, dispatch_key key);
vk_layer_table.cpp 32 dispatch_key key = get_dispatch_key(object);
39 dispatch_key key = get_dispatch_key(object);
53 void destroy_dispatch_table(device_table_map &map, dispatch_key key) {
66 void destroy_dispatch_table(instance_table_map &map, dispatch_key key) {
79 void destroy_device_dispatch_table(dispatch_key key) { destroy_dispatch_table(tableMap, key); }
81 void destroy_instance_dispatch_table(dispatch_key key) { destroy_dispatch_table(tableInstanceMap, key); }
84 dispatch_key key = get_dispatch_key(object);
100 dispatch_key key = get_dispatch_key(object);
141 dispatch_key key = get_dispatch_key(instance);
168 dispatch_key key = get_dispatch_key(device)
    [all...]
threading.cpp 84 dispatch_key key = get_dispatch_key(instance);
154 dispatch_key key = get_dispatch_key(device);
188 dispatch_key key = get_dispatch_key(physicalDevice);
288 dispatch_key key = get_dispatch_key(device);
312 dispatch_key key = get_dispatch_key(device);
unique_objects.h 177 dispatch_key key = get_dispatch_key(instance);
232 dispatch_key key = get_dispatch_key(device);
device_limits.cpp 137 dispatch_key key = get_dispatch_key(instance);
436 dispatch_key key = get_dispatch_key(device);
    [all...]
image.cpp 147 dispatch_key key = get_dispatch_key(instance);
202 dispatch_key key = get_dispatch_key(device);
    [all...]
swapchain.cpp 269 dispatch_key key = get_dispatch_key(instance);
    [all...]
object_tracker.h 195 dispatch_key key = get_dispatch_key(object);
201 dispatch_key key = get_dispatch_key(object);
    [all...]
parameter_validation.cpp 80 dispatch_key key = get_dispatch_key(object);
92 dispatch_key key = get_dispatch_key(object);
    [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/common/
vk_layer_table.cpp 32 dispatch_key key = get_dispatch_key(object);
39 dispatch_key key = get_dispatch_key(object);
53 void destroy_dispatch_table(device_table_map &map, dispatch_key key) {
66 void destroy_dispatch_table(instance_table_map &map, dispatch_key key) {
79 void destroy_device_dispatch_table(dispatch_key key) { destroy_dispatch_table(tableMap, key); }
81 void destroy_instance_dispatch_table(dispatch_key key) { destroy_dispatch_table(tableInstanceMap, key); }
84 dispatch_key key = get_dispatch_key(object);
100 dispatch_key key = get_dispatch_key(object);
141 dispatch_key key = get_dispatch_key(instance);
168 dispatch_key key = get_dispatch_key(device)
    [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/include/
thread_check.h 45 dispatch_key key = get_dispatch_key(instance);
85 dispatch_key key = get_dispatch_key(device);
101 dispatch_key key = get_dispatch_key(queue);
132 dispatch_key key = get_dispatch_key(queue);
147 dispatch_key key = get_dispatch_key(device);
167 dispatch_key key = get_dispatch_key(device);
184 dispatch_key key = get_dispatch_key(device);
206 dispatch_key key = get_dispatch_key(device);
226 dispatch_key key = get_dispatch_key(device);
245 dispatch_key key = get_dispatch_key(device)
    [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/layer-src/threading/
threading.cpp 84 dispatch_key key = get_dispatch_key(instance);
154 dispatch_key key = get_dispatch_key(device);
188 dispatch_key key = get_dispatch_key(physicalDevice);
288 dispatch_key key = get_dispatch_key(device);
312 dispatch_key key = get_dispatch_key(device);
  /external/vulkan-validation-layers/tests/layers/
test.cpp 76 dispatch_key key = get_dispatch_key(instance);
wrap_objects.cpp 198 dispatch_key key = get_dispatch_key(device);
    [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/layer-src/device_limits/
device_limits.cpp 137 dispatch_key key = get_dispatch_key(instance);
436 dispatch_key key = get_dispatch_key(device);
    [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/layer-src/image/
image.cpp 147 dispatch_key key = get_dispatch_key(instance);
202 dispatch_key key = get_dispatch_key(device);
    [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/layer-src/swapchain/
swapchain.cpp 269 dispatch_key key = get_dispatch_key(instance);
    [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/layer-src/parameter_validation/
parameter_validation.cpp 80 dispatch_key key = get_dispatch_key(object);
92 dispatch_key key = get_dispatch_key(object);
    [all...]

Completed in 815 milliseconds

1 2