Home
last modified time | relevance | path

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

/third_party/vulkan-loader/tests/
Dloader_version_tests.cpp598 VulkanFunction{"vkCmdBeginRendering", to_vkVoidFunction(test_vkCmdBeginRendering)}, in TEST()
599VulkanFunction{"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()
602VulkanFunction{"vkCmdCopyBufferToImage2", to_vkVoidFunction(test_vkCmdCopyBufferToImage2)}, in TEST()
603 VulkanFunction{"vkCmdCopyImage2", to_vkVoidFunction(test_vkCmdCopyImage2)}, in TEST()
604VulkanFunction{"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_unknown_ext_tests.cpp150 void fill_implementation_functions(std::vector<VulkanFunction>& function_list, std::vector<std::str… in fill_implementation_functions()
153 … 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()
434 VulkanFunction{function_names.back(), to_vkVoidFunction(funcs.func_zero)}); in TEST()
/third_party/vulkan-loader/tests/framework/layer/
Dtest_layer.h134 BUILDER_VECTOR(TestLayer, VulkanFunction, custom_physical_device_implementation_functions,
136 …BUILDER_VECTOR(TestLayer, VulkanFunction, custom_device_implementation_functions, custom_device_im…
141 std::vector<VulkanFunction> custom_physical_device_interception_functions;
147 std::vector<VulkanFunction> custom_device_interception_functions;
/third_party/vulkan-loader/tests/framework/icd/
Dphysical_device.h75 …BUILDER_VECTOR(PhysicalDevice, VulkanFunction, custom_physical_device_functions, custom_physical_d…
80 BUILDER_VECTOR(PhysicalDevice, VulkanFunction, known_device_functions, device_function)
Dtest_icd.h86 BUILDER_VECTOR(TestICD, VulkanFunction, custom_instance_functions, custom_instance_function)
/third_party/vulkan-loader/tests/framework/
Dtest_util.h845 struct VulkanFunction { struct
/third_party/chromium/patch/
D0003-ohos-1115.patch53092 VulkanFunction<PFN_vkGetSemaphoreFdKHR> vkGetSemaphoreFdKHR;
53093 VulkanFunction<PFN_vkImportSemaphoreFdKHR> vkImportSemaphoreFdKHR;
53102 VulkanFunction<PFN_vkGetMemoryFdKHR> vkGetMemoryFdKHR;
53103 VulkanFunction<PFN_vkGetMemoryFdPropertiesKHR> vkGetMemoryFdPropertiesKHR;
53106 VulkanFunction<PFN_vkGetSwapchainImagesKHR> vkGetSwapchainImagesKHR;
53107 VulkanFunction<PFN_vkQueuePresentKHR> vkQueuePresentKHR;
53111 VulkanFunction<PFN_vkGetImageDrmFormatModifierPropertiesEXT>