Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/vulkan/
Dradv_formats.c1771 VkTextureLODGatherFormatPropertiesAMD *texture_lod_props = NULL; in radv_GetPhysicalDeviceImageFormatProperties2() local
1806 texture_lod_props = (void *)s; in radv_GetPhysicalDeviceImageFormatProperties2()
1858 if (texture_lod_props) { in radv_GetPhysicalDeviceImageFormatProperties2()
1860 texture_lod_props->supportsTextureGatherLODBiasAMD = true; in radv_GetPhysicalDeviceImageFormatProperties2()
1862 texture_lod_props->supportsTextureGatherLODBiasAMD = !vk_format_is_int(format); in radv_GetPhysicalDeviceImageFormatProperties2()