Lines Matching full:get_dispatch_table
271 get_dispatch_table(ot_device_table_map, commandBuffer)
374 VkLayerInstanceDispatchTable *pInstanceTable = get_dispatch_table(ot_instance_table_map, instance);
417 VkLayerDispatchTable *pDisp = get_dispatch_table(ot_device_table_map, device);
430 get_dispatch_table(ot_device_table_map, device)->GetDeviceQueue(device, queueFamilyIndex, queueIndex, pQueue);
466 get_dispatch_table(ot_device_table_map, device)
503 VkResult result = get_dispatch_table(ot_device_table_map, device)
538 VkResult result = get_dispatch_table(ot_device_table_map, device)->ResetDescriptorPool(device, descriptorPool, flags);
563 VkResult result = get_dispatch_table(ot_device_table_map, command_buffer)->BeginCommandBuffer(command_buffer, begin_info);
571 VkLayerInstanceDispatchTable *pInstanceTable = get_dispatch_table(ot_instance_table_map, instance);
583 VkLayerInstanceDispatchTable *pInstanceTable = get_dispatch_table(ot_instance_table_map, instance);
594 VkLayerInstanceDispatchTable *pInstanceTable = get_dispatch_table(ot_instance_table_map, instance);
628 VkLayerInstanceDispatchTable *pTable = get_dispatch_table(ot_instance_table_map, physicalDevice);
683 VkResult result = get_dispatch_table(ot_device_table_map, device)
722 get_dispatch_table(ot_device_table_map, device)->CreateDescriptorSetLayout(device, pCreateInfo, pAllocator, pSetLayout);
742 get_dispatch_table(ot_instance_table_map, physicalDevice)
778 VkLayerInstanceDispatchTable *pInstanceTable = get_dispatch_table(ot_instance_table_map, *pInstance);
805 VkResult result = get_dispatch_table(ot_instance_table_map, instance)
833 get_dispatch_table(ot_device_table_map, device)->AllocateCommandBuffers(device, pAllocateInfo, pCommandBuffers);
861 get_dispatch_table(ot_device_table_map, device)->AllocateDescriptorSets(device, pAllocateInfo, pDescriptorSets);
893 get_dispatch_table(ot_device_table_map, device)
918 get_dispatch_table(ot_device_table_map, device)->DestroySwapchainKHR(device, swapchain, pAllocator);
942 result = get_dispatch_table(ot_device_table_map, device)
975 get_dispatch_table(ot_device_table_map, device)->DestroyDescriptorPool(device, descriptorPool, pAllocator);
1006 get_dispatch_table(ot_device_table_map, device)->DestroyCommandPool(device, commandPool, pAllocator);
1021 get_dispatch_table(ot_instance_table_map, physicalDevice)
1057 if (get_dispatch_table(ot_instance_table_map, instance)->GetPhysicalDeviceProcAddr == NULL) {
1060 return get_dispatch_table(ot_instance_table_map, instance)->GetPhysicalDeviceProcAddr(instance, funcName);
1069 auto table = get_dispatch_table(ot_device_table_map, device);
1080 auto table = get_dispatch_table(ot_instance_table_map, instance);