OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:device_table_map
(Results
1 - 11
of
11
) sorted by null
/external/vulkan-validation-layers/layers/
vk_layer_table.h
26
typedef std::unordered_map<void *, VkLayerDispatchTable *>
device_table_map
;
typedef
28
VkLayerDispatchTable *initDeviceTable(VkDevice device, const PFN_vkGetDeviceProcAddr gpa,
device_table_map
&map);
41
VkLayerDispatchTable *get_dispatch_table(
device_table_map
&map, void *object);
50
void destroy_dispatch_table(
device_table_map
&map, dispatch_key key);
vk_layer_table.cpp
25
static
device_table_map
tableMap;
33
device_table_map
::const_iterator it = tableMap.find((void *)key);
53
void destroy_dispatch_table(
device_table_map
&map, dispatch_key key) {
55
device_table_map
::const_iterator it = map.find((void *)key);
83
VkLayerDispatchTable *get_dispatch_table(
device_table_map
&map, void *object) {
85
device_table_map
::const_iterator it = map.find((void *)key);
165
VkLayerDispatchTable *initDeviceTable(VkDevice device, const PFN_vkGetDeviceProcAddr gpa,
device_table_map
&map) {
168
device_table_map
::const_iterator it = map.find((void *)key);
object_tracker.h
127
static
device_table_map
ot_device_table_map;
parameter_validation.cpp
85
static
device_table_map
pc_device_table_map;
[
all
...]
/prebuilts/ndk/r13/sources/third_party/vulkan/src/layers/
vk_layer_table.h
26
typedef std::unordered_map<void *, VkLayerDispatchTable *>
device_table_map
;
typedef
28
VkLayerDispatchTable *initDeviceTable(VkDevice device, const PFN_vkGetDeviceProcAddr gpa,
device_table_map
&map);
41
VkLayerDispatchTable *get_dispatch_table(
device_table_map
&map, void *object);
50
void destroy_dispatch_table(
device_table_map
&map, dispatch_key key);
vk_layer_table.cpp
25
static
device_table_map
tableMap;
33
device_table_map
::const_iterator it = tableMap.find((void *)key);
53
void destroy_dispatch_table(
device_table_map
&map, dispatch_key key) {
55
device_table_map
::const_iterator it = map.find((void *)key);
83
VkLayerDispatchTable *get_dispatch_table(
device_table_map
&map, void *object) {
85
device_table_map
::const_iterator it = map.find((void *)key);
166
VkLayerDispatchTable *initDeviceTable(VkDevice device, const PFN_vkGetDeviceProcAddr gpa,
device_table_map
&map) {
169
device_table_map
::const_iterator it = map.find((void *)key);
unique_objects.h
69
static
device_table_map
unique_objects_device_table_map;
object_tracker.h
98
static
device_table_map
object_tracker_device_table_map;
[
all
...]
parameter_validation.cpp
75
static
device_table_map
pc_device_table_map;
[
all
...]
/prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/common/
vk_layer_table.cpp
25
static
device_table_map
tableMap;
33
device_table_map
::const_iterator it = tableMap.find((void *)key);
53
void destroy_dispatch_table(
device_table_map
&map, dispatch_key key) {
55
device_table_map
::const_iterator it = map.find((void *)key);
83
VkLayerDispatchTable *get_dispatch_table(
device_table_map
&map, void *object) {
85
device_table_map
::const_iterator it = map.find((void *)key);
166
VkLayerDispatchTable *initDeviceTable(VkDevice device, const PFN_vkGetDeviceProcAddr gpa,
device_table_map
&map) {
169
device_table_map
::const_iterator it = map.find((void *)key);
/prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/layer-src/parameter_validation/
parameter_validation.cpp
75
static
device_table_map
pc_device_table_map;
[
all
...]
Completed in 453 milliseconds