OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:instance_table_map
(Results
1 - 11
of
11
) sorted by null
/external/vulkan-validation-layers/layers/
vk_layer_table.h
27
typedef std::unordered_map<void *, VkLayerInstanceDispatchTable *>
instance_table_map
;
typedef
30
VkLayerInstanceDispatchTable *initInstanceTable(VkInstance instance, const PFN_vkGetInstanceProcAddr gpa,
instance_table_map
&map);
43
VkLayerInstanceDispatchTable *get_dispatch_table(
instance_table_map
&map, void *object);
51
void destroy_dispatch_table(
instance_table_map
&map, dispatch_key key);
vk_layer_table.cpp
26
static
instance_table_map
tableInstanceMap;
40
instance_table_map
::const_iterator it = tableInstanceMap.find((void *)key);
66
void destroy_dispatch_table(
instance_table_map
&map, dispatch_key key) {
68
instance_table_map
::const_iterator it = map.find((void *)key);
98
VkLayerInstanceDispatchTable *get_dispatch_table(
instance_table_map
&map, void *object) {
100
instance_table_map
::const_iterator it = map.find((void *)key);
138
VkLayerInstanceDispatchTable *initInstanceTable(VkInstance instance, const PFN_vkGetInstanceProcAddr gpa,
instance_table_map
&map) {
141
instance_table_map
::const_iterator it = map.find((void *)key);
object_tracker.h
128
static
instance_table_map
ot_instance_table_map;
parameter_validation.cpp
86
static
instance_table_map
pc_instance_table_map;
[
all
...]
/prebuilts/ndk/r13/sources/third_party/vulkan/src/layers/
vk_layer_table.h
27
typedef std::unordered_map<void *, VkLayerInstanceDispatchTable *>
instance_table_map
;
typedef
30
VkLayerInstanceDispatchTable *initInstanceTable(VkInstance instance, const PFN_vkGetInstanceProcAddr gpa,
instance_table_map
&map);
43
VkLayerInstanceDispatchTable *get_dispatch_table(
instance_table_map
&map, void *object);
51
void destroy_dispatch_table(
instance_table_map
&map, dispatch_key key);
vk_layer_table.cpp
26
static
instance_table_map
tableInstanceMap;
40
instance_table_map
::const_iterator it = tableInstanceMap.find((void *)key);
66
void destroy_dispatch_table(
instance_table_map
&map, dispatch_key key) {
68
instance_table_map
::const_iterator it = map.find((void *)key);
98
VkLayerInstanceDispatchTable *get_dispatch_table(
instance_table_map
&map, void *object) {
101
instance_table_map
::const_iterator it = map.find((void *)key);
139
VkLayerInstanceDispatchTable *initInstanceTable(VkInstance instance, const PFN_vkGetInstanceProcAddr gpa,
instance_table_map
&map) {
142
instance_table_map
::const_iterator it = map.find((void *)key);
unique_objects.h
70
static
instance_table_map
unique_objects_instance_table_map;
object_tracker.h
99
static
instance_table_map
object_tracker_instance_table_map;
[
all
...]
parameter_validation.cpp
76
static
instance_table_map
pc_instance_table_map;
[
all
...]
/prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/common/
vk_layer_table.cpp
26
static
instance_table_map
tableInstanceMap;
40
instance_table_map
::const_iterator it = tableInstanceMap.find((void *)key);
66
void destroy_dispatch_table(
instance_table_map
&map, dispatch_key key) {
68
instance_table_map
::const_iterator it = map.find((void *)key);
98
VkLayerInstanceDispatchTable *get_dispatch_table(
instance_table_map
&map, void *object) {
101
instance_table_map
::const_iterator it = map.find((void *)key);
139
VkLayerInstanceDispatchTable *initInstanceTable(VkInstance instance, const PFN_vkGetInstanceProcAddr gpa,
instance_table_map
&map) {
142
instance_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
76
static
instance_table_map
pc_instance_table_map;
[
all
...]
Completed in 840 milliseconds