Searched refs:BoundsMin (Results 1 - 13 of 13) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| H A D | depth.c | 157 if (ctx->Depth.BoundsMin == zmin && ctx->Depth.BoundsMax == zmax) 162 ctx->Depth.BoundsMin = (GLfloat) zmin;
|
| H A D | attrib.c | 1150 _mesa_DepthBoundsEXT(depth->BoundsMin, depth->BoundsMax);
|
| H A D | mtypes.h | 511 GLfloat BoundsMin, BoundsMax;/**< GL_EXT_depth_bounds_test */ member in struct:gl_depthbuffer_attrib
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| H A D | depth.c | 163 if (ctx->Depth.BoundsMin == zmin && ctx->Depth.BoundsMax == zmax) 169 ctx->Depth.BoundsMin = zmin;
|
| H A D | mtypes.h | 461 GLclampd BoundsMin, BoundsMax;/**< GL_EXT_depth_bounds_test */ member in struct:gl_depthbuffer_attrib
|
| H A D | attrib.c | 919 TEST_AND_CALL2(Depth.BoundsMin, Depth.BoundsMax, DepthBoundsEXT);
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/ |
| H A D | st_atom_depth.c | 116 dsa->depth.bounds_min = ctx->Depth.BoundsMin;
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/ |
| H A D | st_atom_depth.c | 95 dsa->depth_bounds_min = ctx->Depth.BoundsMin;
|
| /xsrc/external/mit/MesaLib/src/intel/genxml/ |
| H A D | gen_rt_pack.h | 405 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 D | s_depth.c | 416 GLuint zMin = (GLuint)((double)ctx->Depth.BoundsMin * 0xffffffff);
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/swrast/ |
| H A D | s_depth.c | 502 GLuint zMin = (GLuint)((double)ctx->Depth.BoundsMin * 0xffffffff);
|
| /xsrc/external/mit/MesaLib.old/src/mesa/ |
| H A D | get_hash.h | 609 { GL_DEPTH_BOUNDS_EXT, CONTEXT_FLOAT2(Depth.BoundsMin), extra_EXT_depth_bounds_test },
|
| /xsrc/external/mit/MesaLib/src/mesa/ |
| H A D | get_hash.h | 616 { GL_DEPTH_BOUNDS_EXT, CONTEXT_FLOAT2(Depth.BoundsMin), extra_EXT_depth_bounds_test },
|
Completed in 34 milliseconds