Lines Matching refs:dispatch
392 "dispatch table.");
3898 return icd_term->dispatch.GetDeviceProcAddr(device, pName);
3901 // Initialize device_ext dispatch table entry as follows:
3903 // init the entry (given by idx) in the ext dispatch table.
3904 // If dev != NULL only initialize the entry in the given dev's dispatch table.
3907 // If GDPA returns NULL then don't initialize the dispatch table entry.
3928 // Find all dev extension in the hash table and initialize the dispatch table
4070 // points and their mapping to the device extension dispatch table
4101 // init any dev dispatch table entries as needed
4236 // mapping to the physical device extension dispatch table (struct
4294 // Make sure we set the instance dispatch to point to the
4334 // look up the loader_instance in our list by comparing dispatch tables, as
4495 // to setup it's dispatch table when the lower layer returns
4846 // Initialize device dispatch table
5151 icd_term->dispatch.DestroyInstance(icd_term->instance, pAllocator);
5186 icd_terms->dispatch.DestroyInstance(icd_terms->instance, pAllocator);
5222 PFN_vkCreateDevice fpCreateDevice = icd_term->dispatch.CreateDevice;
5271 res = loader_add_device_extensions(icd_term->this_instance, icd_term->dispatch.EnumerateDeviceExtensionProperties,
5342 if (icd_term->dispatch.GetPhysicalDeviceFeatures2KHR == NULL) {
5408 // Init dispatch pointer in new device object
5442 "setupLoaderTrampPhysDevs: Failed during dispatch call "
5482 "setupLoaderTrampPhysDevs: Failed during dispatch call "
5582 res = icd_term->dispatch.EnumeratePhysicalDevices(icd_term->instance, &icd_phys_dev_array[icd_idx].count, NULL);
5603 res = icd_term->dispatch.EnumeratePhysicalDevices(icd_term->instance, &(icd_phys_dev_array[icd_idx].count),
5743 if (NULL != icd_term->dispatch.GetPhysicalDeviceProperties) {
5744 icd_term->dispatch.GetPhysicalDeviceProperties(phys_dev_term->phys_dev, pProperties);
5753 if (NULL != icd_term->dispatch.GetPhysicalDeviceQueueFamilyProperties) {
5754 icd_term->dispatch.GetPhysicalDeviceQueueFamilyProperties(phys_dev_term->phys_dev, pQueueFamilyPropertyCount, pProperties);
5762 if (NULL != icd_term->dispatch.GetPhysicalDeviceMemoryProperties) {
5763 icd_term->dispatch.GetPhysicalDeviceMemoryProperties(phys_dev_term->phys_dev, pProperties);
5771 if (NULL != icd_term->dispatch.GetPhysicalDeviceFeatures) {
5772 icd_term->dispatch.GetPhysicalDeviceFeatures(phys_dev_term->phys_dev, pFeatures);
5780 if (NULL != icd_term->dispatch.GetPhysicalDeviceFormatProperties) {
5781 icd_term->dispatch.GetPhysicalDeviceFormatProperties(phys_dev_term->phys_dev, format, pFormatInfo);
5791 if (NULL == icd_term->dispatch.GetPhysicalDeviceImageFormatProperties) {
5797 return icd_term->dispatch.GetPhysicalDeviceImageFormatProperties(phys_dev_term->phys_dev, format, type, tiling, usage, flags,
5808 if (NULL != icd_term->dispatch.GetPhysicalDeviceSparseImageFormatProperties) {
5809 icd_term->dispatch.GetPhysicalDeviceSparseImageFormatProperties(phys_dev_term->phys_dev, format, type, samples, usage,
5835 res = icd_term->dispatch.EnumerateDeviceExtensionProperties(phys_dev_term->phys_dev, NULL, &icd_ext_count, pProperties);