Home
last modified time | relevance | path

Searched refs:to_vkVoidFunction (Results 1 – 6 of 6) sorted by relevance

/third_party/vulkan-loader/tests/framework/icd/
Dtest_icd.cpp987 return to_vkVoidFunction(test_vkEnumerateInstanceVersion); in get_instance_func_ver_1_1()
990 return to_vkVoidFunction(test_vkEnumeratePhysicalDeviceGroups); in get_instance_func_ver_1_1()
1005 return to_vkVoidFunction(test_vkGetPhysicalDeviceSurfaceSupportKHR); in get_physical_device_func_wsi()
1007 return to_vkVoidFunction(test_vkGetPhysicalDeviceSurfaceCapabilitiesKHR); in get_physical_device_func_wsi()
1009 return to_vkVoidFunction(test_vkGetPhysicalDeviceSurfaceFormatsKHR); in get_physical_device_func_wsi()
1011 return to_vkVoidFunction(test_vkGetPhysicalDeviceSurfacePresentModesKHR); in get_physical_device_func_wsi()
1015 return to_vkVoidFunction(test_vkGetPhysicalDeviceSurfaceCapabilities2KHR); in get_physical_device_func_wsi()
1017 return to_vkVoidFunction(test_vkGetPhysicalDeviceSurfaceFormats2KHR); in get_physical_device_func_wsi()
1021 return to_vkVoidFunction(test_vkGetPhysicalDeviceDisplayPropertiesKHR); in get_physical_device_func_wsi()
1023 return to_vkVoidFunction(test_vkGetPhysicalDeviceDisplayPlanePropertiesKHR); in get_physical_device_func_wsi()
[all …]
/third_party/vulkan-loader/tests/
Dloader_version_tests.cpp598 VulkanFunction{"vkCmdBeginRendering", to_vkVoidFunction(test_vkCmdBeginRendering)}, in TEST()
599 … VulkanFunction{"vkCmdBindVertexBuffers2", to_vkVoidFunction(test_vkCmdBindVertexBuffers2)}, in TEST()
600 VulkanFunction{"vkCmdBlitImage2", to_vkVoidFunction(test_vkCmdBlitImage2)}, in TEST()
601 VulkanFunction{"vkCmdCopyBuffer2", to_vkVoidFunction(test_vkCmdCopyBuffer2)}, in TEST()
602 … VulkanFunction{"vkCmdCopyBufferToImage2", to_vkVoidFunction(test_vkCmdCopyBufferToImage2)}, in TEST()
603 VulkanFunction{"vkCmdCopyImage2", to_vkVoidFunction(test_vkCmdCopyImage2)}, in TEST()
604 … VulkanFunction{"vkCmdCopyImageToBuffer2", to_vkVoidFunction(test_vkCmdCopyImageToBuffer2)}, in TEST()
605 VulkanFunction{"vkCmdEndRendering", to_vkVoidFunction(test_vkCmdEndRendering)}, in TEST()
606 VulkanFunction{"vkCmdPipelineBarrier2", to_vkVoidFunction(test_vkCmdPipelineBarrier2)}, in TEST()
607 VulkanFunction{"vkCmdResetEvent2", to_vkVoidFunction(test_vkCmdResetEvent2)}, in TEST()
[all …]
Dloader_threading_tests.cpp105 {"vkCmdBindPipeline", to_vkVoidFunction(test_vkCmdBindPipeline)}); in TEST()
131 {"vkCmdBindPipeline", to_vkVoidFunction(test_vkCmdBindPipeline)}); in TEST()
133 {"vkCmdBindDescriptorSets", to_vkVoidFunction(test_vkCmdBindDescriptorSets)}); in TEST()
135 {"vkCmdBindVertexBuffers", to_vkVoidFunction(test_vkCmdBindVertexBuffers)}); in TEST()
137 {"vkCmdBindIndexBuffer", to_vkVoidFunction(test_vkCmdBindIndexBuffer)}); in TEST()
138 …driver.physical_devices.back().known_device_functions.push_back({"vkCmdDraw", to_vkVoidFunction(te… in TEST()
Dloader_unknown_ext_tests.cpp153 … function_list.push_back(VulkanFunction{func_names.at(i++), to_vkVoidFunction(funcs.func_zero)}); in fill_implementation_functions()
154 … function_list.push_back(VulkanFunction{func_names.at(i++), to_vkVoidFunction(funcs.func_one)}); in fill_implementation_functions()
155 … function_list.push_back(VulkanFunction{func_names.at(i++), to_vkVoidFunction(funcs.func_two)}); in fill_implementation_functions()
156 … function_list.push_back(VulkanFunction{func_names.at(i++), to_vkVoidFunction(funcs.func_three)}); in fill_implementation_functions()
157 … function_list.push_back(VulkanFunction{func_names.at(i++), to_vkVoidFunction(funcs.func_four)}); in fill_implementation_functions()
167 …layer.add_custom_device_interception_function(func_names.at(i++), to_vkVoidFunction(funcs.func_zer… in fill_device_intercept_functions()
168 …layer.add_custom_device_interception_function(func_names.at(i++), to_vkVoidFunction(funcs.func_one… in fill_device_intercept_functions()
169 …layer.add_custom_device_interception_function(func_names.at(i++), to_vkVoidFunction(funcs.func_two… in fill_device_intercept_functions()
170 …layer.add_custom_device_interception_function(func_names.at(i++), to_vkVoidFunction(funcs.func_thr… in fill_device_intercept_functions()
171 …layer.add_custom_device_interception_function(func_names.at(i++), to_vkVoidFunction(funcs.func_fou… in fill_device_intercept_functions()
[all …]
/third_party/vulkan-loader/tests/framework/layer/
Dtest_layer.cpp477 if (string_eq(pName, "vkGetDeviceProcAddr")) return to_vkVoidFunction(get_device_func); in get_device_func_impl()
478 if (string_eq(pName, "vkDestroyDevice")) return to_vkVoidFunction(test_vkDestroyDevice); in get_device_func_impl()
482 return to_vkVoidFunction(func.function); in get_device_func_impl()
488 return to_vkVoidFunction(func.function); in get_device_func_impl()
503 …if (string_eq(pName, "vkEnumerateDeviceLayerProperties")) return to_vkVoidFunction(test_vkEnumerat… in get_physical_device_func()
505 return to_vkVoidFunction(test_vkEnumerateDeviceExtensionProperties); in get_physical_device_func()
512 return to_vkVoidFunction(func.function); in get_physical_device_func()
518 return to_vkVoidFunction(func.function); in get_physical_device_func()
523 …if (string_eq(pName, "vk_layerGetPhysicalDeviceProcAddr")) return to_vkVoidFunction(vk_layerGetPhy… in get_physical_device_func()
530 if (string_eq(pName, "vkGetInstanceProcAddr")) return to_vkVoidFunction(get_instance_func); in get_instance_func_impl()
[all …]
/third_party/vulkan-loader/tests/framework/
Dtest_util.h364 PFN_vkVoidFunction to_vkVoidFunction(T func) { in to_vkVoidFunction() function