Home
last modified time | relevance | path

Searched refs:isProjectionComponent (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/src/Renderer/
DSetupProcessor.cpp131 int project = context->isProjectionComponent(interpolant - 2, component) ? 1 : 0; in update()
DContext.cpp595 bool project = isProjectionComponent(coordinate, component); in texCoordActive()
618 bool Context::isProjectionComponent(unsigned int coordinate, int component) in isProjectionComponent() function in sw::Context
DContext.hpp351 bool isProjectionComponent(unsigned int coordinate, int component);