Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkFormat.hpp72 bool has16bitTextureComponents() const;
H A DVkFormat.cpp2320 bool Format::has16bitTextureComponents() const in has16bitTextureComponents() function in vk::Format
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
H A DSamplerCore.hpp105 bool has16bitTextureComponents() const;
H A DSamplerCore.cpp512 if(has16bitTextureComponents() && hasUnsignedTextureComponent(0)) in sampleQuad2D()
542 if(has16bitTextureComponents() && hasUnsignedTextureComponent(1)) in sampleQuad2D()
572 if(has16bitTextureComponents() && hasUnsignedTextureComponent(2)) in sampleQuad2D()
602 if(has16bitTextureComponents() && hasUnsignedTextureComponent(3)) in sampleQuad2D()
1623 else if(has16bitTextureComponents()) in sampleTexel()
2535 bool SamplerCore::has16bitTextureComponents() const in has16bitTextureComponents() function in sw::SamplerCore
2537 return state.textureFormat.has16bitTextureComponents(); in has16bitTextureComponents()
/third_party/skia/third_party/externals/swiftshader/src/Shader/
H A DSamplerCore.hpp106 bool has16bitTextureComponents() const;
H A 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

Completed in 11 milliseconds