Home
last modified time | relevance | path

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

/external/swiftshader/src/Vulkan/
DVkFormat.hpp76 bool has32bitIntegerTextureComponents() const;
DVkFormat.cpp2818 bool Format::has32bitIntegerTextureComponents() const in has32bitIntegerTextureComponents() function in vk::Format
/external/swiftshader/src/Pipeline/
DSamplerCore.hpp107 bool has32bitIntegerTextureComponents() const;
DSamplerCore.cpp1961 if(hasFloatTexture() || has32bitIntegerTextureComponents()) in sampleTexel()
2606 bool SamplerCore::has32bitIntegerTextureComponents() const in has32bitIntegerTextureComponents() function in sw::SamplerCore
2608 return state.textureFormat.has32bitIntegerTextureComponents(); in has32bitIntegerTextureComponents()