Home
last modified time | relevance | path

Searched refs:IND (Results 1 – 25 of 50) sorted by relevance

12

/third_party/e2fsprogs/tests/d_fallocate_blkmap/
Dexpect26 (0-1):1312-1313, (2-11):8000-8009, (IND):8010, (12-39):8011-8038
38IND):10012, (12-267):10013-10268, (DIND):10269, (IND):10270, (268-523):10271-10526, (IND):10527, (…
/third_party/mesa3d/src/mesa/drivers/dri/radeon/
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) != 0)
70 #define DO_TEX1 ((IND & RADEON_CP_VC_FRMT_ST1) != 0)
71 #define DO_TEX2 ((IND & RADEON_CP_VC_FRMT_ST2) != 0)
72 #define DO_PTEX ((IND & RADEON_CP_VC_FRMT_Q0) != 0)
73 #define DO_NORM ((IND & RADEON_CP_VC_FRMT_N0) != 0)
[all …]
Dradeon_swtcl.c534 #define DO_UNFILLED ((IND & RADEON_UNFILLED_BIT) != 0)
535 #define DO_TWOSIDE ((IND & RADEON_TWOSIDE_BIT) != 0)
616 #undef IND
624 #define IND (0) macro
628 #define IND (RADEON_TWOSIDE_BIT) macro
632 #define IND (RADEON_UNFILLED_BIT) macro
636 #define IND (RADEON_TWOSIDE_BIT|RADEON_UNFILLED_BIT) macro
Dradeon_maos_vbtmp.h293 setup_tab[IDX].vertex_format = IND; in TAG()
298 #undef IND
/third_party/mesa3d/src/mesa/swrast_setup/
Dss_tritmp.h51 if (IND & (SS_TWOSIDE_BIT | SS_OFFSET_BIT | SS_UNFILLED_BIT)) in TAG()
59 if (IND & (SS_TWOSIDE_BIT | SS_UNFILLED_BIT)) in TAG()
63 if (IND & SS_UNFILLED_BIT) in TAG()
67 if (IND & SS_TWOSIDE_BIT) { in TAG()
131 if (IND & SS_OFFSET_BIT) { in TAG()
157 if ((IND & SS_OFFSET_BIT) && ctx->Polygon.OffsetPoint) { in TAG()
164 if ((IND & SS_OFFSET_BIT) && ctx->Polygon.OffsetLine) { in TAG()
171 if ((IND & SS_OFFSET_BIT) && ctx->Polygon.OffsetFill) { in TAG()
182 if (IND & SS_OFFSET_BIT) { in TAG()
188 if (IND & SS_TWOSIDE_BIT) { in TAG()
[all …]
Dss_triangle.c167 #define IND (0) macro
171 #define IND (SS_OFFSET_BIT) macro
175 #define IND (SS_TWOSIDE_BIT) macro
179 #define IND (SS_OFFSET_BIT|SS_TWOSIDE_BIT) macro
183 #define IND (SS_UNFILLED_BIT) macro
187 #define IND (SS_OFFSET_BIT|SS_UNFILLED_BIT) macro
191 #define IND (SS_TWOSIDE_BIT|SS_UNFILLED_BIT) macro
195 #define IND (SS_OFFSET_BIT|SS_TWOSIDE_BIT|SS_UNFILLED_BIT) macro
/third_party/mesa3d/src/mesa/drivers/dri/i915/
Dintel_tris.c602 #define DO_FALLBACK ((IND & INTEL_FALLBACK_BIT) != 0)
603 #define DO_OFFSET ((IND & INTEL_OFFSET_BIT) != 0)
604 #define DO_UNFILLED ((IND & INTEL_UNFILLED_BIT) != 0)
605 #define DO_TWOSIDE ((IND & INTEL_TWOSIDE_BIT) != 0)
685 #define IND INTEL_FALLBACK_BIT macro
687 #undef IND
693 #define IND (0) macro
697 #define IND (INTEL_OFFSET_BIT) macro
701 #define IND (INTEL_TWOSIDE_BIT) macro
705 #define IND (INTEL_TWOSIDE_BIT|INTEL_OFFSET_BIT) macro
[all …]
/third_party/e2fsprogs/tests/f_convert_bmap/
Dexpect.114 (0-11):1025-1036, (IND):24, (12-267):1037-1292, (DIND):25, (IND):41, (268-511):1293-1536
/third_party/e2fsprogs/tests/f_convert_bmap_and_extent/
Dexpect.114 (0-11):1025-1036, (IND):24, (12-267):1037-1292, (DIND):25, (IND):41, (268-511):1293-1536
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/
Dhlr_auc_gw.txt27 [-D<DB file>] [-i<IND len in bits>]
37 -i<IND len in bits> = IND length for SQN (default: 5)
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/
Dhlr_auc_gw.txt27 [-D<DB file>] [-i<IND len in bits>]
37 -i<IND len in bits> = IND length for SQN (default: 5)
/third_party/e2fsprogs/tests/f_itable_collision/
Dname1 collision between IND/extent tree blocks and inode table
/third_party/mesa3d/src/mesa/tnl_dd/
Dt_dd_tritmp.h660 TAB[IND].quad = TAG(quadr); in TAG()
663 TAB[IND].triangle = TAG(triangle); in TAG()
666 TAB[IND].line = TAG(line); in TAG()
669 TAB[IND].points = TAG(points); in TAG()
673 #undef IND
/third_party/mesa3d/src/mesa/drivers/dri/r200/
Dr200_swtcl.c412 #define DO_UNFILLED ((IND & R200_UNFILLED_BIT) != 0)
413 #define DO_TWOSIDE ((IND & R200_TWOSIDE_BIT) != 0)
495 #undef IND
503 #define IND (0) macro
507 #define IND (R200_TWOSIDE_BIT) macro
511 #define IND (R200_UNFILLED_BIT) macro
515 #define IND (R200_TWOSIDE_BIT|R200_UNFILLED_BIT) macro
/third_party/e2fsprogs/tests/f_convert_bmap_sparse/
Dexpect.112 (0):513, (4-8):514-518, (IND):58, (20):2005
/third_party/glslang/Test/baseResults/
Dhlsl.inf.vert.out46 0:10 1.#IND
104 0:10 1.#IND
/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dhb-ot-shape-complex-use-machine.rl47 IND = 3; # BASE_IND
146 independent_cluster = (IND | O | Rsv | WJ) VS?;
Dhb-ot-shape-complex-use-table.cc29 #define IND USE_IND /* BASE_IND */ macro
111 …, VBlw, VBlw, VBlw, O, O, VPre, VPre, O, O, VPst, VPst, H, IND, O,
151 …/* 0B80 */ O, O, VMAbv, IND, O, B, B, B, B, B, B, O, …
189 …/* 0D50 */ O, O, O, O, IND, IND, IND, VPst, O, O, O, O, …
191 …, O, O, O, O, O, O, O, O, IND, IND, IND, IND, IND, IND,
215 …/* 0F80 */ VBlw, VAbv, VMAbv, VMAbv, VBlw, IND, VMAbv, VMAbv, B, B, B, B, …
357 …/* 1CF0 */ O, O, IND, IND, VMAbv, CS, CS, VMPst, VMAbv, VMAbv, GB, O, …
819 #undef IND
/third_party/flutter/flutter/packages/flutter_localizations/lib/src/l10n/
Dmaterial_da.arb27 "pasteButtonLabel": "SÆT IND",
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/
DLanguageTag.java153 IND("Indonesian", "ind"), enumConstant
/third_party/flutter/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/
DLanguageTag.java153 IND("Indonesian", "ind"), enumConstant
/third_party/boost/boost/beast/http/impl/
Dverb.ipp125 if(v == "IND"_sv)
/third_party/boost/libs/beast/include/boost/beast/http/impl/
Dverb.ipp125 if(v == "IND"_sv)
/third_party/gettext/gettext-tools/doc/
DISO_3166_de114 IN IND Indien
/third_party/python/Tools/unicode/python-mappings/
DCP273.TXT37 0x24 0x0084 #INDEX (IND)

12