Searched refs:BoundsMax (Results 1 - 11 of 11) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Ddepth.c157 if (ctx->Depth.BoundsMin == zmin && ctx->Depth.BoundsMax == zmax)
163 ctx->Depth.BoundsMax = (GLfloat) zmax;
H A Dattrib.c1150 _mesa_DepthBoundsEXT(depth->BoundsMin, depth->BoundsMax);
H A Dmtypes.h511 GLfloat BoundsMin, BoundsMax;/**< GL_EXT_depth_bounds_test */ member in struct:gl_depthbuffer_attrib
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Ddepth.c163 if (ctx->Depth.BoundsMin == zmin && ctx->Depth.BoundsMax == zmax)
170 ctx->Depth.BoundsMax = zmax;
H A Dmtypes.h461 GLclampd BoundsMin, BoundsMax;/**< GL_EXT_depth_bounds_test */ member in struct:gl_depthbuffer_attrib
H A Dattrib.c919 TEST_AND_CALL2(Depth.BoundsMin, Depth.BoundsMax, DepthBoundsEXT);
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_atom_depth.c117 dsa->depth.bounds_max = ctx->Depth.BoundsMax;
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_atom_depth.c96 dsa->depth_bounds_max = ctx->Depth.BoundsMax;
/xsrc/external/mit/MesaLib/src/intel/genxml/
H A Dgen_rt_pack.h406 struct GFX_RT_BVH_VEC3 BoundsMax; member in struct:GFX_RT_BVH
423 GFX_RT_BVH_VEC3_pack(data, &dw[5], &values->BoundsMax);
/xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
H A Ds_depth.c417 GLuint zMax = (GLuint)((double)ctx->Depth.BoundsMax * 0xffffffff);
/xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
H A Ds_depth.c503 GLuint zMax = (GLuint)((double)ctx->Depth.BoundsMax * 0xffffffff);

Completed in 32 milliseconds