Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/src/Vulkan/
H A DVkFormat.hpp75 bool has8bitTextureComponents() const;
H A DVkFormat.cpp2688 bool Format::has8bitTextureComponents() const in has8bitTextureComponents() function in vk::Format
/aosp_15_r20/external/swiftshader/src/Pipeline/
H A DSamplerCore.hpp111 bool has8bitTextureComponents() const;
H A DSamplerCore.cpp1746 else if(has8bitTextureComponents()) in sampleTexel()
1972 ASSERT(state.textureFormat.has8bitTextureComponents()); in sampleTexel()
2709 bool SamplerCore::has8bitTextureComponents() const in has8bitTextureComponents() function in sw::SamplerCore
2711 return state.textureFormat.has8bitTextureComponents(); in has8bitTextureComponents()