Home
last modified time | relevance | path

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

/external/deqp-deps/amber/src/
Dpipeline_data.h131 void SetDepthBiasClamp(float f) { depth_bias_clamp_ = f; } in SetDepthBiasClamp()
132 float GetDepthBiasClamp() const { return depth_bias_clamp_; } in GetDepthBiasClamp()
212 float depth_bias_clamp_ = 0.0f; variable