Searched refs:BoundsMin (Results 1 - 13 of 13) 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)
162 ctx->Depth.BoundsMin = (GLfloat) zmin;
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)
169 ctx->Depth.BoundsMin = zmin;
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.c116 dsa->depth.bounds_min = ctx->Depth.BoundsMin;
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_atom_depth.c95 dsa->depth_bounds_min = ctx->Depth.BoundsMin;
/xsrc/external/mit/MesaLib/src/intel/genxml/
H A Dgen_rt_pack.h405 struct GFX_RT_BVH_VEC3 BoundsMin; member in struct:GFX_RT_BVH
421 GFX_RT_BVH_VEC3_pack(data, &dw[2], &values->BoundsMin);
/xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
H A Ds_depth.c416 GLuint zMin = (GLuint)((double)ctx->Depth.BoundsMin * 0xffffffff);
/xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
H A Ds_depth.c502 GLuint zMin = (GLuint)((double)ctx->Depth.BoundsMin * 0xffffffff);
/xsrc/external/mit/MesaLib.old/src/mesa/
H A Dget_hash.h609 { GL_DEPTH_BOUNDS_EXT, CONTEXT_FLOAT2(Depth.BoundsMin), extra_EXT_depth_bounds_test },
/xsrc/external/mit/MesaLib/src/mesa/
H A Dget_hash.h616 { GL_DEPTH_BOUNDS_EXT, CONTEXT_FLOAT2(Depth.BoundsMin), extra_EXT_depth_bounds_test },

Completed in 34 milliseconds