Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
DvktTextureTestUtil.cpp134 VkImageViewType textureTypeToImageViewType (TextureBinding::Type type) in textureTypeToImageViewType() function
343 const VkImageViewType imageViewType = textureTypeToImageViewType(textureType); in updateTextureData()
445 const vk::VkImageViewType imageViewType = textureTypeToImageViewType(m_type); in updateTextureViewMipLevels()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRender.hpp691 vk::VkImageViewType textureTypeToImageViewType (TextureBinding::Type type);
DvktShaderRender.cpp60 VkImageViewType textureTypeToImageViewType (TextureBinding::Type type) in textureTypeToImageViewType() function
1590 const VkImageViewType imageViewType = textureTypeToImageViewType(textureType); in createSamplerUniform()
DvktShaderRenderTextureGatherTests.cpp1228 const auto imageViewType = textureTypeToImageViewType(bindingType); in init()