HomeSort by relevance Sort by last modified time
    Searched defs:IND (Results 1 - 16 of 16) sorted by null

  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_maos_vbtmp.h 293 setup_tab[IDX].vertex_format = IND;
298 #undef IND
radeon_maos_verts.c 63 #define DO_W (IND & RADEON_CP_VC_FRMT_W0)
64 #define DO_RGBA (IND & RADEON_CP_VC_FRMT_PKCOLOR)
65 #define DO_SPEC_OR_FOG (IND & RADEON_CP_VC_FRMT_PKSPEC)
66 #define DO_SPEC ((IND & RADEON_CP_VC_FRMT_PKSPEC) && \
68 #define DO_FOG ((IND & RADEON_CP_VC_FRMT_PKSPEC) && ctx->Fog.Enabled && \
70 #define DO_TEX0 ((IND & RADEON_CP_VC_FRMT_ST0) != 0)
71 #define DO_TEX1 ((IND & RADEON_CP_VC_FRMT_ST1) != 0)
72 #define DO_TEX2 ((IND & RADEON_CP_VC_FRMT_ST2) != 0)
73 #define DO_PTEX ((IND & RADEON_CP_VC_FRMT_Q0) != 0)
74 #define DO_NORM ((IND & RADEON_CP_VC_FRMT_N0) != 0
    [all...]
radeon_swtcl.c 534 #define DO_UNFILLED ((IND & RADEON_UNFILLED_BIT) != 0)
535 #define DO_TWOSIDE ((IND & RADEON_TWOSIDE_BIT) != 0)
616 #undef IND
624 #define IND (0)
628 #define IND (RADEON_TWOSIDE_BIT)
632 #define IND (RADEON_UNFILLED_BIT)
636 #define IND (RADEON_TWOSIDE_BIT|RADEON_UNFILLED_BIT)
  /external/mesa3d/src/mesa/swrast_setup/
ss_triangle.c 165 #define IND (0)
169 #define IND (SS_OFFSET_BIT)
173 #define IND (SS_TWOSIDE_BIT)
177 #define IND (SS_OFFSET_BIT|SS_TWOSIDE_BIT)
181 #define IND (SS_UNFILLED_BIT)
185 #define IND (SS_OFFSET_BIT|SS_UNFILLED_BIT)
189 #define IND (SS_TWOSIDE_BIT|SS_UNFILLED_BIT)
193 #define IND (SS_OFFSET_BIT|SS_TWOSIDE_BIT|SS_UNFILLED_BIT)
242 GLuint ind = 0; local
247 ind |= SS_OFFSET_BIT
    [all...]
ss_tritmp.h 51 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 & SS_TWOSIDE_BIT)
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-shape-complex-use-table.cc 27 #define IND USE_IND /* BASE_IND */
98 /* 09C0 */ VPst, VBlw, VBlw, VBlw, VBlw, O, O, VPre, VPre, O, O, VPre, VPre, H, IND, O,
138 /* 0B80 */ O, O, VMAbv, IND, O, B, B, B, B, B, B, O, O, O, B, B,
176 /* 0D50 */ O, O, O, O, IND, IND, IND, VPst, O, O, O, O, O, O, O, B,
178 /* 0D70 */ O, O, O, O, O, O, O, O, O, O, IND, IND, IND, IND, IND, IND
    [all...]
  /external/mesa3d/src/mesa/tnl_dd/
t_dd_tritmp.h 660 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
  /frameworks/compile/mclinker/include/mcld/LD/
StaticResolver.h 46 IND, // override by indirect symbol.
  /toolchain/binutils/binutils-2.27/bfd/
cpu-ia64-opc.c 468 #define IND IA64_OPND_CLASS_IND
526 { IND, ins_reg, ext_reg, "", {{7, 20}}, 0, /* MR3 */
530 { IND, ins_reg, ext_reg, "cpuid", {{7, 20}}, 0, /* CPUID_R3 */
532 { IND, ins_reg, ext_reg, "dbr", {{7, 20}}, 0, /* DBR_R3 */
534 { IND, ins_reg, ext_reg, "dtr", {{7, 20}}, 0, /* DTR_R3 */
536 { IND, ins_reg, ext_reg, "itr", {{7, 20}}, 0, /* ITR_R3 */
538 { IND, ins_reg, ext_reg, "ibr", {{7, 20}}, 0, /* IBR_R3 */
540 { IND, ins_reg, ext_reg, "msr", {{7, 20}}, 0, /* MSR_R3 */
542 { IND, ins_reg, ext_reg, "pkr", {{7, 20}}, 0, /* PKR_R3 */
544 { IND, ins_reg, ext_reg, "pmc", {{7, 20}}, 0, /* PMC_R3 *
    [all...]
linker.c     [all...]
  /external/mesa3d/src/mesa/drivers/dri/i915/
intel_tris.c 601 #define DO_FALLBACK ((IND & INTEL_FALLBACK_BIT) != 0)
602 #define DO_OFFSET ((IND & INTEL_OFFSET_BIT) != 0)
603 #define DO_UNFILLED ((IND & INTEL_UNFILLED_BIT) != 0)
604 #define DO_TWOSIDE ((IND & INTEL_TWOSIDE_BIT) != 0)
684 #define IND INTEL_FALLBACK_BIT
686 #undef IND
692 #define IND (0)
696 #define IND (INTEL_OFFSET_BIT)
700 #define IND (INTEL_TWOSIDE_BIT)
704 #define IND (INTEL_TWOSIDE_BIT|INTEL_OFFSET_BIT
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_swtcl.c 411 #define DO_UNFILLED ((IND & R200_UNFILLED_BIT) != 0)
412 #define DO_TWOSIDE ((IND & R200_TWOSIDE_BIT) != 0)
494 #undef IND
502 #define IND (0)
506 #define IND (R200_TWOSIDE_BIT)
510 #define IND (R200_UNFILLED_BIT)
514 #define IND (R200_TWOSIDE_BIT|R200_UNFILLED_BIT)
  /external/sl4a/ScriptingLayerForAndroid/src/de/mud/terminal/
vt320.java 689 private final static char IND = 132;
    [all...]
  /toolchain/binutils/binutils-2.27/gas/config/
tc-ns32k.c 316 #define IND(x,y) (((x)<<2)+(y))
319 multiplied by 4 to point at a group start. Viz IND(x,y) Se function
347 {(63), (-64), 1, IND (BRANCH, WORD)},
348 {(8192), (-8192), 2, IND (BRANCH, DOUBLE)},
966 IND (BRANCH, BYTE),
998 pcrel, pcrel_adjust, 1, IND (BRANCH, BYTE), NULL, -1, 0);
1005 pcrel, pcrel_adjust, 1, IND (BRANCH, BYTE), NULL, -1, 1);
    [all...]
  /toolchain/binutils/binutils-2.27/include/opcode/
m88k.h 389 IND = 3,
h8300.h 52 IND = 0x0600,
210 RSIND = SRC | IND,
211 RDIND = DST | IND,
212 R3_IND = OP3 | IND,
648 /* Expansion from ind source to "standard" destinations. */
    [all...]

Completed in 792 milliseconds