Home
last modified time | relevance | path

Searched refs:diffuseUsed (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/src/Renderer/
DContext.cpp1203 bool Context::diffuseUsed() in diffuseUsed() function in sw::Context
1205 return diffuseUsed(0) || diffuseUsed(1) || diffuseUsed(2) || diffuseUsed(3); in diffuseUsed()
1208 bool Context::diffuseUsed(int component) in diffuseUsed() function in sw::Context
1280 bool pixelDiffuse = diffuseUsed(component); in diffuseActive()
DContext.hpp389 bool diffuseUsed(); // Used by pixel processor but not provided by vertex processor
390 …bool diffuseUsed(int component); // Used by pixel processor but not provided by vertex process…