HomeSort by relevance Sort by last modified time
    Searched refs:VkLayerInstanceDispatchTable (Results 1 - 19 of 19) sorted by null

  /external/vulkan-validation-layers/layers/
vk_layer_table.h 33 typedef std::unordered_map<void *, VkLayerInstanceDispatchTable *> instance_table_map;
36 VkLayerInstanceDispatchTable *initInstanceTable(VkInstance instance, const PFN_vkGetInstanceProcAddr gpa, instance_table_map &map);
37 VkLayerInstanceDispatchTable *initInstanceTable(VkInstance instance, const PFN_vkGetInstanceProcAddr gpa);
45 VkLayerInstanceDispatchTable *instance_dispatch_table(void *object);
49 VkLayerInstanceDispatchTable *get_dispatch_table(instance_table_map &map, void *object);
vk_layer_table.cpp 45 VkLayerInstanceDispatchTable *instance_dispatch_table(void *object) {
105 VkLayerInstanceDispatchTable *get_dispatch_table(instance_table_map &map, void *object) {
106 // VkLayerInstanceDispatchTable *pDisp = *(VkLayerInstanceDispatchTable **) object;
146 VkLayerInstanceDispatchTable *initInstanceTable(VkInstance instance, const PFN_vkGetInstanceProcAddr gpa, instance_table_map &map) {
147 VkLayerInstanceDispatchTable *pTable;
152 pTable = new VkLayerInstanceDispatchTable;
169 VkLayerInstanceDispatchTable *initInstanceTable(VkInstance instance, const PFN_vkGetInstanceProcAddr gpa) {
threading.cpp 78 my_data->instance_dispatch_table = new VkLayerInstanceDispatchTable;
90 VkLayerInstanceDispatchTable *pTable = my_data->instance_dispatch_table;
266 VkLayerInstanceDispatchTable *pTable = my_data->instance_dispatch_table;
device_limits.cpp 60 VkLayerInstanceDispatchTable *instance_dispatch_table;
153 my_data->instance_dispatch_table = new VkLayerInstanceDispatchTable;
169 VkLayerInstanceDispatchTable *pTable = my_data->instance_dispatch_table;
    [all...]
swapchain.h 333 VkLayerInstanceDispatchTable *instance_dispatch_table;
vk_layer_logging.h 70 debug_report_create_instance(VkLayerInstanceDispatchTable *table, VkInstance inst, uint32_t extension_count,
threading.h 203 VkLayerInstanceDispatchTable *instance_dispatch_table;
image.cpp 60 VkLayerInstanceDispatchTable *instance_dispatch_table;
131 my_data->instance_dispatch_table = new VkLayerInstanceDispatchTable;
146 VkLayerInstanceDispatchTable *pTable = my_data->instance_dispatch_table;
229 VkLayerInstanceDispatchTable *pTable = my_data->instance_dispatch_table;
    [all...]
object_tracker.h 142 VkLayerInstanceDispatchTable *pDisp = get_dispatch_table(object_tracker_instance_table_map, instance);
    [all...]
swapchain.cpp 123 VkLayerInstanceDispatchTable *pDisp = my_data->instance_dispatch_table;
284 my_data->instance_dispatch_table = new VkLayerInstanceDispatchTable;
    [all...]
unique_objects.h 77 VkLayerInstanceDispatchTable *pDisp = get_dispatch_table(unique_objects_instance_table_map, instance);
parameter_validation.cpp 103 VkLayerInstanceDispatchTable *pTable = get_dispatch_table(pc_instance_table_map, instance);
117 VkLayerInstanceDispatchTable *pTable = get_dispatch_table(pc_instance_table_map, instance);
127 VkLayerInstanceDispatchTable *pTable = get_dispatch_table(pc_instance_table_map, instance);
    [all...]
core_validation.cpp 108 VkLayerInstanceDispatchTable *instance_dispatch_table;
    [all...]
  /external/vulkan-validation-layers/loader/
wsi.c 208 const VkLayerInstanceDispatchTable *disp;
235 const VkLayerInstanceDispatchTable *disp;
277 const VkLayerInstanceDispatchTable *disp;
319 const VkLayerInstanceDispatchTable *disp;
359 const VkLayerInstanceDispatchTable *disp;
477 const VkLayerInstanceDispatchTable *disp;
522 const VkLayerInstanceDispatchTable *disp;
564 const VkLayerInstanceDispatchTable *disp;
610 const VkLayerInstanceDispatchTable *disp;
653 const VkLayerInstanceDispatchTable *disp
    [all...]
loader.h 275 VkLayerInstanceDispatchTable *disp; // must be first entry in structure
339 VkLayerInstanceDispatchTable *disp; // must be first entry in structure
389 static inline VkLayerInstanceDispatchTable *
391 return *((VkLayerInstanceDispatchTable **)obj);
410 extern const VkLayerInstanceDispatchTable instance_disp;
trampoline.c 364 loader_heap_alloc(ptr_instance, sizeof(VkLayerInstanceDispatchTable),
443 const VkLayerInstanceDispatchTable *disp;
465 const VkLayerInstanceDispatchTable *disp;
519 const VkLayerInstanceDispatchTable *disp;
530 const VkLayerInstanceDispatchTable *disp;
542 const VkLayerInstanceDispatchTable *disp;
554 const VkLayerInstanceDispatchTable *disp;
565 const VkLayerInstanceDispatchTable *disp;
576 const VkLayerInstanceDispatchTable *disp;
776 const VkLayerInstanceDispatchTable *disp
    [all...]
table_ops.h 533 loader_init_instance_core_dispatch_table(VkLayerInstanceDispatchTable *table,
570 VkLayerInstanceDispatchTable *table, PFN_vkGetInstanceProcAddr gpa,
653 loader_lookup_instance_dispatch_table(const VkLayerInstanceDispatchTable *table,
    [all...]
loader.c 96 const VkLayerInstanceDispatchTable instance_disp = {
    [all...]
  /external/vulkan-validation-layers/include/vulkan/
vk_layer.h 242 } VkLayerInstanceDispatchTable;

Completed in 301 milliseconds