Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/vulkan/emulated_textures/
DGpuDecompressionPipeline.cpp182 string_VkFormat(mCompressedFormat), string_VkImageType(imageType), in GpuDecompressionPipeline()
190 string_VkFormat(mCompressedFormat), string_VkImageType(mImageType)); in initialize()
/hardware/google/gfxstream/host/vulkan/
DVkCommonOperations.cpp416 string_VkImageType(info->type), string_VkImageTiling(info->tiling), in populateImageFormatExternalMemorySupportInfo()
463 string_VkImageType(info->type), string_VkImageTiling(info->tiling), in populateImageFormatExternalMemorySupportInfo()
506 string_VkFormat(info->format), string_VkImageType(info->type), in populateImageFormatExternalMemorySupportInfo()
DVkDecoderGlobalState.cpp7918 importSourceDebug, string_VkImageType(imageCreateInfo.imageType), in transformImpl_VkImageCreateInfo_tohost()
7919 string_VkImageType(colorBufferVkImageCi->imageType)); in transformImpl_VkImageCreateInfo_tohost()
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvk_enum_string_helper.h2547 static inline const char* string_VkImageType(VkImageType input_value) in string_VkImageType() function