Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
DVkFormat.hpp73 bool has32bitIntegerTextureComponents() const;
DVkFormat.cpp2401 bool Format::has32bitIntegerTextureComponents() const in has32bitIntegerTextureComponents() function in vk::Format
/third_party/skia/third_party/externals/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
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
DSamplerCore.hpp106 bool has32bitIntegerTextureComponents() const;
DSamplerCore.cpp1892 if(hasFloatTexture() || has32bitIntegerTextureComponents()) in sampleTexel()
2540 bool SamplerCore::has32bitIntegerTextureComponents() const in has32bitIntegerTextureComponents() function in sw::SamplerCore
2542 return state.textureFormat.has32bitIntegerTextureComponents(); in has32bitIntegerTextureComponents()