Home
last modified time | relevance | path

Searched refs:size (Results 17201 - 17225 of 21438) sorted by relevance

1...<<681682683684685686687688689690>>...858

/third_party/skia/third_party/externals/spirv-cross/
H A Dspirv_cpp.cpp460 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 Ddisassemble.cpp196 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 Dtransformation_add_loop_to_create_int_constant_synonym.cpp167 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 Dcfg.cpp139 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 Ddisassemble.cpp196 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 Dtransformation_add_loop_to_create_int_constant_synonym.cpp167 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 Dcfg.cpp139 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 Dval_layout_test.cpp125 ::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 Dcoleitr.cpp93 U_ASSERT(i < offsets_->size()); in getOffset()
386 offsets_ = new UVector32(other.offsets_->size(), errorCode); in operator =()
H A Dtznames.cpp446 TimeZoneNames::MatchInfoCollection::size() const { in size() function in TimeZoneNames::MatchInfoCollection
450 return fMatches->size(); in size()
/third_party/skia/tests/
H A DJSONTest.cpp173 REPORTER_ASSERT(reporter, vec.size() == expected_size); in check_vector()
447 const DOM dom(json.c_str(), json.size()); in DEF_TEST()
H A DSkSLTest.cpp44 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 DTestUtils.cpp121 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 DSkPathOpsAsWinding.cpp393 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 DDevice.h275 size_t size) = 0;
280 uint64_t size) = 0;
/third_party/skia/third_party/externals/freetype/include/freetype/
H A Dfreetype.h46 * 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 Dhb-array.hh259 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 Dhb-common.h808 char *buf, unsigned int size);
832 char *buf, unsigned int size);
/third_party/python/Modules/_ctypes/libffi_osx/powerpc/
H A Dppc64-darwin_closure.S260 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 Dppc-darwin.S58 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 DFunction.h629 /// 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 DValueMap.h141 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 DArgList.h185 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 DPassBuilder.h169 /// 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 DSSAUpdaterImpl.h98 if (BlockList.size() == 0) { in GetValue()
131 Info->NumPreds = Preds.size(); in BuildBlockList()

Completed in 32 milliseconds

1...<<681682683684685686687688689690>>...858