Home
last modified time | relevance | path

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

/external/swiftshader/src/Vulkan/
DVkFormat.h66 bool isRGBComponent(int component) const;
DVkFormat.cpp2487 bool Format::isRGBComponent(int component) const in isRGBComponent() function in vk::Format
/external/swiftshader/src/Pipeline/
DSamplerCore.hpp111 bool isRGBComponent(int component) const;
DSamplerCore.cpp1747 if(isRGBComponent(i)) in sampleTexel()
2562 bool SamplerCore::isRGBComponent(int component) const in isRGBComponent() function in sw::SamplerCore
2564 return state.textureFormat.isRGBComponent(component); in isRGBComponent()
/external/swiftshader/src/Shader/
DSamplerCore.hpp109 bool isRGBComponent(int component) const;
DSamplerCore.cpp1995 if(isRGBComponent(i)) in sampleTexel()
2963 bool SamplerCore::isRGBComponent(int component) const in isRGBComponent() function in sw::SamplerCore