Home
last modified time | relevance | path

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

/external/swiftshader/src/Vulkan/
DVkFormat.hpp74 bool has8bitTextureComponents() const;
DVkFormat.cpp2654 bool Format::has8bitTextureComponents() const in has8bitTextureComponents() function in vk::Format
/external/swiftshader/src/Pipeline/
DSamplerCore.hpp105 bool has8bitTextureComponents() const;
DSamplerCore.cpp1485 else if(has8bitTextureComponents()) in sampleTexel()
1711 ASSERT(state.textureFormat.has8bitTextureComponents()); in sampleTexel()
2596 bool SamplerCore::has8bitTextureComponents() const in has8bitTextureComponents() function in sw::SamplerCore
2598 return state.textureFormat.has8bitTextureComponents(); in has8bitTextureComponents()