/aosp_15_r20/external/deqp/android/cts/main/vk-main-2023-03-01/ |
H A D | ycbcr.txt | 1 dEQP-VK.ycbcr.query.levels.mesh.b10x6g10x6r10x6g10x6_422_unorm_4pack16 2 dEQP-VK.ycbcr.query.levels.mesh.b12x4g12x4r12x4g12x4_422_unorm_4pack16 3 dEQP-VK.ycbcr.query.levels.mesh.b16g16r16g16_422_unorm 4 dEQP-VK.ycbcr.query.levels.mesh.b8g8r8g8_422_unorm 5 dEQP-VK.ycbcr.query.levels.mesh.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16 6 dEQP-VK.ycbcr.query.levels.mesh.g10x6_b10x6_r10x6_3plane_420_unorm_3pack16_disjoint 7 dEQP-VK.ycbcr.query.levels.mesh.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16 8 dEQP-VK.ycbcr.query.levels.mesh.g10x6_b10x6_r10x6_3plane_422_unorm_3pack16_disjoint 9 dEQP-VK.ycbcr.query.levels.mesh.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16 10 dEQP-VK.ycbcr.query.levels.mesh.g10x6_b10x6_r10x6_3plane_444_unorm_3pack16_disjoint [all …]
|
/aosp_15_r20/external/cronet/third_party/cpu_features/src/test/ |
H A D | cpuinfo_x86_test.cc | 281 EXPECT_EQ(info.levels[0].level, 1); in TEST_F() 282 EXPECT_EQ(info.levels[0].cache_type, CacheType::CPU_FEATURE_CACHE_DATA); in TEST_F() 283 EXPECT_EQ(info.levels[0].cache_size, 32 * KiB); in TEST_F() 284 EXPECT_EQ(info.levels[0].ways, 8); in TEST_F() 285 EXPECT_EQ(info.levels[0].line_size, 64); in TEST_F() 286 EXPECT_EQ(info.levels[0].tlb_entries, 64); in TEST_F() 287 EXPECT_EQ(info.levels[0].partitioning, 1); in TEST_F() 289 EXPECT_EQ(info.levels[1].level, 1); in TEST_F() 290 EXPECT_EQ(info.levels[1].cache_type, in TEST_F() 292 EXPECT_EQ(info.levels[1].cache_size, 32 * KiB); in TEST_F() [all …]
|
/aosp_15_r20/external/mesa3d/src/mesa/main/ |
H A D | texstorage.c | 143 GLint levels, in initialize_texture_fields() argument 156 for (level = 0; level < levels; level++) { in initialize_texture_fields() 357 GLsizei levels, GLenum internalformat, in tex_storage_error_check() argument 385 /* levels check */ in tex_storage_error_check() 386 if (levels < 1) { in tex_storage_error_check() 387 _mesa_error(ctx, GL_INVALID_VALUE, "glTex%sStorage%uD(levels < 1)", in tex_storage_error_check() 392 /* check levels against maximum (note different error than above) */ in tex_storage_error_check() 393 if (levels > (GLint) _mesa_max_texture_levels(ctx, target)) { in tex_storage_error_check() 395 "glTex%sStorage%uD(levels too large)", in tex_storage_error_check() 400 /* check levels against width/height/depth */ in tex_storage_error_check() [all …]
|
/aosp_15_r20/external/cpu_features/test/ |
H A D | cpuinfo_x86_test.cc | 283 EXPECT_EQ(info.levels[0].level, 1); in TEST_F() 284 EXPECT_EQ(info.levels[0].cache_type, CacheType::CPU_FEATURE_CACHE_DATA); in TEST_F() 285 EXPECT_EQ(info.levels[0].cache_size, 32 * KiB); in TEST_F() 286 EXPECT_EQ(info.levels[0].ways, 8); in TEST_F() 287 EXPECT_EQ(info.levels[0].line_size, 64); in TEST_F() 288 EXPECT_EQ(info.levels[0].tlb_entries, 64); in TEST_F() 289 EXPECT_EQ(info.levels[0].partitioning, 1); in TEST_F() 291 EXPECT_EQ(info.levels[1].level, 1); in TEST_F() 292 EXPECT_EQ(info.levels[1].cache_type, in TEST_F() 294 EXPECT_EQ(info.levels[1].cache_size, 32 * KiB); in TEST_F() [all …]
|
/aosp_15_r20/external/deqp/modules/gles31/functional/ |
H A D | es31fTextureLevelStateQueryTests.cpp | 164 std::vector<TextureLevelSpec> levels; member 421 texGen.levels.push_back(level); in generateColorTextureGenerationGroup() 442 texGen.levels.push_back(level); in generateColorTextureGenerationGroup() 463 texGen.levels.push_back(level); in generateColorTextureGenerationGroup() 490 texGen.levels.push_back(level); in generateColorTextureGenerationGroup() 514 texGen.levels.push_back(level); in generateColorTextureGenerationGroup() 537 texGen.levels.push_back(level); in generateColorTextureGenerationGroup() 557 texGen.levels.push_back(level); in generateColorTextureGenerationGroup() 577 texGen.levels.push_back(level); in generateColorTextureGenerationGroup() 688 texGen.levels.push_back(level); in generateInternalFormatTextureGenerationGroup() [all …]
|
/aosp_15_r20/external/cronet/third_party/libc++/src/benchmarks/libcxxabi/ |
H A D | dynamic_cast.bench.cpp | 66 BENCHMARK(DynCast<Chain<2>, Chain<0>>)->Name("Chain, 2 levels"); 67 BENCHMARK(DynCast<Chain<3>, Chain<0>>)->Name("Chain, 3 levels"); 68 BENCHMARK(DynCast<Chain<4>, Chain<0>>)->Name("Chain, 4 levels"); 69 BENCHMARK(DynCast<Chain<5>, Chain<0>>)->Name("Chain, 5 levels"); 70 BENCHMARK(DynCast<Chain<6>, Chain<0>>)->Name("Chain, 6 levels"); 71 BENCHMARK(DynCast<Chain<7>, Chain<0>>)->Name("Chain, 7 levels"); 72 BENCHMARK(DynCast<Chain<8>, Chain<0>>)->Name("Chain, 8 levels"); 73 BENCHMARK(DynCast<Chain<9>, Chain<0>>)->Name("Chain, 9 levels"); 77 BENCHMARK(DynCast<Chain<4>, Chain<0>, Chain<2>>)->Name("Chain middle, 2 levels"); 78 BENCHMARK(DynCast<Chain<6>, Chain<0>, Chain<3>>)->Name("Chain middle, 3 levels"); [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/unicode-bidi/src/ |
D | utf16.rs | 127 /// The `original_classes` and `levels` vectors are indexed by code unit offsets into the text. If… 140 pub levels: Vec<Level>, field 150 /// Split the text into paragraphs and determine the bidi embedding levels for each paragraph. 166 …/// Split the text into paragraphs and determine the bidi embedding levels for each paragraph, wit… 183 let mut levels = Vec::<Level>::with_capacity(text.len()); in new_with_data_source() localVariable 197 &mut levels, in new_with_data_source() 205 levels, in new_with_data_source() 209 /// Produce the levels for this paragraph as needed for reordering, one level per *byte* 224 assert!(line.start <= self.levels.len()); in reordered_levels() 225 assert!(line.end <= self.levels.len()); in reordered_levels() [all …]
|
D | lib.rs | 31 //! // Resolve embedding levels within the text. Pass `None` to detect the 425 /// The `original_classes` and `levels` vectors are indexed by byte offsets into the text. If a 438 pub levels: Vec<Level>, field 448 /// Split the text into paragraphs and determine the bidi embedding levels for each paragraph. 464 …/// Split the text into paragraphs and determine the bidi embedding levels for each paragraph, wit… 481 let mut levels = Vec::<Level>::with_capacity(text.len()); in new_with_data_source() localVariable 495 &mut levels, in new_with_data_source() 503 levels, in new_with_data_source() 507 /// Produce the levels for this paragraph as needed for reordering, one level per *byte* 522 assert!(line.start <= self.levels.len()); in reordered_levels() [all …]
|
/aosp_15_r20/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/text/ |
H A D | BidiLine.java | 30 * This means that there is a Bidi object with a levels 33 * Only if the length of the text is zero, then levels==dirProps==NULL. 46 * Here, the levels array is scanned as soon as necessary, and a vector of 55 * In a further attempt to save memory, the levels array is never changed 60 * which is not reflected in the levels array. 61 * This allows a line Bidi object to use the same levels array as 65 * paragraph's levels and dirProps arrays are reused by way of setting 67 * change the now shared levels for (L1). 75 * the paragraph's levels array that we just point into. 88 byte[] levels = bidi.levels; in setTrailingWSStart() [all …]
|
/aosp_15_r20/external/icu/android_icu4j/src/main/java/android/icu/text/ |
H A D | BidiLine.java | 31 * This means that there is a Bidi object with a levels 34 * Only if the length of the text is zero, then levels==dirProps==NULL. 47 * Here, the levels array is scanned as soon as necessary, and a vector of 56 * In a further attempt to save memory, the levels array is never changed 61 * which is not reflected in the levels array. 62 * This allows a line Bidi object to use the same levels array as 66 * paragraph's levels and dirProps arrays are reused by way of setting 68 * change the now shared levels for (L1). 76 * the paragraph's levels array that we just point into. 89 byte[] levels = bidi.levels; in setTrailingWSStart() [all …]
|
/aosp_15_r20/external/cronet/third_party/icu/source/common/ |
H A D | ubidiln.cpp | 37 * This means that there is a UBiDi object with a levels 40 * Only if the length of the text is zero, then levels==dirProps==nullptr. 53 * Here, the levels array is scanned as soon as necessary, and a vector of 62 * In a further attempt to save memory, the levels array is never changed 67 * which is not reflected in the levels array. 68 * This allows a line UBiDi object to use the same levels array as 72 * paragraph's levels and dirProps arrays are reused by way of setting 74 * change the now shared levels for (L1). 82 * the paragraph's levels array that we just point into. 96 UBiDiLevel *levels=pBiDi->levels; in setTrailingWSStart() local [all …]
|
/aosp_15_r20/external/icu/icu4c/source/common/ |
H A D | ubidiln.cpp | 37 * This means that there is a UBiDi object with a levels 40 * Only if the length of the text is zero, then levels==dirProps==nullptr. 53 * Here, the levels array is scanned as soon as necessary, and a vector of 62 * In a further attempt to save memory, the levels array is never changed 67 * which is not reflected in the levels array. 68 * This allows a line UBiDi object to use the same levels array as 72 * paragraph's levels and dirProps arrays are reused by way of setting 74 * change the now shared levels for (L1). 82 * the paragraph's levels array that we just point into. 96 UBiDiLevel *levels=pBiDi->levels; in setTrailingWSStart() local [all …]
|
/aosp_15_r20/external/libaom/av1/encoder/arm/ |
H A D | encodetxb_neon.c | 23 const int height, uint8_t *const levels) { in av1_txb_init_levels_neon() argument 25 memset(levels - TX_PAD_TOP * stride, 0, in av1_txb_init_levels_neon() 26 sizeof(*levels) * TX_PAD_TOP * stride); in av1_txb_init_levels_neon() 27 memset(levels + stride * width, 0, in av1_txb_init_levels_neon() 28 sizeof(*levels) * (TX_PAD_BOTTOM * stride + TX_PAD_END)); in av1_txb_init_levels_neon() 32 uint8_t *ls = levels; in av1_txb_init_levels_neon() 268 static inline void get_4_nz_map_contexts_2d(const uint8_t *levels, in get_4_nz_map_contexts_2d() argument 286 load_levels_4x4x5(levels, stride, offsets, level); in get_4_nz_map_contexts_2d() 291 levels += 4 * stride; in get_4_nz_map_contexts_2d() 299 static inline void get_4_nz_map_contexts_ver(const uint8_t *levels, in get_4_nz_map_contexts_ver() argument [all …]
|
/aosp_15_r20/external/libaom/av1/encoder/x86/ |
H A D | encodetxb_sse2.c | 72 static inline void get_4_nz_map_contexts_2d(const uint8_t *levels, in get_4_nz_map_contexts_2d() argument 91 load_levels_4x4x5_sse2(levels, stride, offsets, level); in get_4_nz_map_contexts_2d() 96 levels += 4 * stride; in get_4_nz_map_contexts_2d() 104 static inline void get_4_nz_map_contexts_ver(const uint8_t *levels, in get_4_nz_map_contexts_ver() argument 125 load_levels_4x4x5_sse2(levels, stride, offsets, level); in get_4_nz_map_contexts_ver() 129 levels += 4 * stride; in get_4_nz_map_contexts_ver() 135 static inline void get_4_nz_map_contexts_hor(const uint8_t *levels, in get_4_nz_map_contexts_hor() argument 157 load_levels_4x4x5_sse2(levels, stride, offsets, level); in get_4_nz_map_contexts_hor() 162 levels += 4 * stride; in get_4_nz_map_contexts_hor() 168 static inline void get_8_coeff_contexts_2d(const uint8_t *levels, in get_8_coeff_contexts_2d() argument [all …]
|
/aosp_15_r20/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/expr/ |
H A D | ArrayCreationExpr.java | 47 * <br/>All the brackets are stored in the levels field, from left to right. 54 private NodeList<ArrayCreationLevel> levels; field in ArrayCreationExpr 66 …public ArrayCreationExpr(Type elementType, NodeList<ArrayCreationLevel> levels, ArrayInitializerEx… in ArrayCreationExpr() argument 67 this(null, elementType, levels, initializer); in ArrayCreationExpr() 78 …pr(TokenRange tokenRange, Type elementType, NodeList<ArrayCreationLevel> levels, ArrayInitializerE… in ArrayCreationExpr() argument 81 setLevels(levels); in ArrayCreationExpr() 143 return levels; in getLevels() 147 public ArrayCreationExpr setLevels(final NodeList<ArrayCreationLevel> levels) { in setLevels() argument 148 assertNotNull(levels); in setLevels() 149 if (levels == this.levels) { in setLevels() [all …]
|
/aosp_15_r20/external/libaom/av1/common/ |
H A D | txb_common.h | 73 static inline int get_br_ctx_2d(const uint8_t *const levels, in get_br_ctx_2d() argument 81 int mag = AOMMIN(levels[pos + 1], MAX_BASE_BR_RANGE) + in get_br_ctx_2d() 82 AOMMIN(levels[pos + stride], MAX_BASE_BR_RANGE) + in get_br_ctx_2d() 83 AOMMIN(levels[pos + 1 + stride], MAX_BASE_BR_RANGE); in get_br_ctx_2d() 103 static AOM_FORCE_INLINE int get_br_ctx(const uint8_t *const levels, in get_br_ctx() argument 110 int mag = levels[pos + 1]; in get_br_ctx() 111 mag += levels[pos + stride]; in get_br_ctx() 114 mag += levels[pos + stride + 1]; in get_br_ctx() 120 mag += levels[pos + (stride << 1)]; in get_br_ctx() 126 mag += levels[pos + 2]; in get_br_ctx() [all …]
|
/aosp_15_r20/external/angle/third_party/glslang/src/Test/baseResults/ |
H A D | spv.queryL.frag.out | 36 Name 134 "levels" 181 134(levels): 133(ptr) Variable Function 261 Store 134(levels) 137 265 145: 19(int) Load 134(levels) 267 Store 134(levels) 146 271 154: 19(int) Load 134(levels) 273 Store 134(levels) 155 277 163: 19(int) Load 134(levels) 279 Store 134(levels) 164 283 168: 19(int) Load 134(levels) [all …]
|
/aosp_15_r20/external/deqp-deps/glslang/Test/baseResults/ |
D | spv.queryL.frag.out | 36 Name 134 "levels" 181 134(levels): 133(ptr) Variable Function 261 Store 134(levels) 137 265 145: 19(int) Load 134(levels) 267 Store 134(levels) 146 271 154: 19(int) Load 134(levels) 273 Store 134(levels) 155 277 163: 19(int) Load 134(levels) 279 Store 134(levels) 164 283 168: 19(int) Load 134(levels) [all …]
|
/aosp_15_r20/external/pytorch/functorch/dim/ |
H A D | reference.py | 112 ptensor, levels = self._tensor, llist(self._levels) 114 idx = levels.index(dim) 120 levels.insert(0, 0) 123 if isinstance(levels[i], int): 124 levels[i] -= 1 126 levels[idx] = -idx_batched - 1 127 return Tensor.from_positional(ptensor, levels, self._has_device), idx_batched 205 ptensor, levels, _ = _tensor_levels(f) 213 for l in levels: 216 to_expand.append((i, levels)) [all …]
|
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/tool/ |
H A D | CheckHtmlFiles.java | 326 static class Levels implements Comparable<Levels> { class in CheckHtmlFiles 327 final int[] levels = new int[10]; field in CheckHtmlFiles.Levels 330 public Levels(int h2_start) { in Levels() method in CheckHtmlFiles.Levels 331 levels[0] = h2_start; // special adjustment of starting header level in Levels() 335 public Levels() { in Levels() method in CheckHtmlFiles.Levels 345 Levels next(int level, Output<Boolean> missingLevel) { in next() 348 if (levels[0] < h2_start) { in next() 352 if (levels[i] == 0) { in next() 356 levels[level]++; in next() 357 for (int i = level + 1; i < levels.length; ++i) { in next() [all …]
|
/aosp_15_r20/external/google-cloud-java/java-accesscontextmanager/proto-google-identity-accesscontextmanager-v1/src/main/java/com/google/identity/accesscontextmanager/v1/ |
H A D | ReplaceAccessLevelsRequest.java | 25 * A request to replace all existing Access Levels in an Access Policy with 26 * the Access Levels provided. This is done atomically. 82 * [Access Levels] 110 * [Access Levels] 142 * Required. The desired [Access Levels] 144 * replace all existing [Access Levels] 163 * Required. The desired [Access Levels] 165 * replace all existing [Access Levels] 184 * Required. The desired [Access Levels] 186 * replace all existing [Access Levels] [all …]
|
/aosp_15_r20/external/deqp/framework/opengl/ |
H A D | gluTexture.cpp | 131 … const tcu::CompressedTexture *levels, const tcu::TexDecompressionParams &decompressionParams) in Texture2D() argument 134 , m_format(getGLFormat(levels[0].getFormat())) in Texture2D() 135 …, m_refTexture(getUncompressedFormat(levels[0].getFormat()), levels[0].getWidth(), levels[0].getHe… in Texture2D() 149 loadCompressed(numLevels, levels, decompressionParams); in Texture2D() 191 void Texture2D::loadCompressed(int numLevels, const tcu::CompressedTexture *levels, in loadCompressed() argument 195 uint32_t compressedFormat = getGLFormat(levels[0].getFormat()); in loadCompressed() 202 const tcu::CompressedTexture &level = levels[levelNdx]; in loadCompressed() 248 // Fill remaining levels. in create() 271 vector<tcu::CompressedTexture> levels(numLevels); in create() local 274 tcu::ImageIO::loadPKM(levels[ndx], archive, levelFileNames[ndx]); in create() [all …]
|
/aosp_15_r20/external/replicaisland/src/com/replica/replicaisland/ |
H A D | LevelTree.java | 28 public ArrayList<Level> levels = new ArrayList<Level>(); field in LevelTree.LevelGroup 64 public final static ArrayList<LevelGroup> levels = new ArrayList<LevelGroup>(); field in LevelTree 69 return levels.get(row).levels.get(index); in get() 77 if (levels.size() > 0 && mLoadedResource == resource) { in loadLevelTree() 84 levels.clear(); in loadLevelTree() 96 levels.add(currentGroup); in loadLevelTree() 138 currentGroup.levels.add(currentLevel); in loadLevelTree() 197 final int levelGroupCount = levels.size(); in loadAllDialog() 199 final ArrayList<Level> row = levels.get(x).levels; in loadAllDialog() 219 final int rowCount = levels.size(); in updateCompletedState() [all …]
|
/aosp_15_r20/external/pytorch/functorch/csrc/dim/ |
H A D | dim.cpp | 630 auto levels = Slice<DimEntry>(); in _add_batch_dims() local 631 levels.extend(A, levels_); in _add_batch_dims() 638 for (auto l : levels) { in _add_batch_dims() 654 levels[min_real_index] = DimEntry(); in _add_batch_dims() 688 void free_levels_dims(Slice<DimEntry> levels) { in free_levels_dims() argument 689 for(auto e : levels) { in free_levels_dims() 714 AT_ASSERT(levels() == t->levels()); in tensor() 724 Slice<DimEntry> levels() { in levels() function 746 void capture_levels(Slice<DimEntry> levels) { in capture_levels() 747 // grab ownership of the dims inside levels in capture_levels() [all …]
|
/aosp_15_r20/prebuilts/go/linux-x86/src/vendor/golang.org/x/text/unicode/bidi/ |
D | core.go | 18 // There are two levels of input to the algorithm, since clients may prefer to 28 // - levels array over entire paragraph 30 // - levels array over line 35 // character directionality (odd or even levels) over a line. Generating 37 // codes (LRE, RLE, LRO, RLO, PDF) and BN can be assigned arbitrary levels and 53 // level is the embedding level of a character. Even embedding levels indicate 54 // left-to-right order and odd levels indicate right-to-left order. The special 80 // at the paragraph levels 101 // close brackets, after normalization). The embedding levels are optional, but 102 // may be supplied to encode embedding levels of styled text. [all …]
|