Home
last modified time | relevance | path

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

/external/swiftshader/src/Vulkan/
DVkFormat.h63 bool has8bitTextureComponents() const;
DVkFormat.cpp2283 bool Format::has8bitTextureComponents() const in has8bitTextureComponents() function in vk::Format
/external/swiftshader/src/Pipeline/
DSamplerCore.hpp107 bool has8bitTextureComponents() const;
DSamplerCore.cpp1529 else if(has8bitTextureComponents()) in sampleTexel()
1750 ASSERT(state.textureFormat.has8bitTextureComponents()); in sampleTexel()
2542 bool SamplerCore::has8bitTextureComponents() const in has8bitTextureComponents() function in sw::SamplerCore
2544 return state.textureFormat.has8bitTextureComponents(); in has8bitTextureComponents()
/external/swiftshader/src/Shader/
DSamplerCore.hpp105 bool has8bitTextureComponents() const;
DSamplerCore.cpp1772 else if(has8bitTextureComponents()) in sampleTexel()
2667 bool SamplerCore::has8bitTextureComponents() const in has8bitTextureComponents() function in sw::SamplerCore