Searched refs:diffuseUsed (Results 1 – 2 of 2) sorted by relevance
1203 bool Context::diffuseUsed() in diffuseUsed() function in sw::Context1205 return diffuseUsed(0) || diffuseUsed(1) || diffuseUsed(2) || diffuseUsed(3); in diffuseUsed()1208 bool Context::diffuseUsed(int component) in diffuseUsed() function in sw::Context1280 bool pixelDiffuse = diffuseUsed(component); in diffuseActive()
389 bool diffuseUsed(); // Used by pixel processor but not provided by vertex processor390 …bool diffuseUsed(int component); // Used by pixel processor but not provided by vertex process…