/third_party/skia/third_party/externals/spirv-cross/ |
H A D | spirv_cpp.cpp | 460 for (uint32_t i = 0; i < type.array.size(); i++) in argument_decl() 472 for (uint32_t i = 0; i < type.array.size(); i++) in variable_decl()
|
/third_party/skia/third_party/externals/spirv-tools/source/ |
H A D | disassemble.cpp | 196 stream_ << std::setw(std::max(0, indent_ - 3 - int(id_name.size()))); in HandleInstruction() 394 size_t length = text_.str().size();
|
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/ |
H A D | transformation_add_loop_to_create_int_constant_synonym.cpp | 167 for (uint32_t i = 0; i < c_components.size(); i++) { in IsApplicable() 190 if (!block || ir_context->cfg()->preds(block->id()).size() != 1) { in IsApplicable()
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A D | cfg.cpp | 139 if (label2preds_[blk.id()].size() == 0) in ComputeStructuredSuccessors() 261 if (preheader_phi_ops.size() > 2) { in SplitLoopHeader()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/ |
H A D | disassemble.cpp | 196 stream_ << std::setw(std::max(0, indent_ - 3 - int(id_name.size()))); in HandleInstruction() 394 size_t length = text_.str().size();
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
H A D | transformation_add_loop_to_create_int_constant_synonym.cpp | 167 for (uint32_t i = 0; i < c_components.size(); i++) { in IsApplicable() 190 if (!block || ir_context->cfg()->preds(block->id()).size() != 1) { in IsApplicable()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | cfg.cpp | 139 if (label2preds_[blk.id()].size() == 0) in ComputeStructuredSuccessors() 261 if (preheader_phi_ops.size() > 2) { in SplitLoopHeader()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/val/ |
H A D | val_layout_test.cpp | 125 ::testing::Combine(::testing::Range((int)0, (int)getInstructions().size()), 171 std::vector<std::string> code(getInstructions().size()); in GenerateCode()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | coleitr.cpp | 93 U_ASSERT(i < offsets_->size()); in getOffset() 386 offsets_ = new UVector32(other.offsets_->size(), errorCode); in operator =()
|
H A D | tznames.cpp | 446 TimeZoneNames::MatchInfoCollection::size() const { in size() function in TimeZoneNames::MatchInfoCollection 450 return fMatches->size(); in size()
|
/third_party/skia/tests/ |
H A D | JSONTest.cpp | 173 REPORTER_ASSERT(reporter, vec.size() == expected_size); in check_vector() 447 const DOM dom(json.c_str(), json.size()); in DEF_TEST()
|
H A D | SkSLTest.cpp | 44 uniform.set(values.data(), values.size()); in set_uniform_array() 60 SkString shaderString{reinterpret_cast<const char*>(shaderData->bytes()), shaderData->size()}; in test_one_permutation()
|
H A D | TestUtils.cpp | 121 size_t len = SkBase64::Encode(pngData->data(), pngData->size(), nullptr); in BipmapToBase64DataURI() 132 SkBase64::Encode(pngData->data(), pngData->size(), dst->writable_str()); in BipmapToBase64DataURI()
|
/third_party/skia/src/pathops/ |
H A D | SkPathOpsAsWinding.cpp | 393 if (contours.size() <= 1) { in AsWinding() 403 [](const Contour* contour) -> bool { return !contour->fChildren.size(); } )) { in AsWinding()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/ |
H A D | Device.h | 275 size_t size) = 0; 280 uint64_t size) = 0;
|
/third_party/skia/third_party/externals/freetype/include/freetype/ |
H A D | freetype.h | 46 * scales the glyph images and their metrics to a requested size, and it 352 * glyphs for a given point size and resolution) in a bitmap font. It is 363 * size :: 364 * The nominal size of the strike in 26.6 fractional points. This 375 * The nominal size given in a FNT font is not reliable. If the driver 376 * finds it incorrect, it sets `size` to some calculated values, and 381 * `size`, `width`, and `height` values are not contained in the bitmap 389 FT_Pos size; member 522 * size. 533 * You can use @FT_New_Size to create additional size object 1101 FT_Size size; global() member [all...] |
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-array.hh | 259 bool check_range (const T *p, unsigned int size = T::static_size) const in check_range() 263 && (unsigned int) (arrayZ + length - (const char *) p) >= size; in check_range()
|
H A D | hb-common.h | 808 char *buf, unsigned int size); 832 char *buf, unsigned int size);
|
/third_party/python/Modules/_ctypes/libffi_osx/powerpc/ |
H A D | ppc64-darwin_closure.S | 260 li r8,0 // GPR return area size ptr (NULL) 261 li r10,0 // FPR return area size ptr (NULL) 320 .byte 0x1 ; uleb128 0x1; Augmentation size 338 .byte 0x0 ; uleb128 0x0; Augmentation size
|
H A D | ppc-darwin.S | 58 r4 (size of input data) 244 li r5,0 // GPR size ptr (NULL) 245 li r7,0 // FPR size ptr (NULL) 296 .byte 0x1 ; uleb128 0x1; Augmentation size 314 .byte 0x0 ; uleb128 0x0; Augmentation size
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
H A D | Function.h | 629 /// Optimize this function for minimum size (-Oz). 632 /// Optimize this function for size (-Os) or minimum size (-Oz). 696 size_t size() const { return BasicBlocks.size(); } in size() function in llvm::Function
|
H A D | ValueMap.h | 141 size_type size() const { return Map.size(); } in size() function in llvm::ValueMap
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Option/ |
H A D | ArgList.h | 185 unsigned size() const { return Args.size(); } in size() function in llvm::opt::ArgList
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Passes/ |
H A D | PassBuilder.h | 169 /// significant incremental compile time or code size growth. 173 /// increases code size by 5% for a particular benchmark, that benchmark 175 /// time or code size penalties happen on average across a diverse range of 179 /// with the size of input to LLVM so that users can control the runtime of 189 /// and code size to get execution time improvements. The core idea is that 192 /// code size or compile time for some benchmarks without corresponding 202 /// Similar to \c O2 but tries to optimize for small code size instead of 206 /// The logic here is exactly the same as \c O2, but with code size and 214 /// A very specialized mode that will optimize for code size at any and all 217 /// This is useful primarily when there are absolute size limitation [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/ |
H A D | SSAUpdaterImpl.h | 98 if (BlockList.size() == 0) { in GetValue() 131 Info->NumPreds = Preds.size(); in BuildBlockList()
|