/external/mesa3d/src/gallium/drivers/ilo/core/ |
D | ilo_state_surface_format.c | 48 #define CAP(sampling, filtering, shadow_map, chroma_key) \ in surface_valid_sampler_format() macro 50 [GEN6_FORMAT_R32G32B32A32_FLOAT] = CAP( 1, 5, 0, 0), in surface_valid_sampler_format() 51 [GEN6_FORMAT_R32G32B32A32_SINT] = CAP( 1, 0, 0, 0), in surface_valid_sampler_format() 52 [GEN6_FORMAT_R32G32B32A32_UINT] = CAP( 1, 0, 0, 0), in surface_valid_sampler_format() 53 [GEN6_FORMAT_R32G32B32X32_FLOAT] = CAP( 1, 5, 0, 0), in surface_valid_sampler_format() 54 [GEN6_FORMAT_R32G32B32_FLOAT] = CAP( 1, 5, 0, 0), in surface_valid_sampler_format() 55 [GEN6_FORMAT_R32G32B32_SINT] = CAP( 1, 0, 0, 0), in surface_valid_sampler_format() 56 [GEN6_FORMAT_R32G32B32_UINT] = CAP( 1, 0, 0, 0), in surface_valid_sampler_format() 57 [GEN6_FORMAT_R16G16B16A16_UNORM] = CAP( 1, 1, 0, 0), in surface_valid_sampler_format() 58 [GEN6_FORMAT_R16G16B16A16_SNORM] = CAP( 1, 1, 0, 0), in surface_valid_sampler_format() [all …]
|
/external/icu/icu4c/source/test/cintltst/ |
D | utransts.c | 710 enum { CAP = 256 }; in _expectRules() enumerator 711 UChar rules[CAP]; in _expectRules() 737 enum { CAP = 256 }; in _expect() enumerator 738 UChar from[CAP]; in _expect() 739 UChar to[CAP]; in _expect() 740 UChar buf[CAP]; in _expect() 761 utrans_transUChars(trans, buf, NULL, CAP, 0, &limit, &status); in _expect() 772 char actual[CAP]; in _expect() 782 utrans_transIncrementalUChars(trans, buf, NULL, CAP, &pos, &status); in _expect() 783 utrans_transUChars(trans, buf, NULL, CAP, pos.start, &pos.limit, &status); in _expect() [all …]
|
/external/honggfuzz/examples/externalfuzzers/ |
D | lowBytesIncrease.py | 6 CAP = 0x20 variable 12 if ord(char) < CAP:
|
/external/skqp/src/sksl/ |
D | SkSLIRGenerator.cpp | 125 #define CAP(name) capsMap->insert(std::make_pair(String(#name), \ in fill_caps() macro 127 CAP(fbFetchSupport); in fill_caps() 128 CAP(fbFetchNeedsCustomOutput); in fill_caps() 129 CAP(bindlessTextureSupport); in fill_caps() 130 CAP(dropsTileOnZeroDivide); in fill_caps() 131 CAP(flatInterpolationSupport); in fill_caps() 132 CAP(noperspectiveInterpolationSupport); in fill_caps() 133 CAP(multisampleInterpolationSupport); in fill_caps() 134 CAP(sampleVariablesSupport); in fill_caps() 135 CAP(sampleMaskOverrideCoverageSupport); in fill_caps() [all …]
|
/external/skia/src/sksl/ |
D | SkSLIRGenerator.cpp | 125 #define CAP(name) capsMap->insert(std::make_pair(String(#name), \ in fill_caps() macro 127 CAP(fbFetchSupport); in fill_caps() 128 CAP(fbFetchNeedsCustomOutput); in fill_caps() 129 CAP(dropsTileOnZeroDivide); in fill_caps() 130 CAP(flatInterpolationSupport); in fill_caps() 131 CAP(noperspectiveInterpolationSupport); in fill_caps() 132 CAP(externalTextureSupport); in fill_caps() 133 CAP(texelFetchSupport); in fill_caps() 134 CAP(imageLoadStoreSupport); in fill_caps() 135 CAP(mustEnableAdvBlendEqs); in fill_caps() [all …]
|
/external/icu/icu4c/source/i18n/ |
D | number_decimalquantity.cpp | 403 static constexpr size_t CAP = 1 + 14 + 8; // Extra space for '+', '.', e+NNN, and '\0' in convertToAccurateDouble() local 404 char dstr[CAP]; in convertToAccurateDouble() 405 snprintf(dstr, CAP, "%+1.14e", n); in convertToAccurateDouble()
|
/external/ltp/testcases/kernel/device-drivers/pci/tpci_kernel/ |
D | pci-exp-tests-HOWTO | 24 "pci_config_read" function here reads the Advanced Error Reporting CAP-ID register located
|
/external/mesa3d/src/gallium/docs/source/ |
D | screen.rst | 107 * ``PIPE_CAP_VERTEX_BUFFER_OFFSET_4BYTE_ALIGNED_ONLY``: This CAP describes a hw 110 * ``PIPE_CAP_VERTEX_BUFFER_STRIDE_4BYTE_ALIGNED_ONLY``: This CAP describes a hw 113 * ``PIPE_CAP_VERTEX_ELEMENT_SRC_OFFSET_4BYTE_ALIGNED_ONLY``: This CAP describes 145 * ``PIPE_CAP_TGSI_TEXCOORD``: This CAP describes a hw limitation. 489 This CAP is only relevant for drivers that specify PIPE_SHADER_IR_LLVM
|
D | resources.rst | 68 TODO there's no CAP bit currently for this, there's also unspecified size etc. limits
|
D | tgsi.rst | 1013 require another CAP is hw can do it natively. For now we lower that before
|
/external/mesa3d/src/mesa/main/ |
D | enable.c | 45 #define CHECK_EXTENSION(EXTNAME, CAP) \ argument 185 #define CHECK_EXTENSION(EXTNAME, CAP) \ argument 190 #define CHECK_EXTENSION2(EXT1, EXT2, CAP) \ argument
|
/external/unicode/ |
D | emoji-variation-sequences.txt | 394 1F393 FE0E ; text style; # (6.0) GRADUATION CAP 395 1F393 FE0F ; emoji style; # (6.0) GRADUATION CAP
|
D | DerivedAge.txt | 1172 1F380..1F393 ; 6.0 # [20] RIBBON..GRADUATION CAP
|
/external/lisa/ipynb/tutorial/ |
D | UseCaseExamples_SchedTuneAnalysis.ipynb | 1780 " {\"CAP\" : trace.ftrace.rtapp_capacity_check},\n", 1782 "a.assertStatement(\"CAP:capacity >= CAP:boosted_util\")"
|
/external/icu/icu4j/perf-tests/data/collation/ |
D | TestNames_SerbianSH.txt | 12002 CAP ĐURA 12003 CAP BOŠKO 12004 CAP JOAKIM 12005 CAP JOVAN 12006 CAP NENAD 12007 CAP NENAD 12008 CAP RADOJKA 12009 CAP TAMARA
|
/external/e2fsprogs/po/ |
D | ca.po | 713 msgstr "(CAP)" 2829 "\tO BÉ ALGUN CAP DE PARDAL (O SIGUI, TU) ESTÀ COMPROVANT UN SISTEMA\n"
|
/external/icu/icu4c/source/data/unidata/norm2/ |
D | uts46.txt | 7732 # 1F380..1F393valid # 6.0 RIBBON..GRADUATION CAP
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/data/unicode/ |
D | UnicodeData.txt | 7802 2293;SQUARE CAP;Sm;0;ON;;;;;N;;;;; 12753 A2B9;YI SYLLABLE CAP;Lo;0;L;;;;;N;;;;; 29373 1F393;GRADUATION CAP;So;0;ON;;;;;N;;;;; 30721 1F9E2;BILLED CAP;So;0;ON;;;;;N;;;;;
|
D | confusables.txt | 1257 2A05 ; 2293 ; MA #* ( ⨅ → ⊓ ) N-ARY SQUARE INTERSECTION OPERATOR → SQUARE CAP #
|
/external/icu/icu4c/source/data/unidata/ |
D | UnicodeData.txt | 7802 2293;SQUARE CAP;Sm;0;ON;;;;;N;;;;; 12753 A2B9;YI SYLLABLE CAP;Lo;0;L;;;;;N;;;;; 29373 1F393;GRADUATION CAP;So;0;ON;;;;;N;;;;; 30721 1F9E2;BILLED CAP;So;0;ON;;;;;N;;;;;
|
D | confusables.txt | 1257 2A05 ; 2293 ; MA #* ( ⨅ → ⊓ ) N-ARY SQUARE INTERSECTION OPERATOR → SQUARE CAP #
|
D | ppucd.txt | 10204 cp;2293;-Bidi_M;na=SQUARE CAP 15764 cp;A2B9;na=YI SYLLABLE CAP 34812 cp;1F393;GCB=GAZ;na=GRADUATION CAP;WB=GAZ 36342 cp;1F9E2;na=BILLED CAP
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/data/unicode/ |
D | UnicodeData.txt | 7802 2293;SQUARE CAP;Sm;0;ON;;;;;N;;;;; 12753 A2B9;YI SYLLABLE CAP;Lo;0;L;;;;;N;;;;; 29373 1F393;GRADUATION CAP;So;0;ON;;;;;N;;;;; 30721 1F9E2;BILLED CAP;So;0;ON;;;;;N;;;;;
|
D | confusables.txt | 1257 2A05 ; 2293 ; MA #* ( ⨅ → ⊓ ) N-ARY SQUARE INTERSECTION OPERATOR → SQUARE CAP #
|
/external/toolchain-utils/android_bench_suite/panorama_input/ |
D | test_006.ppm | 5473 3::,! >&E:3{ohWRIEA733&LL?W]JCI6<D6DL>V[[?EEddqnn|CAP#!0:5;�|�6,-&;.,C64QDBSFDMEDB:8��…
|