Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/main/
Dframebuffer.c76 fb->_DepthMaxF = (GLfloat) fb->_DepthMax; in compute_depth_max()
79 fb->_MRD = (GLfloat)1.0 / fb->_DepthMaxF; in compute_depth_max()
Dmtypes.h2701 GLfloat _DepthMaxF; /**< Float max depth buffer value */ member
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_exec.c6109 mach->Outputs[0].xyzw[2].f[i] *= ctx->DrawBuffer->_DepthMaxF; in tgsi_exec_machine_run()