Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkFormat.hpp74 bool isRGBComponent(int component) const;
H A DVkFormat.cpp2482 bool Format::isRGBComponent(int component) const in isRGBComponent() function in vk::Format
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
H A DSamplerCore.hpp108 bool isRGBComponent(int component) const;
H A DSamplerCore.cpp1712 if(isRGBComponent(i)) in sampleTexel()
2550 bool SamplerCore::isRGBComponent(int component) const in isRGBComponent() function in sw::SamplerCore
2552 return state.textureFormat.isRGBComponent(component); in isRGBComponent()
/third_party/skia/third_party/externals/swiftshader/src/Shader/
H A DSamplerCore.hpp109 bool isRGBComponent(int component) const;
H A DSamplerCore.cpp1995 if(isRGBComponent(i)) in sampleTexel()
2963 bool SamplerCore::isRGBComponent(int component) const in isRGBComponent() function in sw::SamplerCore

Completed in 11 milliseconds