Home
last modified time | relevance | path

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

/external/swiftshader/src/Device/
DPixelProcessor.cpp123 …state.depthClamp = !state.depthFormat.isFloatFormat() || !pipelineState.hasDepthRangeUnrestricted(… in update()
DContext.hpp158 inline bool hasDepthRangeUnrestricted() const { return depthRangeUnrestricted; } in hasDepthRangeUnrestricted() function