Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/texture/
H A DvktTextureTestUtil.cpp176 VkImageViewType textureTypeToImageViewType(TextureBinding::Type type) in textureTypeToImageViewType() function
555 const VkImageViewType imageViewType = textureTypeToImageViewType(textureType); in updateTextureData()
654 const vk::VkImageViewType imageViewType = textureTypeToImageViewType(m_type); in updateTextureViewMipLevels()
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRender.hpp736 vk::VkImageViewType textureTypeToImageViewType(TextureBinding::Type type);
H A DvktShaderRender.cpp60 VkImageViewType textureTypeToImageViewType(TextureBinding::Type type) in textureTypeToImageViewType() function
1663 const VkImageViewType imageViewType = textureTypeToImageViewType(textureType); in createSamplerUniform()
H A DvktShaderRenderTextureGatherTests.cpp1322 const auto imageViewType = textureTypeToImageViewType(bindingType); in init()