Home
last modified time | relevance | path

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

/external/swiftshader/src/Vulkan/
DVkFormat.h47 VkFormat getDecompressedFormat() const;
DVkFormat.cpp568 VkFormat Format::getDecompressedFormat() const in getDecompressedFormat() function in vk::Format
DVkImage.cpp133 compressedImageCreateInfo.format = format.getDecompressedFormat(); in Image()