Searched refs:textureTypeToImageViewType (Results 1 – 4 of 4) sorted by relevance
176 VkImageViewType textureTypeToImageViewType(TextureBinding::Type type) in textureTypeToImageViewType() function555 const VkImageViewType imageViewType = textureTypeToImageViewType(textureType); in updateTextureData()654 const vk::VkImageViewType imageViewType = textureTypeToImageViewType(m_type); in updateTextureViewMipLevels()
736 vk::VkImageViewType textureTypeToImageViewType(TextureBinding::Type type);
60 VkImageViewType textureTypeToImageViewType(TextureBinding::Type type) in textureTypeToImageViewType() function1663 const VkImageViewType imageViewType = textureTypeToImageViewType(textureType); in createSamplerUniform()
1322 const auto imageViewType = textureTypeToImageViewType(bindingType); in init()