Searched refs:depthMax (Results 1 – 7 of 7) sorted by relevance
/third_party/mesa3d/src/mesa/main/ |
D | pack.c | 771 GLenum dstType, GLvoid *dest, GLuint depthMax, in _mesa_unpack_depth_span() argument 796 && depthMax == 0xffffffff) { in _mesa_unpack_depth_span() 807 && depthMax == 0xffffff) { in _mesa_unpack_depth_span() 861 depthMax == 0xffffff && in _mesa_unpack_depth_span() 956 if (depthMax <= 0xffffff) { in _mesa_unpack_depth_span() 959 zValues[i] = (GLuint) (depthValues[i] * (GLfloat) depthMax); in _mesa_unpack_depth_span() 965 GLdouble z = depthValues[i] * (GLdouble) depthMax; in _mesa_unpack_depth_span() 976 assert(depthMax <= 0xffff); in _mesa_unpack_depth_span() 978 zValues[i] = (GLushort) (depthValues[i] * (GLfloat) depthMax); in _mesa_unpack_depth_span()
|
D | pack.h | 66 GLenum dstType, GLvoid *dest, GLuint depthMax,
|
/third_party/mesa3d/src/mesa/math/ |
D | m_matrix.h | 129 const float translate[3], double depthMax );
|
D | m_matrix.c | 1027 const float translate[3], double depthMax) in _math_matrix_viewport() argument 1033 m->m[MAT_SZ] = depthMax*scale[2]; in _math_matrix_viewport() 1034 m->m[MAT_TZ] = depthMax*translate[2]; in _math_matrix_viewport()
|
/third_party/mesa3d/docs/relnotes/ |
D | 8.0.5.rst | 197 - mesa: Use GLdouble for depthMax in final unpack conversions.
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/multiview/ |
D | vktMultiViewRenderTests.cpp | 3526 const float depthMax = depthRange[1]; in imageData() local 3546 color.x() = depthClamped * depthMax + (1.0f - depthClamped) * depthMin; in imageData() 3713 const float depthMax = depthRange[1]; in iterate() local 3717 …subpassNdx, VK_VERTEX_INPUT_RATE_VERTEX, m_depthTest, m_stencilTest, depthMin, depthMax, m_dsForma… in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/multiview/ |
D | vktMultiViewRenderTests.cpp | 3526 const float depthMax = depthRange[1]; in imageData() local 3546 color.x() = depthClamped * depthMax + (1.0f - depthClamped) * depthMin; in imageData() 3713 const float depthMax = depthRange[1]; in iterate() local 3717 …subpassNdx, VK_VERTEX_INPUT_RATE_VERTEX, m_depthTest, m_stencilTest, depthMin, depthMax, m_dsForma… in iterate()
|