Searched refs:vkGetPhysicalDeviceFormatProperties (Results 1 – 25 of 62) sorted by relevance
123
/third_party/vk-gl-cts/build/ |
D | vk-wrappers-1-0.inc | 222 …vkGetPhysicalDeviceFormatProperties = reinterpret_cast<PFN_vkGetPhysicalDeviceFormatProperties>(ge… 223 return Result("Vulkan: Unable to load vkGetPhysicalDeviceFormatProperties pointer");
|
D | vk-wrappers-1-0.h | 56 PFN_vkGetPhysicalDeviceFormatProperties vkGetPhysicalDeviceFormatProperties; variable
|
/third_party/vk-gl-cts/build/include/ |
D | vk-wrappers-1-0.inc | 222 …vkGetPhysicalDeviceFormatProperties = reinterpret_cast<PFN_vkGetPhysicalDeviceFormatProperties>(ge… 223 return Result("Vulkan: Unable to load vkGetPhysicalDeviceFormatProperties pointer");
|
D | vk-wrappers-1-0.h | 56 PFN_vkGetPhysicalDeviceFormatProperties vkGetPhysicalDeviceFormatProperties; variable
|
/third_party/vk-gl-cts/external/amber/src/src/vulkan/ |
D | vk-funcs-1-0.inc | 56 AMBER_VK_FUNC(vkGetPhysicalDeviceFormatProperties)
|
D | device.cc | 878 GetPtrs()->vkGetPhysicalDeviceFormatProperties(physical_device_, vk_format, in IsFormatSupportedByPhysicalDevice()
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
D | VulkanFormatTablesTest.cpp | 78 vkGetPhysicalDeviceFormatProperties(renderer->getPhysicalDevice(), actualImageVkFormat, in TEST_P()
|
/third_party/vk-gl-cts/external/vulkan-docs/src/proposals/ |
D | VK_KHR_maintenance5.adoc | 21 * Allow vkGetPhysicalDeviceFormatProperties with unknown formats 54 === vkGetPhysicalDeviceFormatProperties with unknown formats 56 The current specification prohibits `vkGetPhysicalDeviceFormatProperties` from being called with a … 177 === vkGetPhysicalDeviceFormatProperties with unknown formats
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
D | vk_swiftshader.def | 12 vkGetPhysicalDeviceFormatProperties
|
D | vk_swiftshader.lds | 12 vkGetPhysicalDeviceFormatProperties;
|
D | VkGetProcAddress.cpp | 58 MAKE_VULKAN_INSTANCE_ENTRY(vkGetPhysicalDeviceFormatProperties),
|
/third_party/vulkan-loader/ |
D | vulkan.symbols.api | 196 vkGetPhysicalDeviceFormatProperties
|
/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/ |
D | VK_KHR_format_feature_flags2.txt | 30 1.0 flink:vkGetPhysicalDeviceFormatProperties entry point, this extension
|
D | VK_KHR_format_feature_flags2.adoc | 30 1.0 flink:vkGetPhysicalDeviceFormatProperties entry point, this extension
|
D | vulkanscdeviations.adoc | 234 flink:vkGetPhysicalDeviceFormatProperties and
|
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/reflow-tests/ |
D | expect-text-noreflow-novuid.adoc | 11 …he implementation are queried individually using the flink:vkGetPhysicalDeviceFormatProperties com…
|
D | expect-text-novuid.adoc | 15 flink:vkGetPhysicalDeviceFormatProperties command.
|
D | src-text.adoc | 11 …he implementation are queried individually using the flink:vkGetPhysicalDeviceFormatProperties com…
|
D | expect-text-noreflow.adoc | 11 …he implementation are queried individually using the flink:vkGetPhysicalDeviceFormatProperties com…
|
D | expect-text-default.adoc | 15 flink:vkGetPhysicalDeviceFormatProperties command.
|
/third_party/vulkan-loader/loader/ |
D | vulkan-1.def | 31 vkGetPhysicalDeviceFormatProperties
|
D | gpa_helper.c | 38 …trcmp(funcName, "vkGetPhysicalDeviceFormatProperties")) return vkGetPhysicalDeviceFormatProperties; in trampoline_get_proc_addr()
|
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/ |
D | vkInitInstanceFunctionPointers.inl | 12 …GetPhysicalDeviceFormatPropertiesFunc) GET_PROC_ADDR("vkGetPhysicalDeviceFormatProperties");
|
D | vkCoreFunctionalities.inl | 30 …apis[VK_API_VERSION_1_0].push_back(FunctionInfo("vkGetPhysicalDeviceFormatProperties", FUNCTION… 168 …apis[VK_API_VERSION_1_1].push_back(FunctionInfo("vkGetPhysicalDeviceFormatProperties", FUNCTION… 334 …apis[VK_API_VERSION_1_2].push_back(FunctionInfo("vkGetPhysicalDeviceFormatProperties", FUNCTION… 513 …apis[VK_API_VERSION_1_3].push_back(FunctionInfo("vkGetPhysicalDeviceFormatProperties", FUNCTION…
|
/third_party/skia/third_party/externals/angle2/src/third_party/volk/ |
D | volk.h | 628 extern PFN_vkGetPhysicalDeviceFormatProperties vkGetPhysicalDeviceFormatProperties;
|
123