Searched refs:ClipPlanesEnabled (Results 1 - 25 of 50) sorted by relevance

12

/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dgen6_clip_state.c67 userclip = ctx->Transform.ClipPlanesEnabled;
H A Dgen6_vs_state.c57 if (brw->vs.prog_data->nr_params == 0 && !ctx->Transform.ClipPlanesEnabled) {
79 if (ctx->Transform.ClipPlanesEnabled != 0 && !uses_clip_distance) {
82 = _mesa_logbase2(ctx->Transform.ClipPlanesEnabled) + 1;
H A Dgen7_clip_state.c94 userclip = ctx->Transform.ClipPlanesEnabled;
H A Dbrw_curbe.c68 if (ctx->Transform.ClipPlanesEnabled) {
69 GLuint nr_planes = 6 + _mesa_bitcount_64(ctx->Transform.ClipPlanesEnabled);
239 if (ctx->Transform.ClipPlanesEnabled & (1<<j)) {
H A Dbrw_vs.c389 key.userclip_active = (ctx->Transform.ClipPlanesEnabled != 0);
394 = _mesa_bitcount_64(ctx->Transform.ClipPlanesEnabled);
396 = ctx->Transform.ClipPlanesEnabled;
399 = _mesa_logbase2(ctx->Transform.ClipPlanesEnabled) + 1;
H A Dbrw_vs_state.c92 if (ctx->Transform.ClipPlanesEnabled && !brw->vs.prog_data->uses_new_param_layout) {
H A Dbrw_sf.c172 key.userclip_active = (ctx->Transform.ClipPlanesEnabled != 0);
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dgen6_clip_state.c67 userclip = ctx->Transform.ClipPlanesEnabled;
H A Dgen6_vs_state.c57 if (brw->vs.prog_data->nr_params == 0 && !ctx->Transform.ClipPlanesEnabled) {
79 if (ctx->Transform.ClipPlanesEnabled != 0 && !uses_clip_distance) {
82 = _mesa_logbase2(ctx->Transform.ClipPlanesEnabled) + 1;
H A Dgen7_clip_state.c94 userclip = ctx->Transform.ClipPlanesEnabled;
H A Dbrw_curbe.c68 if (ctx->Transform.ClipPlanesEnabled) {
69 GLuint nr_planes = 6 + _mesa_bitcount_64(ctx->Transform.ClipPlanesEnabled);
239 if (ctx->Transform.ClipPlanesEnabled & (1<<j)) {
H A Dbrw_vs.c389 key.userclip_active = (ctx->Transform.ClipPlanesEnabled != 0);
394 = _mesa_bitcount_64(ctx->Transform.ClipPlanesEnabled);
396 = ctx->Transform.ClipPlanesEnabled;
399 = _mesa_logbase2(ctx->Transform.ClipPlanesEnabled) + 1;
H A Dbrw_vs_state.c92 if (ctx->Transform.ClipPlanesEnabled && !brw->vs.prog_data->uses_new_param_layout) {
H A Dbrw_sf.c172 key.userclip_active = (ctx->Transform.ClipPlanesEnabled != 0);
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dclip.c90 if (ctx->Transform.ClipPlanesEnabled & (1 << p)) {
H A Dmatrix.c579 if (ctx->Transform.ClipPlanesEnabled) {
582 if (ctx->Transform.ClipPlanesEnabled & (1 << p)) {
781 ctx->Transform.ClipPlanesEnabled = 0;
/external/mesa3d/src/mesa/main/
H A Dclip.c90 if (ctx->Transform.ClipPlanesEnabled & (1 << p)) {
H A Dmatrix.c579 if (ctx->Transform.ClipPlanesEnabled) {
582 if (ctx->Transform.ClipPlanesEnabled & (1 << p)) {
781 ctx->Transform.ClipPlanesEnabled = 0;
/external/chromium_org/third_party/mesa/src/src/mesa/tnl/
H A Dt_vb_vertex.c70 if (ctx->Transform.ClipPlanesEnabled & (1 << p)) { \
213 if (ctx->Transform.ClipPlanesEnabled) {
H A Dt_vb_cliptmp.h141 if (ctx->Transform.ClipPlanesEnabled & (1 << p)) {
230 if (ctx->Transform.ClipPlanesEnabled & (1 << p)) {
293 if (ctx->Transform.ClipPlanesEnabled & (1 << p)) {
H A Dt_rasterpos.c92 if (ctx->Transform.ClipPlanesEnabled & (1 << p)) {
401 if (ctx->Transform.ClipPlanesEnabled && !userclip_point(ctx, clip)) {
/external/mesa3d/src/mesa/tnl/
H A Dt_vb_vertex.c70 if (ctx->Transform.ClipPlanesEnabled & (1 << p)) { \
213 if (ctx->Transform.ClipPlanesEnabled) {
H A Dt_vb_cliptmp.h141 if (ctx->Transform.ClipPlanesEnabled & (1 << p)) {
230 if (ctx->Transform.ClipPlanesEnabled & (1 << p)) {
293 if (ctx->Transform.ClipPlanesEnabled & (1 << p)) {
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
H A Dradeon_state_init.c228 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 )
/external/mesa3d/src/mesa/drivers/dri/radeon/
H A Dradeon_state_init.c228 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 )

Completed in 3489 milliseconds

12