Home
last modified time | relevance | path

Searched refs:GetDeviceGroupPeerMemoryFeatures (Results 1 – 7 of 7) sorted by relevance

/external/vulkan-validation-layers/layers/generated/
Dvk_layer_dispatch_table.h363 PFN_vkGetDeviceGroupPeerMemoryFeatures GetDeviceGroupPeerMemoryFeatures; member
Dvk_dispatch_table_helper.h523 …table->GetDeviceGroupPeerMemoryFeatures = (PFN_vkGetDeviceGroupPeerMemoryFeatures) gpa(device, "vk… in layer_init_device_dispatch_table()
524 …if (table->GetDeviceGroupPeerMemoryFeatures == nullptr) { table->GetDeviceGroupPeerMemoryFeatures in layer_init_device_dispatch_table()
Dchassis.cpp3908 VKAPI_ATTR void VKAPI_CALL GetDeviceGroupPeerMemoryFeatures( in GetDeviceGroupPeerMemoryFeatures() function
9405 {"vkGetDeviceGroupPeerMemoryFeatures", {false, (void*)GetDeviceGroupPeerMemoryFeatures}},
Dlayer_chassis_dispatch.cpp3285 …layer_data->device_dispatch_table.GetDeviceGroupPeerMemoryFeatures(device, heapIndex, localDeviceI… in DispatchGetDeviceGroupPeerMemoryFeatures()
Dchassis.h869 VKAPI_ATTR void VKAPI_CALL GetDeviceGroupPeerMemoryFeatures(
/external/mesa3d/prebuilt-intermediates/util/
Dvk_enum_to_str.h763 PFN_vkGetDeviceGroupPeerMemoryFeatures GetDeviceGroupPeerMemoryFeatures; member
Dvk_enum_to_str.c4786 …table->GetDeviceGroupPeerMemoryFeatures = (PFN_vkGetDeviceGroupPeerMemoryFeatures) gpa(device, "vk… in vk_load_device_commands()