Home
last modified time | relevance | path

Searched refs:subsets (Results 1 - 6 of 6) sorted by relevance

/third_party/mesa3d/src/mesa/main/
H A Dtexcompress_bptc_tmp.h239 /* This partition table is used when the mode has two subsets. Each
264 /* This partition table is used when the mode has three subsets. In this case
552 uint32_t subsets; in fetch_rgba_unorm_from_block() local
569 subsets = 0; in fetch_rgba_unorm_from_block()
572 subsets = partition_table1[partition_num]; in fetch_rgba_unorm_from_block()
575 subsets = partition_table2[partition_num]; in fetch_rgba_unorm_from_block()
611 subset_num = (subsets >> (texel * 2)) & 3; in fetch_rgba_unorm_from_block()
674 uint32_t subsets; in decompress_rgba_unorm_block() local
696 subsets = 0; in decompress_rgba_unorm_block()
699 subsets in decompress_rgba_unorm_block()
966 uint32_t subsets; fetch_rgb_float_from_block() local
1048 uint32_t subsets; decompress_rgb_float_block() local
[all...]
/third_party/skia/third_party/externals/harfbuzz/test/subset/
H A Dsubset_test_suite.py55 self.subsets = []
75 for subset in self.subsets:
85 "SUBSETS:": self.subsets
/third_party/skia/third_party/externals/swiftshader/src/Device/
H A DBC_Decoder.cpp1110 const int NS; // Number of subsets in each partition
1467 std::array<Endpoint, MaxSubsets> subsets; in decode()
1471 auto &subset = subsets[i]; in decode()
1487 subsets[0][0].rgb = (subsets[0][0].rgb << 1) | pbit0; in decode()
1488 subsets[0][1].rgb = (subsets[0][1].rgb << 1) | pbit0; in decode()
1489 subsets[1][0].rgb = (subsets[1][0].rgb << 1) | pbit1; in decode()
1490 subsets[ in decode()
[all...]
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/ime/indic/
H A DIndicInputMethod.java44 public void setCharacterSubsets(Subset[] subsets) { in setCharacterSubsets() argument
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/ime/translit/
H A DTransliteratorInputMethod.java305 public void setCharacterSubsets(Character.Subset[] subsets) { in setCharacterSubsets() argument
/third_party/vk-gl-cts/framework/common/
H A DtcuCompressedTexture.cpp2216 static const deUint8 subsets[] = { 3, 2, 3, 2, 1, 1, 1, 2 }; in decompressBc7() local
2249 numSubsets = subsets[mode]; in decompressBc7()

Completed in 10 milliseconds