Home
last modified time | relevance | path

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

/external/swiftshader/src/Vulkan/
DVkFormat.h62 bool has16bitTextureFormat() const;
DVkFormat.cpp2215 bool Format::has16bitTextureFormat() const in has16bitTextureFormat() function in vk::Format
/external/swiftshader/src/Pipeline/
DSamplerCore.hpp106 bool has16bitTextureFormat() const;
DSamplerCore.cpp1499 if(has16bitTextureFormat()) in sampleTexel()
2537 bool SamplerCore::has16bitTextureFormat() const in has16bitTextureFormat() function in sw::SamplerCore
2539 return state.textureFormat.has16bitTextureFormat(); in has16bitTextureFormat()
/external/swiftshader/src/Shader/
DSamplerCore.hpp104 bool has16bitTextureFormat() const;
DSamplerCore.cpp336 if(has16bitTextureFormat()) in sampleTexture()
1754 if(has16bitTextureFormat()) in sampleTexel()
2593 bool SamplerCore::has16bitTextureFormat() const in has16bitTextureFormat() function in sw::SamplerCore