Home
last modified time | relevance | path

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

/external/swiftshader/src/Vulkan/
DVkFormat.h65 bool has32bitIntegerTextureComponents() const;
DVkFormat.cpp2419 bool Format::has32bitIntegerTextureComponents() const in has32bitIntegerTextureComponents() function in vk::Format
/external/swiftshader/src/Pipeline/
DSamplerCore.hpp109 bool has32bitIntegerTextureComponents() const;
DSamplerCore.cpp1929 if(hasFloatTexture() || has32bitIntegerTextureComponents()) in sampleTexel()
2552 bool SamplerCore::has32bitIntegerTextureComponents() const in has32bitIntegerTextureComponents() function in sw::SamplerCore
2554 return state.textureFormat.has32bitIntegerTextureComponents(); in has32bitIntegerTextureComponents()
/external/swiftshader/src/Shader/
DSamplerCore.hpp107 bool has32bitIntegerTextureComponents() const;
DSamplerCore.cpp2122 if(hasFloatTexture() || has32bitIntegerTextureComponents()) in sampleTexel()
2815 bool SamplerCore::has32bitIntegerTextureComponents() const in has32bitIntegerTextureComponents() function in sw::SamplerCore