Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/vulkan_enc/
Dvk_format_info.h59 static inline VkFormat vk_format_from_fourcc(unsigned fourcc_format) { in vk_format_from_fourcc() function
DResourceTracker.cpp4146 localCreateInfo.format = vk_format_from_fourcc(extFormatAndroidPtr->externalFormat); in on_vkCreateImage()
4372 localCreateInfo.format = vk_format_from_fourcc(extFormatAndroidPtr->externalFormat); in on_vkCreateSamplerYcbcrConversion()
4418 localCreateInfo.format = vk_format_from_fourcc(extFormatAndroidPtr->externalFormat); in on_vkCreateSamplerYcbcrConversionKHR()
6887 localCreateInfo.format = vk_format_from_fourcc(it->second.externalFourccFormat); in on_vkCreateImageView()