OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:interpolatez
(Results
1 - 6
of
6
) sorted by null
/external/swiftshader/src/Renderer/
QuadRasterizer.hpp
49
bool
interpolateZ
() const;
SetupProcessor.hpp
44
bool
interpolateZ
: 1;
QuadRasterizer.cpp
147
if(
interpolateZ
())
341
bool QuadRasterizer::
interpolateZ
() const
SetupProcessor.cpp
82
state.
interpolateZ
= context->depthBufferActive() || context->pixelFogActive() != FOG_NONE || vPosZW;
/external/swiftshader/src/Shader/
SetupRoutine.cpp
399
if(state.
interpolateZ
)
PixelRoutine.cpp
77
if(
interpolateZ
())
[
all
...]
Completed in 71 milliseconds