Home
last modified time | relevance | path

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

/external/swiftshader/src/Vulkan/
DVkFormat.hpp68 bool has16bitTextureComponents() const;
DVkFormat.cpp2133 bool Format::has16bitTextureComponents() const in has16bitTextureComponents() function in vk::Format
/external/swiftshader/src/Shader/
DSamplerCore.hpp106 bool has16bitTextureComponents() const;
DSamplerCore.cpp805 if(has16bitTextureComponents() && hasUnsignedTextureComponent(0)) in sampleQuad2D()
835 if(has16bitTextureComponents() && hasUnsignedTextureComponent(1)) in sampleQuad2D()
865 if(has16bitTextureComponents() && hasUnsignedTextureComponent(2)) in sampleQuad2D()
895 if(has16bitTextureComponents() && hasUnsignedTextureComponent(3)) in sampleQuad2D()
1944 else if(has16bitTextureComponents()) in sampleTexel()
2741 bool SamplerCore::has16bitTextureComponents() const in has16bitTextureComponents() function in sw::SamplerCore
/external/swiftshader/src/Pipeline/
DSamplerCore.hpp105 bool has16bitTextureComponents() const;
DSamplerCore.cpp590 if(has16bitTextureComponents() && hasUnsignedTextureComponent(0)) in sampleQuad2D()
620 if(has16bitTextureComponents() && hasUnsignedTextureComponent(1)) in sampleQuad2D()
650 if(has16bitTextureComponents() && hasUnsignedTextureComponent(2)) in sampleQuad2D()
680 if(has16bitTextureComponents() && hasUnsignedTextureComponent(3)) in sampleQuad2D()
1664 else if(has16bitTextureComponents()) in sampleTexel()
2558 bool SamplerCore::has16bitTextureComponents() const in has16bitTextureComponents() function in sw::SamplerCore
2560 return state.textureFormat.has16bitTextureComponents(); in has16bitTextureComponents()