Home
last modified time | relevance | path

Searched refs:halfIntegerCoordinates (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/src/Renderer/
DRenderer.hpp62 bool halfIntegerCoordinates; member
DContext.cpp30 bool halfIntegerCoordinates = false; // Pixel centers are not at integer coordinates variable
DRenderer.cpp45 extern bool halfIntegerCoordinates; // Pixel centers are not at integer coordinates
108 sw::halfIntegerCoordinates = conventions.halfIntegerCoordinates; in Renderer()
/external/swiftshader/src/Shader/
DVertexRoutine.cpp26 extern bool halfIntegerCoordinates; // Pixel centers are not at integer coordinates
631 if(!halfIntegerCoordinates && !state.preTransformed) in postTransform()
DPixelProgram.cpp24 extern bool halfIntegerCoordinates; // Pixel centers are not at integer coordinates
33 if(!halfIntegerCoordinates) in setBuiltins()