Searched refs:conv_format (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
H A Danv_image.c1498 const struct anv_format *conv_format = NULL; local in function:anv_CreateImageView
1510 conv_format = conversion->format;
1563 if (iview->vk_format == VK_FORMAT_UNDEFINED && conv_format)
1564 iview->vk_format = conv_format->vk_format;
/xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
H A Danv_image.c2540 const struct anv_format *conv_format = NULL; local in function:anv_CreateImageView
2554 conv_format = conversion->format;
2566 if (iview->vk.format == VK_FORMAT_UNDEFINED && conv_format)
2567 iview->vk.format = conv_format->vk_format;

Completed in 11 milliseconds