/external/vulkan-validation-layers/tests/ |
D | vktestframeworkandroid.cpp | 34 …vkGetPhysicalDeviceFormatProperties(device->phy().handle(), VK_FORMAT_B8G8R8A8_UNORM, &format_prop… in GetFormat() 39 …vkGetPhysicalDeviceFormatProperties(device->phy().handle(), VK_FORMAT_R8G8B8A8_UNORM, &format_prop… in GetFormat()
|
D | layer_validation_tests.cpp | 33 vkGetPhysicalDeviceFormatProperties(phy, ds_formats[i], &format_props); in FindSupportedDepthStencilFormat() 44 vkGetPhysicalDeviceFormatProperties(phy, format, &format_props); in ImageFormatIsSupported() 52 vkGetPhysicalDeviceFormatProperties(phy, format, &format_props); in ImageFormatAndFeaturesSupported() 302 vkGetPhysicalDeviceFormatProperties(gpu, format, &format_props); in FindFormatLinearWithoutMips() 324 vkGetPhysicalDeviceFormatProperties(gpu, format, &format_props); in FindFormatWithoutSamples() 353 vkGetPhysicalDeviceFormatProperties(gpu, format, &format_props); in FindUnsupportedImage() 384 vkGetPhysicalDeviceFormatProperties(gpu, format, &format_props); in FindFormatWithoutFeatures()
|
D | vktestframework.cpp | 216 …vkGetPhysicalDeviceFormatProperties(device->phy().handle(), VK_FORMAT_B8G8R8A8_UNORM, &format_prop… in GetFormat() 221 …vkGetPhysicalDeviceFormatProperties(device->phy().handle(), VK_FORMAT_R8G8B8A8_UNORM, &format_prop… in GetFormat()
|
D | vklayertests_command.cpp | 1467 …vkGetPhysicalDeviceFormatProperties(m_device->phy().handle(), VK_FORMAT_D32_SFLOAT_S8_UINT, &props… in TEST_F() 1471 …vkGetPhysicalDeviceFormatProperties(m_device->phy().handle(), VK_FORMAT_D24_UNORM_S8_UINT, &props); in TEST_F() 1475 vkGetPhysicalDeviceFormatProperties(m_device->phy().handle(), VK_FORMAT_D16_UNORM, &props); in TEST_F() 1479 vkGetPhysicalDeviceFormatProperties(m_device->phy().handle(), VK_FORMAT_S8_UINT, &props); in TEST_F() 2203 vkGetPhysicalDeviceFormatProperties(m_device->phy().handle(), image_format, &format_props); in TEST_F() 2888 …vkGetPhysicalDeviceFormatProperties(m_device->phy().handle(), image_create_info.format, &propertie… in TEST_F() 3006 … vkGetPhysicalDeviceFormatProperties(m_device->phy().handle(), VK_FORMAT_D32_SFLOAT, &properties); in TEST_F() 3148 … vkGetPhysicalDeviceFormatProperties(m_device->phy().handle(), VK_FORMAT_D32_SFLOAT, &properties); in TEST_F()
|
D | vkrenderframework.cpp | 666 vkGetPhysicalDeviceFormatProperties(m_device->phy().handle(), m_render_target_fmt, &props); in InitRenderTarget() 1172 vkGetPhysicalDeviceFormatProperties(m_device->phy().handle(), format, &image_fmt); in InitNoLayout() 1246 vkGetPhysicalDeviceFormatProperties(m_device->phy().handle(), create_info->format, &image_fmt); in init()
|
D | vktestbinding.cpp | 377 vkGetPhysicalDeviceFormatProperties(phy().handle(), format, &data); in format_properties()
|
D | vklayertests_buffer_image_memory_sampler.cpp | 2823 vkGetPhysicalDeviceFormatProperties(gpu(), VK_FORMAT_B8G8R8A8_UNORM, &format_properties); in TEST_F() 3198 … vkGetPhysicalDeviceFormatProperties(gpu(), format_with_uniform_texel_support, &format_properties); in TEST_F() 3204 vkGetPhysicalDeviceFormatProperties(gpu(), format_without_texel_support, &format_properties); in TEST_F() 3364 vkGetPhysicalDeviceFormatProperties(gpu(), VK_FORMAT_R32G32B32_SFLOAT, &format_properties); in TEST_F() 3858 … vkGetPhysicalDeviceFormatProperties(m_device->phy().handle(), VK_FORMAT_D16_UNORM, &format_props); in TEST_F() 3878 vkGetPhysicalDeviceFormatProperties(m_device->phy().handle(), VK_FORMAT_S8_UINT, &format_props); in TEST_F() 4880 vkGetPhysicalDeviceFormatProperties(gpu(), tex_format, &format_properties); in TEST_F()
|
D | vklayertests_others.cpp | 544 vkGetPhysicalDeviceFormatProperties(gpu(), static_cast<VkFormat>(8000), &format_properties); in TEST_F() 613 vkGetPhysicalDeviceFormatProperties(gpu(), VK_FORMAT_MAX_ENUM, &format_properties); in TEST_F() 1736 vkGetPhysicalDeviceFormatProperties(gpu(), VK_FORMAT_B8G8R8A8_UNORM, &format_properties); in TEST_F() 1779 vkGetPhysicalDeviceFormatProperties(gpu(), VK_FORMAT_B8G8R8A8_UNORM, &format_properties); in TEST_F()
|
/external/deqp-deps/amber/src/vulkan/ |
D | vk-funcs-1-0.inc | 56 AMBER_VK_FUNC(vkGetPhysicalDeviceFormatProperties)
|
D | device.cc | 672 GetPtrs()->vkGetPhysicalDeviceFormatProperties(physical_device_, vk_format, in IsFormatSupportedByPhysicalDevice()
|
/external/angle/src/tests/gl_tests/ |
D | VulkanFormatTablesTest.cpp | 78 vkGetPhysicalDeviceFormatProperties(renderer->getPhysicalDevice(), actualImageVkFormat, in TEST_P()
|
/external/swiftshader/src/Vulkan/ |
D | vk_swiftshader.lds | 12 vkGetPhysicalDeviceFormatProperties;
|
D | vk_swiftshader.def | 12 vkGetPhysicalDeviceFormatProperties
|
D | VkGetProcAddress.cpp | 50 MAKE_VULKAN_INSTANCE_ENTRY(vkGetPhysicalDeviceFormatProperties),
|
D | libVulkan.cpp | 600 VKAPI_ATTR void VKAPI_CALL vkGetPhysicalDeviceFormatProperties(VkPhysicalDevice physicalDevice, VkF… in vkGetPhysicalDeviceFormatProperties() function 3218 …vkGetPhysicalDeviceFormatProperties(physicalDevice, format, &(pFormatProperties->formatProperties)… in vkGetPhysicalDeviceFormatProperties2()
|
/external/mesa3d/src/gallium/drivers/zink/ |
D | zink_format.c | 138 vkGetPhysicalDeviceFormatProperties(screen->pdev, format, &props); in zink_is_depth_format_supported()
|
D | zink_screen.c | 601 vkGetPhysicalDeviceFormatProperties(screen->pdev, vkformat, &props); in zink_is_format_supported()
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkInitInstanceFunctionPointers.inl | 7 …GetPhysicalDeviceFormatPropertiesFunc) GET_PROC_ADDR("vkGetPhysicalDeviceFormatProperties");
|
D | vkCoreFunctionalities.inl | 27 …apis[VK_API_VERSION_1_0].push_back(FunctionInfo("vkGetPhysicalDeviceFormatProperties", FUNCTION… 165 …apis[VK_API_VERSION_1_1].push_back(FunctionInfo("vkGetPhysicalDeviceFormatProperties", FUNCTION… 331 …apis[VK_API_VERSION_1_2].push_back(FunctionInfo("vkGetPhysicalDeviceFormatProperties", FUNCTION…
|
/external/angle/src/third_party/volk/ |
D | volk.h | 628 extern PFN_vkGetPhysicalDeviceFormatProperties vkGetPhysicalDeviceFormatProperties;
|
D | volk.c | 153 …vkGetPhysicalDeviceFormatProperties = (PFN_vkGetPhysicalDeviceFormatProperties)load(context, "vkGe… in volkGenLoadInstance() 1243 PFN_vkGetPhysicalDeviceFormatProperties vkGetPhysicalDeviceFormatProperties; variable
|
/external/angle/third_party/vulkan_memory_allocator/src/ |
D | VulkanSample.cpp | 633 vkGetPhysicalDeviceFormatProperties(g_hPhysicalDevice, format, &props); in FindSupportedFormat()
|
/external/angle/src/tests/test_utils/third_party/ |
D | vulkan_command_buffer_utils.cpp | 1025 vkGetPhysicalDeviceFormatProperties(info.gpus[0], depth_format, &props); in init_depth_buffer()
|
/external/angle/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/ |
D | vulkan.hpp | 1330 void vkGetPhysicalDeviceFormatProperties( VkPhysicalDevice physicalDevice, in vkGetPhysicalDeviceFormatProperties() function in VULKAN_HPP_NAMESPACE::DispatchLoaderStatic 1334 return ::vkGetPhysicalDeviceFormatProperties( physicalDevice, format, pFormatProperties ); in vkGetPhysicalDeviceFormatProperties() 10648 …PFN_vkGetPhysicalDeviceFormatProperties vkGetPhysicalDeviceFormatProperties … member in VULKAN_HPP_NAMESPACE::DispatchLoaderDynamic 11074 vkGetPhysicalDeviceFormatProperties = PFN_vkGetPhysicalDeviceFormatProperties( in init()
|
/external/angle/src/libANGLE/renderer/vulkan/ |
D | RendererVk.cpp | 2856 vkGetPhysicalDeviceFormatProperties(mPhysicalDevice, vkFormat, &deviceProperties); in getFormatFeatureBits()
|