| /xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/ |
| H A D | st_util.h | 101 ctx->Transform.ClipPlanesEnabled;
|
| H A D | st_atom_rasterizer.c | 300 raster->clip_plane_enable = ctx->Transform.ClipPlanesEnabled;
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/ |
| H A D | st_util.h | 101 ctx->Transform.ClipPlanesEnabled;
|
| H A D | st_atom_shader.c | 258 key.lower_ucp = st->ctx->Transform.ClipPlanesEnabled; 321 key.lower_ucp = st->ctx->Transform.ClipPlanesEnabled;
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/ |
| H A D | brw_clip.c | 114 if (ctx->Transform.ClipPlanesEnabled) 115 key.nr_userclip = _mesa_logbase2(ctx->Transform.ClipPlanesEnabled) + 1;
|
| H A D | brw_curbe.c | 89 if (ctx->Transform.ClipPlanesEnabled) { 90 GLuint nr_planes = 6 + util_bitcount(ctx->Transform.ClipPlanesEnabled); 254 mask = ctx->Transform.ClipPlanesEnabled;
|
| H A D | brw_sf.c | 124 key.userclip_active = (ctx->Transform.ClipPlanesEnabled != 0);
|
| H A D | brw_vs.c | 257 if (ctx->Transform.ClipPlanesEnabled != 0 && 261 _mesa_logbase2(ctx->Transform.ClipPlanesEnabled) + 1;
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/ |
| H A D | brw_clip.c | 114 if (ctx->Transform.ClipPlanesEnabled) 115 key.nr_userclip = util_logbase2(ctx->Transform.ClipPlanesEnabled) + 1;
|
| H A D | brw_curbe.c | 89 if (ctx->Transform.ClipPlanesEnabled) { 90 GLuint nr_planes = 6 + util_bitcount(ctx->Transform.ClipPlanesEnabled); 254 mask = ctx->Transform.ClipPlanesEnabled;
|
| H A D | brw_sf.c | 124 key.userclip_active = (ctx->Transform.ClipPlanesEnabled != 0);
|
| H A D | brw_vs.c | 272 if (ctx->Transform.ClipPlanesEnabled != 0 && 276 util_logbase2(ctx->Transform.ClipPlanesEnabled) + 1;
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| H A D | clip.c | 91 if (ctx->Transform.ClipPlanesEnabled & (1 << p)) {
|
| H A D | matrix.c | 585 mask = ctx->Transform.ClipPlanesEnabled; 774 ctx->Transform.ClipPlanesEnabled = 0;
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| H A D | clip.c | 92 if (ctx->Transform.ClipPlanesEnabled & (1 << p)) {
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/tnl/ |
| H A D | t_vb_vertex.c | 68 GLbitfield mask = ctx->Transform.ClipPlanesEnabled; \ 215 if (ctx->Transform.ClipPlanesEnabled) {
|
| H A D | t_vb_cliptmp.h | 139 GLbitfield enabled = ctx->Transform.ClipPlanesEnabled; 227 GLbitfield enabled = ctx->Transform.ClipPlanesEnabled; 289 GLbitfield enabled = ctx->Transform.ClipPlanesEnabled;
|
| H A D | t_vb_program.c | 89 GLbitfield mask = ctx->Transform.ClipPlanesEnabled; 168 if (ctx->Transform.ClipPlanesEnabled &&
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/tnl/ |
| H A D | t_vb_vertex.c | 68 GLbitfield mask = ctx->Transform.ClipPlanesEnabled; \ 218 if (ctx->Transform.ClipPlanesEnabled) {
|
| H A D | t_vb_cliptmp.h | 139 GLbitfield enabled = ctx->Transform.ClipPlanesEnabled; 227 GLbitfield enabled = ctx->Transform.ClipPlanesEnabled; 289 GLbitfield enabled = ctx->Transform.ClipPlanesEnabled;
|
| H A D | t_vb_program.c | 89 GLbitfield mask = ctx->Transform.ClipPlanesEnabled; 168 if (ctx->Transform.ClipPlanesEnabled &&
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/radeon/ |
| H A D | radeon_state_init.c | 229 TCL_CHECK( tcl_ucp0_add4, (ctx->Transform.ClipPlanesEnabled & 0x1), 4 ) 230 TCL_CHECK( tcl_ucp1_add4, (ctx->Transform.ClipPlanesEnabled & 0x2), 4 ) 231 TCL_CHECK( tcl_ucp2_add4, (ctx->Transform.ClipPlanesEnabled & 0x4), 4 ) 232 TCL_CHECK( tcl_ucp3_add4, (ctx->Transform.ClipPlanesEnabled & 0x8), 4 ) 233 TCL_CHECK( tcl_ucp4_add4, (ctx->Transform.ClipPlanesEnabled & 0x10), 4 ) 234 TCL_CHECK( tcl_ucp5_add4, (ctx->Transform.ClipPlanesEnabled & 0x20), 4 )
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/radeon/ |
| H A D | radeon_state_init.c | 228 TCL_CHECK( tcl_ucp0_add4, (ctx->Transform.ClipPlanesEnabled & 0x1), 4 ) 229 TCL_CHECK( tcl_ucp1_add4, (ctx->Transform.ClipPlanesEnabled & 0x2), 4 ) 230 TCL_CHECK( tcl_ucp2_add4, (ctx->Transform.ClipPlanesEnabled & 0x4), 4 ) 231 TCL_CHECK( tcl_ucp3_add4, (ctx->Transform.ClipPlanesEnabled & 0x8), 4 ) 232 TCL_CHECK( tcl_ucp4_add4, (ctx->Transform.ClipPlanesEnabled & 0x10), 4 ) 233 TCL_CHECK( tcl_ucp5_add4, (ctx->Transform.ClipPlanesEnabled & 0x20), 4 )
|
| /xsrc/external/mit/MesaLib.old/src/mesa/ |
| H A D | get_hash.h | 116 { GL_CLIP_DISTANCE0, CONTEXT_BIT0(Transform.ClipPlanesEnabled), extra_valid_clip_distance }, 117 { GL_CLIP_DISTANCE1, CONTEXT_BIT1(Transform.ClipPlanesEnabled), extra_valid_clip_distance }, 118 { GL_CLIP_DISTANCE2, CONTEXT_BIT2(Transform.ClipPlanesEnabled), extra_valid_clip_distance }, 119 { GL_CLIP_DISTANCE3, CONTEXT_BIT3(Transform.ClipPlanesEnabled), extra_valid_clip_distance }, 120 { GL_CLIP_DISTANCE4, CONTEXT_BIT4(Transform.ClipPlanesEnabled), extra_valid_clip_distance }, 121 { GL_CLIP_DISTANCE5, CONTEXT_BIT5(Transform.ClipPlanesEnabled), extra_valid_clip_distance }, 122 { GL_CLIP_DISTANCE6, CONTEXT_BIT6(Transform.ClipPlanesEnabled), extra_valid_clip_distance }, 123 { GL_CLIP_DISTANCE7, CONTEXT_BIT7(Transform.ClipPlanesEnabled), extra_valid_clip_distance },
|
| /xsrc/external/mit/MesaLib/src/mesa/ |
| H A D | get_hash.h | 116 { GL_CLIP_DISTANCE0, CONTEXT_BIT0(Transform.ClipPlanesEnabled), extra_valid_clip_distance }, 117 { GL_CLIP_DISTANCE1, CONTEXT_BIT1(Transform.ClipPlanesEnabled), extra_valid_clip_distance }, 118 { GL_CLIP_DISTANCE2, CONTEXT_BIT2(Transform.ClipPlanesEnabled), extra_valid_clip_distance }, 119 { GL_CLIP_DISTANCE3, CONTEXT_BIT3(Transform.ClipPlanesEnabled), extra_valid_clip_distance }, 120 { GL_CLIP_DISTANCE4, CONTEXT_BIT4(Transform.ClipPlanesEnabled), extra_valid_clip_distance }, 121 { GL_CLIP_DISTANCE5, CONTEXT_BIT5(Transform.ClipPlanesEnabled), extra_valid_clip_distance }, 122 { GL_CLIP_DISTANCE6, CONTEXT_BIT6(Transform.ClipPlanesEnabled), extra_valid_clip_distance }, 123 { GL_CLIP_DISTANCE7, CONTEXT_BIT7(Transform.ClipPlanesEnabled), extra_valid_clip_distance },
|