Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/vulkan/
Dradv_formats.c1415 VkTextureLODGatherFormatPropertiesAMD *texture_lod_props = NULL; in radv_GetPhysicalDeviceImageFormatProperties2() local
1448 texture_lod_props = (void *) s; in radv_GetPhysicalDeviceImageFormatProperties2()
1493 if (texture_lod_props) { in radv_GetPhysicalDeviceImageFormatProperties2()
1495 texture_lod_props->supportsTextureGatherLODBiasAMD = true; in radv_GetPhysicalDeviceImageFormatProperties2()
1497 texture_lod_props->supportsTextureGatherLODBiasAMD = !vk_format_is_int(format); in radv_GetPhysicalDeviceImageFormatProperties2()