Searched refs:IND (Results 1 - 18 of 18) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
H A Dradeon_maos_verts.c62 #define DO_W (IND & RADEON_CP_VC_FRMT_W0)
63 #define DO_RGBA (IND & RADEON_CP_VC_FRMT_PKCOLOR)
64 #define DO_SPEC_OR_FOG (IND & RADEON_CP_VC_FRMT_PKSPEC)
65 #define DO_SPEC ((IND & RADEON_CP_VC_FRMT_PKSPEC) && \
67 #define DO_FOG ((IND & RADEON_CP_VC_FRMT_PKSPEC) && ctx->Fog.Enabled && \
69 #define DO_TEX0 (IND & RADEON_CP_VC_FRMT_ST0)
70 #define DO_TEX1 (IND & RADEON_CP_VC_FRMT_ST1)
71 #define DO_TEX2 (IND & RADEON_CP_VC_FRMT_ST2)
72 #define DO_PTEX (IND & RADEON_CP_VC_FRMT_Q0)
73 #define DO_NORM (IND
87 #define IND macro
94 #define IND macro
101 #define IND macro
109 #define IND macro
117 #define IND macro
125 #define IND macro
134 #define IND macro
143 #define IND macro
153 #define IND macro
162 #define IND macro
173 #define IND macro
182 #define IND macro
193 #define IND macro
207 #define IND macro
217 #define IND macro
228 #define IND macro
238 #define IND macro
250 #define IND macro
263 #define IND macro
[all...]
H A Dradeon_swtcl.c533 #define DO_UNFILLED (IND & RADEON_UNFILLED_BIT)
534 #define DO_TWOSIDE (IND & RADEON_TWOSIDE_BIT)
615 #undef IND macro
623 #define IND (0) macro
627 #define IND (RADEON_TWOSIDE_BIT) macro
631 #define IND (RADEON_UNFILLED_BIT) macro
635 #define IND (RADEON_TWOSIDE_BIT|RADEON_UNFILLED_BIT) macro
H A Dradeon_maos_vbtmp.h293 setup_tab[IDX].vertex_format = IND;
298 #undef IND macro
/external/mesa3d/src/mesa/drivers/dri/radeon/
H A Dradeon_maos_verts.c62 #define DO_W (IND & RADEON_CP_VC_FRMT_W0)
63 #define DO_RGBA (IND & RADEON_CP_VC_FRMT_PKCOLOR)
64 #define DO_SPEC_OR_FOG (IND & RADEON_CP_VC_FRMT_PKSPEC)
65 #define DO_SPEC ((IND & RADEON_CP_VC_FRMT_PKSPEC) && \
67 #define DO_FOG ((IND & RADEON_CP_VC_FRMT_PKSPEC) && ctx->Fog.Enabled && \
69 #define DO_TEX0 (IND & RADEON_CP_VC_FRMT_ST0)
70 #define DO_TEX1 (IND & RADEON_CP_VC_FRMT_ST1)
71 #define DO_TEX2 (IND & RADEON_CP_VC_FRMT_ST2)
72 #define DO_PTEX (IND & RADEON_CP_VC_FRMT_Q0)
73 #define DO_NORM (IND
87 #define IND macro
94 #define IND macro
101 #define IND macro
109 #define IND macro
117 #define IND macro
125 #define IND macro
134 #define IND macro
143 #define IND macro
153 #define IND macro
162 #define IND macro
173 #define IND macro
182 #define IND macro
193 #define IND macro
207 #define IND macro
217 #define IND macro
228 #define IND macro
238 #define IND macro
250 #define IND macro
263 #define IND macro
[all...]
H A Dradeon_swtcl.c533 #define DO_UNFILLED (IND & RADEON_UNFILLED_BIT)
534 #define DO_TWOSIDE (IND & RADEON_TWOSIDE_BIT)
615 #undef IND macro
623 #define IND (0) macro
627 #define IND (RADEON_TWOSIDE_BIT) macro
631 #define IND (RADEON_UNFILLED_BIT) macro
635 #define IND (RADEON_TWOSIDE_BIT|RADEON_UNFILLED_BIT) macro
H A Dradeon_maos_vbtmp.h293 setup_tab[IDX].vertex_format = IND;
298 #undef IND macro
/external/chromium_org/third_party/mesa/src/src/mesa/swrast_setup/
H A Dss_tritmp.h51 if (IND & (SS_TWOSIDE_BIT | SS_OFFSET_BIT | SS_UNFILLED_BIT))
59 if (IND & (SS_TWOSIDE_BIT | SS_UNFILLED_BIT))
63 if (IND & SS_UNFILLED_BIT)
67 if (IND & SS_TWOSIDE_BIT) {
131 if (IND & SS_OFFSET_BIT) {
157 if ((IND & SS_OFFSET_BIT) && ctx->Polygon.OffsetPoint) {
164 if ((IND & SS_OFFSET_BIT) && ctx->Polygon.OffsetLine) {
171 if ((IND & SS_OFFSET_BIT) && ctx->Polygon.OffsetFill) {
182 if (IND & SS_OFFSET_BIT) {
188 if (IND
247 #undef IND macro
[all...]
H A Dss_triangle.c165 #define IND (0) macro
169 #define IND (SS_OFFSET_BIT) macro
173 #define IND (SS_TWOSIDE_BIT) macro
177 #define IND (SS_OFFSET_BIT|SS_TWOSIDE_BIT) macro
181 #define IND (SS_UNFILLED_BIT) macro
185 #define IND (SS_OFFSET_BIT|SS_UNFILLED_BIT) macro
189 #define IND (SS_TWOSIDE_BIT|SS_UNFILLED_BIT) macro
193 #define IND (SS_OFFSET_BIT|SS_TWOSIDE_BIT|SS_UNFILLED_BIT) macro
/external/mesa3d/src/mesa/swrast_setup/
H A Dss_tritmp.h51 if (IND & (SS_TWOSIDE_BIT | SS_OFFSET_BIT | SS_UNFILLED_BIT))
59 if (IND & (SS_TWOSIDE_BIT | SS_UNFILLED_BIT))
63 if (IND & SS_UNFILLED_BIT)
67 if (IND & SS_TWOSIDE_BIT) {
131 if (IND & SS_OFFSET_BIT) {
157 if ((IND & SS_OFFSET_BIT) && ctx->Polygon.OffsetPoint) {
164 if ((IND & SS_OFFSET_BIT) && ctx->Polygon.OffsetLine) {
171 if ((IND & SS_OFFSET_BIT) && ctx->Polygon.OffsetFill) {
182 if (IND & SS_OFFSET_BIT) {
188 if (IND
247 #undef IND macro
[all...]
H A Dss_triangle.c165 #define IND (0) macro
169 #define IND (SS_OFFSET_BIT) macro
173 #define IND (SS_TWOSIDE_BIT) macro
177 #define IND (SS_OFFSET_BIT|SS_TWOSIDE_BIT) macro
181 #define IND (SS_UNFILLED_BIT) macro
185 #define IND (SS_OFFSET_BIT|SS_UNFILLED_BIT) macro
189 #define IND (SS_TWOSIDE_BIT|SS_UNFILLED_BIT) macro
193 #define IND (SS_OFFSET_BIT|SS_TWOSIDE_BIT|SS_UNFILLED_BIT) macro
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
H A Dintel_tris.c608 #define DO_FALLBACK (IND & INTEL_FALLBACK_BIT)
609 #define DO_OFFSET (IND & INTEL_OFFSET_BIT)
610 #define DO_UNFILLED (IND & INTEL_UNFILLED_BIT)
611 #define DO_TWOSIDE (IND & INTEL_TWOSIDE_BIT)
691 #define IND INTEL_FALLBACK_BIT macro
693 #undef IND macro
699 #define IND (0) macro
703 #define IND (INTEL_OFFSET_BIT) macro
707 #define IND (INTEL_TWOSIDE_BIT) macro
711 #define IND (INTEL_TWOSIDE_BI macro
715 #define IND macro
719 #define IND macro
723 #define IND macro
727 #define IND macro
731 #define IND macro
735 #define IND macro
739 #define IND macro
743 #define IND macro
747 #define IND macro
751 #define IND macro
755 #define IND macro
759 #define IND macro
859 #define IND macro
[all...]
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Dintel_tris.c608 #define DO_FALLBACK (IND & INTEL_FALLBACK_BIT)
609 #define DO_OFFSET (IND & INTEL_OFFSET_BIT)
610 #define DO_UNFILLED (IND & INTEL_UNFILLED_BIT)
611 #define DO_TWOSIDE (IND & INTEL_TWOSIDE_BIT)
691 #define IND INTEL_FALLBACK_BIT macro
693 #undef IND macro
699 #define IND (0) macro
703 #define IND (INTEL_OFFSET_BIT) macro
707 #define IND (INTEL_TWOSIDE_BIT) macro
711 #define IND (INTEL_TWOSIDE_BI macro
715 #define IND macro
719 #define IND macro
723 #define IND macro
727 #define IND macro
731 #define IND macro
735 #define IND macro
739 #define IND macro
743 #define IND macro
747 #define IND macro
751 #define IND macro
755 #define IND macro
759 #define IND macro
859 #define IND macro
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/tnl_dd/
H A Dt_dd_tritmp.h660 TAB[IND].quad = TAG(quadr);
663 TAB[IND].triangle = TAG(triangle);
666 TAB[IND].line = TAG(line);
669 TAB[IND].points = TAG(points);
673 #undef IND macro
H A Dt_dd_vb.c346 #undef IND macro
/external/mesa3d/src/mesa/tnl_dd/
H A Dt_dd_tritmp.h660 TAB[IND].quad = TAG(quadr);
663 TAB[IND].triangle = TAG(triangle);
666 TAB[IND].line = TAG(line);
669 TAB[IND].points = TAG(points);
673 #undef IND macro
H A Dt_dd_vb.c346 #undef IND macro
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
H A Dr200_swtcl.c410 #define DO_UNFILLED (IND & R200_UNFILLED_BIT)
411 #define DO_TWOSIDE (IND & R200_TWOSIDE_BIT)
493 #undef IND macro
501 #define IND (0) macro
505 #define IND (R200_TWOSIDE_BIT) macro
509 #define IND (R200_UNFILLED_BIT) macro
513 #define IND (R200_TWOSIDE_BIT|R200_UNFILLED_BIT) macro
/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dr200_swtcl.c410 #define DO_UNFILLED (IND & R200_UNFILLED_BIT)
411 #define DO_TWOSIDE (IND & R200_TWOSIDE_BIT)
493 #undef IND macro
501 #define IND (0) macro
505 #define IND (R200_TWOSIDE_BIT) macro
509 #define IND (R200_UNFILLED_BIT) macro
513 #define IND (R200_TWOSIDE_BIT|R200_UNFILLED_BIT) macro

Completed in 216 milliseconds