Home
last modified time | relevance | path

Searched refs:bpt (Results 1 – 17 of 17) sorted by relevance

/third_party/vk-gl-cts/modules/gles31/functional/
Des31fBuiltinPrecisionTests.cpp37 namespace bpt = gls::BuiltinPrecisionTests;
44 de::MovePtr<const bpt::CaseFactories> es3Cases = bpt::createES3BuiltinCases(); in createBuiltinPrecisionTests()
45 de::MovePtr<const bpt::CaseFactories> es31Cases = bpt::createES31BuiltinCases(); in createBuiltinPrecisionTests()
49 bpt::addBuiltinPrecisionTests(context.getTestContext(), in createBuiltinPrecisionTests()
60 bpt::addBuiltinPrecisionTests(context.getTestContext(), in createBuiltinPrecisionTests()
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fBuiltinPrecisionTests.cpp37 namespace bpt = gls::BuiltinPrecisionTests;
44 de::MovePtr<const bpt::CaseFactories> es3Cases = bpt::createES3BuiltinCases(); in createBuiltinPrecisionTests()
49 bpt::addBuiltinPrecisionTests(context.getTestContext(), in createBuiltinPrecisionTests()
/third_party/mesa3d/src/mesa/main/
Dmipmap.c1446 const GLint bpt = bytes_per_pixel(datatype, comps); in make_1d_mipmap() local
1451 src = srcPtr + border * bpt; in make_1d_mipmap()
1452 dst = dstPtr + border * bpt; in make_1d_mipmap()
1462 memcpy(dstPtr, srcPtr, bpt); in make_1d_mipmap()
1464 memcpy(dstPtr + (dstWidth - 1) * bpt, in make_1d_mipmap()
1465 srcPtr + (srcWidth - 1) * bpt, in make_1d_mipmap()
1466 bpt); in make_1d_mipmap()
1478 const GLint bpt = bytes_per_pixel(datatype, comps); in make_2d_mipmap() local
1487 srcA = srcPtr + border * ((srcWidth + 1) * bpt); in make_2d_mipmap()
1499 dst = dstPtr + border * ((dstWidth + 1) * bpt); in make_2d_mipmap()
[all …]
/third_party/astc-encoder/Docs/
DFormatOverview.md14 grained choice of bit rates between 0.89 and 8 bits per texel (bpt). The bit
88 texels in the footprint, we derive the format bit rates which range from 8 bpt
89 (`128/(4*4)`) down to 0.89 bpt (`128/(12*12)`).
389 * ASTC at 2 bpt outperforms PVRTC at 2 bpt by ~2.0dB.
390 * ASTC at 3.56 bpt outperforms PVRTC and BC1 at 4 bpt by ~1.5dB, and ETC2 by
392 * ASTC at 8 bpt for LDR formats is comparable in quality to BC7 at 8 bpt.
393 * ASTC at 8 bpt for HDR formats is comparable in quality to BC6H at 8 bpt.
/third_party/icu/tools/unicode/c/genprops/
Dbidipropsbuilder.cpp280 int32_t bpt=props.getIntProp(UCHAR_BIDI_PAIRED_BRACKET_TYPE); in setProps() local
281 if(!(bpt==0 ? props.bpb==U_SENTINEL : props.bpb==props.bmg)) { in setProps()
298 value|=(uint32_t)bpt<<UBIDI_BPT_SHIFT; in setProps()
/third_party/icu/icu4c/source/test/intltest/
Ducdtest.cpp514 UnicodeSet bpt("[:^bpt=n:]", errorCode); in TestBidiPairedBracketType() local
515 assertTrue("bpt!=None is not empty", !bpt.isEmpty()); in TestBidiPairedBracketType()
519 assertTrue("bpt!=None is a subset of Bidi_M", mirrored.containsAll(bpt)); in TestBidiPairedBracketType()
520 assertTrue("bpt!=None is a subset of bc=ON", other_neutral.containsAll(bpt)); in TestBidiPairedBracketType()
/third_party/ltp/testcases/kernel/fs/scsi/ltpscsi/
Dscsimain.c235 int bpt; member
2197 int bpt = DEF_BLOCKS_PER_TRANSFER; in do_scsi_device_read_write() local
2275 t = bs * bpt; in do_scsi_device_read_write()
2337 t = bs * bpt; in do_scsi_device_read_write()
2456 wrkBuff = malloc(bs * bpt + psz); in do_scsi_device_read_write()
2464 wrkBuff = malloc(bs * bpt); in do_scsi_device_read_write()
2472 blocks_per = bpt; in do_scsi_device_read_write()
6279 int bpt = DEF_BLOCKS_PER_TRANSFER; in do_scsi_sgm_read_write() local
6336 in_res_sz = bs * bpt; in do_scsi_sgm_read_write()
6401 out_res_sz = bs * bpt; in do_scsi_sgm_read_write()
[all …]
/third_party/pcre2/pcre2/maint/Unicode.tables/
DPropertyAliases.txt117 bpt ; Bidi_Paired_Bracket_Type
DPropertyValueAliases.txt144 # Bidi_Paired_Bracket_Type (bpt)
146 bpt; c ; Close
147 bpt; n ; None
148 bpt; o ; Open
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/lang/
DUCharacterTest.java2530 UnicodeSet bpt = new UnicodeSet("[:^bpt=n:]"); in TestBidiPairedBracketType() local
2531 assertTrue("bpt!=None is not empty", !bpt.isEmpty()); in TestBidiPairedBracketType()
2535 assertTrue("bpt!=None is a subset of Bidi_M", mirrored.containsAll(bpt)); in TestBidiPairedBracketType()
2536 assertTrue("bpt!=None is a subset of bc=ON", other_neutral.containsAll(bpt)); in TestBidiPairedBracketType()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
DUCharacterTest.java2534 UnicodeSet bpt = new UnicodeSet("[:^bpt=n:]"); in TestBidiPairedBracketType() local
2535 assertTrue("bpt!=None is not empty", !bpt.isEmpty()); in TestBidiPairedBracketType()
2539 assertTrue("bpt!=None is a subset of Bidi_M", mirrored.containsAll(bpt)); in TestBidiPairedBracketType()
2540 assertTrue("bpt!=None is a subset of bc=ON", other_neutral.containsAll(bpt)); in TestBidiPairedBracketType()
/third_party/mesa3d/src/nouveau/codegen/lib/
Dgk104.asm898 bpt pause 0x0 label
901 bpt pause 0x0 label
/third_party/icu/icu4c/source/data/unidata/
Dppucd.txt18 property;Enumerated;bpt;Bidi_Paired_Bracket_Type
507 value;bpt;c;Close
508 value;bpt;n;None
509 value;bpt;o;Open
1270 defaults;0000..10FFFF;age=NA;bc=L;blk=NB;bpt=n;cf=<code point>;dm=<code point>;dt=None;ea=N;FC_NFKC…
1316 cp;0028;bc=ON;Bidi_M;bmg=0029;bpb=0029;bpt=o;gc=Ps;lb=OP;na=LEFT PARENTHESIS;Pat_Syn;SB=CL
1317 cp;0029;bc=ON;Bidi_M;bmg=0028;bpb=0028;bpt=c;gc=Pe;lb=CP;na=RIGHT PARENTHESIS;Pat_Syn;SB=CL
1375 cp;005B;bc=ON;Bidi_M;bmg=005D;bpb=005D;bpt=o;gc=Ps;lb=OP;na=LEFT SQUARE BRACKET;Pat_Syn;SB=CL
1377 cp;005D;bc=ON;Bidi_M;bmg=005B;bpb=005B;bpt=c;gc=Pe;lb=CP;na=RIGHT SQUARE BRACKET;Pat_Syn;SB=CL
1409 cp;007B;bc=ON;Bidi_M;bmg=007D;bpb=007D;bpt=o;gc=Ps;lb=OP;na=LEFT CURLY BRACKET;Pat_Syn;SB=CL
[all …]
Dchanges.txt3753 with new properties bpb=Bidi_Paired_Bracket and bpt=Bidi_Paired_Bracket_Type
3761 bpt ; Bidi_Paired_Bracket_Type
3773 - 3 Bidi_Paired_Bracket_Type (bpt) values:
3774 bpt; c ; Close
3775 bpt; n ; None
3776 bpt; o ; Open
/third_party/skia/third_party/externals/icu/source/data/unidata/
Dppucd.txt17 property;Enumerated;bpt;Bidi_Paired_Bracket_Type
479 value;bpt;c;Close
480 value;bpt;n;None
481 value;bpt;o;Open
1233 defaults;0000..10FFFF;age=NA;bc=L;blk=NB;bpt=n;cf=<code point>;dm=<code point>;dt=None;ea=N;FC_NFKC…
1279 cp;0028;bc=ON;Bidi_M;bmg=0029;bpb=0029;bpt=o;gc=Ps;lb=OP;na=LEFT PARENTHESIS;Pat_Syn;SB=CL
1280 cp;0029;bc=ON;Bidi_M;bmg=0028;bpb=0028;bpt=c;gc=Pe;lb=CP;na=RIGHT PARENTHESIS;Pat_Syn;SB=CL
1334 cp;005B;bc=ON;Bidi_M;bmg=005D;bpb=005D;bpt=o;gc=Ps;lb=OP;na=LEFT SQUARE BRACKET;Pat_Syn;SB=CL
1336 cp;005D;bc=ON;Bidi_M;bmg=005B;bpb=005B;bpt=c;gc=Pe;lb=CP;na=RIGHT SQUARE BRACKET;Pat_Syn;SB=CL
1368 cp;007B;bc=ON;Bidi_M;bmg=007D;bpb=007D;bpt=o;gc=Ps;lb=OP;na=LEFT CURLY BRACKET;Pat_Syn;SB=CL
[all …]
Dchanges.txt3108 with new properties bpb=Bidi_Paired_Bracket and bpt=Bidi_Paired_Bracket_Type
3116 bpt ; Bidi_Paired_Bracket_Type
3128 - 3 Bidi_Paired_Bracket_Type (bpt) values:
3129 bpt; c ; Close
3130 bpt; n ; None
3131 bpt; o ; Open
/third_party/mesa3d/docs/relnotes/
D7.10.rst981 - r600g: remove bpt and start using pitch_in_bytes/pixels.