Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
Dvk_format_utils.h85 VkFormat actualBufferVkFormat(bool compressed) const in actualBufferVkFormat() function
Dvk_cache_utils.cpp1801 VkFormat vkFormat = format.actualBufferVkFormat(packedAttrib.compressed); in initializePipeline()
1832 vkFormat = convertedFormat.actualBufferVkFormat(packedAttrib.compressed); in initializePipeline()
Dvk_helpers.cpp7920 VkFormat viewVkFormat = format.actualBufferVkFormat(false); in getView()