Home
last modified time | relevance | path

Searched refs:vkGetPhysicalDeviceFormatProperties (Results 1 – 25 of 43) sorted by relevance

12

/external/vulkan-validation-layers/tests/
Dvktestframeworkandroid.cpp34vkGetPhysicalDeviceFormatProperties(device->phy().handle(), VK_FORMAT_B8G8R8A8_UNORM, &format_prop… in GetFormat()
39vkGetPhysicalDeviceFormatProperties(device->phy().handle(), VK_FORMAT_R8G8B8A8_UNORM, &format_prop… in GetFormat()
Dlayer_validation_tests.cpp33 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()
Dvktestframework.cpp216vkGetPhysicalDeviceFormatProperties(device->phy().handle(), VK_FORMAT_B8G8R8A8_UNORM, &format_prop… in GetFormat()
221vkGetPhysicalDeviceFormatProperties(device->phy().handle(), VK_FORMAT_R8G8B8A8_UNORM, &format_prop… in GetFormat()
Dvklayertests_command.cpp1467vkGetPhysicalDeviceFormatProperties(m_device->phy().handle(), VK_FORMAT_D32_SFLOAT_S8_UINT, &props… in TEST_F()
1471vkGetPhysicalDeviceFormatProperties(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()
2888vkGetPhysicalDeviceFormatProperties(m_device->phy().handle(), image_create_info.format, &propertie… in TEST_F()
3006vkGetPhysicalDeviceFormatProperties(m_device->phy().handle(), VK_FORMAT_D32_SFLOAT, &properties); in TEST_F()
3148vkGetPhysicalDeviceFormatProperties(m_device->phy().handle(), VK_FORMAT_D32_SFLOAT, &properties); in TEST_F()
Dvkrenderframework.cpp666 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()
Dvktestbinding.cpp377 vkGetPhysicalDeviceFormatProperties(phy().handle(), format, &data); in format_properties()
Dvklayertests_buffer_image_memory_sampler.cpp2823 vkGetPhysicalDeviceFormatProperties(gpu(), VK_FORMAT_B8G8R8A8_UNORM, &format_properties); in TEST_F()
3198vkGetPhysicalDeviceFormatProperties(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()
3858vkGetPhysicalDeviceFormatProperties(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()
Dvklayertests_others.cpp544 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/
Dvk-funcs-1-0.inc56 AMBER_VK_FUNC(vkGetPhysicalDeviceFormatProperties)
Ddevice.cc672 GetPtrs()->vkGetPhysicalDeviceFormatProperties(physical_device_, vk_format, in IsFormatSupportedByPhysicalDevice()
/external/angle/src/tests/gl_tests/
DVulkanFormatTablesTest.cpp78 vkGetPhysicalDeviceFormatProperties(renderer->getPhysicalDevice(), actualImageVkFormat, in TEST_P()
/external/swiftshader/src/Vulkan/
Dvk_swiftshader.lds12 vkGetPhysicalDeviceFormatProperties;
Dvk_swiftshader.def12 vkGetPhysicalDeviceFormatProperties
DVkGetProcAddress.cpp50 MAKE_VULKAN_INSTANCE_ENTRY(vkGetPhysicalDeviceFormatProperties),
DlibVulkan.cpp600 VKAPI_ATTR void VKAPI_CALL vkGetPhysicalDeviceFormatProperties(VkPhysicalDevice physicalDevice, VkF… in vkGetPhysicalDeviceFormatProperties() function
3218vkGetPhysicalDeviceFormatProperties(physicalDevice, format, &(pFormatProperties->formatProperties)… in vkGetPhysicalDeviceFormatProperties2()
/external/mesa3d/src/gallium/drivers/zink/
Dzink_format.c138 vkGetPhysicalDeviceFormatProperties(screen->pdev, format, &props); in zink_is_depth_format_supported()
Dzink_screen.c601 vkGetPhysicalDeviceFormatProperties(screen->pdev, vkformat, &props); in zink_is_format_supported()
/external/deqp/external/vulkancts/framework/vulkan/
DvkInitInstanceFunctionPointers.inl7 …GetPhysicalDeviceFormatPropertiesFunc) GET_PROC_ADDR("vkGetPhysicalDeviceFormatProperties");
DvkCoreFunctionalities.inl27 …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/
Dvolk.h628 extern PFN_vkGetPhysicalDeviceFormatProperties vkGetPhysicalDeviceFormatProperties;
Dvolk.c153vkGetPhysicalDeviceFormatProperties = (PFN_vkGetPhysicalDeviceFormatProperties)load(context, "vkGe… in volkGenLoadInstance()
1243 PFN_vkGetPhysicalDeviceFormatProperties vkGetPhysicalDeviceFormatProperties; variable
/external/angle/third_party/vulkan_memory_allocator/src/
DVulkanSample.cpp633 vkGetPhysicalDeviceFormatProperties(g_hPhysicalDevice, format, &props); in FindSupportedFormat()
/external/angle/src/tests/test_utils/third_party/
Dvulkan_command_buffer_utils.cpp1025 vkGetPhysicalDeviceFormatProperties(info.gpus[0], depth_format, &props); in init_depth_buffer()
/external/angle/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/
Dvulkan.hpp1330 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/
DRendererVk.cpp2856 vkGetPhysicalDeviceFormatProperties(mPhysicalDevice, vkFormat, &deviceProperties); in getFormatFeatureBits()

12