Home
last modified time | relevance | path

Searched refs:size (Results 13476 - 13500 of 47425) sorted by relevance

1...<<531532533534535536537538539540>>...1897

/third_party/skia/third_party/externals/spirv-tools/test/reduce/
H A Dremove_unused_struct_member_test.cpp65 ASSERT_EQ(1, ops.size()); in TEST()
147 ASSERT_EQ(1, ops.size()); in TEST()
233 ASSERT_EQ(0, ops.size()); in TEST()
/third_party/skia/third_party/externals/spirv-tools/tools/sva/src/
H A Dast.js113 let size = 1;
115 size += param.length();
117 return size;
/third_party/skia/src/gpu/dawn/
H A DGrDawnAttachment.cpp32 desc.size.width = dimensions.width(); in MakeStencil()
33 desc.size.height = dimensions.height(); in MakeStencil()
34 desc.size.depthOrArrayLayers = 1; in MakeStencil()
/third_party/skia/src/gpu/text/
H A DGrDistanceFieldAdjustTable.cpp51 size_t size; in build_distance_adjust_table() local
59 size = SkScalerContext::GetGammaLUTSize(contrast, paintGamma, deviceGamma, in build_distance_adjust_table()
65 SkAutoTArray<uint8_t> data((int)size); in build_distance_adjust_table()
/third_party/skia/src/gpu/vk/
H A DGrVkMemoryReclaimer.cpp43 if (fWaitQueues.size() > fMemoryCountThreshold) { in addMemoryToWaitQueue()
55 if (fWaitQueues.size() > fMemoryCountThreshold) { in addMemoryToWaitQueue()
66 if (!fWaitQueues.size()) { in flushGpuMemoryInWaitQueue()
/third_party/skia/src/core/
H A DSkAutoPixmapStorage.cpp43 size_t size = AllocSize(info, &rb); in tryAlloc() local
44 if (SkImageInfo::ByteSizeOverflowed(size)) { in tryAlloc()
47 void* pixels = sk_malloc_canfail(size); in tryAlloc()
H A DSkFontPriv.h21 /* This is the size we use when we ask for a glyph's path. We then
38 * Return a matrix that applies the paint's text values: size, scale, skew
40 static SkMatrix MakeTextMatrix(SkScalar size, SkScalar scaleX, SkScalar skewX) { in MakeTextMatrix() argument
41 SkMatrix m = SkMatrix::Scale(size * scaleX, size); in MakeTextMatrix()
59 If text size is large, text scale is one, and text skew is zero,
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/subsetter/
H A DHorizontalMetricsTableBuilder.java56 int nMetrics = metrics.size(); in build()
65 int size = 4 * numberOfHMetrics + 2 * (nMetrics - numberOfHMetrics); in build()
66 WritableFontData data = WritableFontData.createWritableFontData(size); in build()
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
H A Dfuzzer_pass_replace_params_with_struct.cpp50 std::vector<uint32_t> parameter_index(params.size()); in Apply()
64 // elements). However, the size of the vector is not changed so we need to in Apply()
76 parameter_index.size(), in Apply()
78 static_cast<uint32_t>(params.size()))); in Apply()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dcompact_ids_pass.cpp33 static_cast<uint32_t>(result_id_mapping->size()) + 1; in GetRemappedId()
53 assert(operand->words.size() == 1); in Process()
91 static_cast<uint32_t>(result_id_mapping.size() + 1)); in Process()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
H A Dfuzzer_pass_replace_params_with_struct.cpp50 std::vector<uint32_t> parameter_index(params.size()); in Apply()
64 // elements). However, the size of the vector is not changed so we need to in Apply()
76 parameter_index.size(), in Apply()
78 static_cast<uint32_t>(params.size()))); in Apply()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dcompact_ids_pass.cpp33 static_cast<uint32_t>(result_id_mapping->size()) + 1; in GetRemappedId()
53 assert(operand->words.size() == 1); in Process()
91 static_cast<uint32_t>(result_id_mapping.size() + 1)); in Process()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/util/
H A Dbit_vector.h44 if (element_index >= bits_.size()) { in Set()
64 if (element_index >= bits_.size()) { in Clear()
84 if (element_index >= bits_.size()) { in Get()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/reduce/
H A Dremove_unused_struct_member_test.cpp65 ASSERT_EQ(1, ops.size()); in TEST()
147 ASSERT_EQ(1, ops.size()); in TEST()
233 ASSERT_EQ(0, ops.size()); in TEST()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/tools/sva/src/
H A Dast.js113 let size = 1;
115 size += param.length();
117 return size;
/third_party/skia/third_party/externals/icu/source/samples/legacy/
H A Dnewcol.cpp16 * tab size: 8 (not used)
74 extern "C" void test_current(UChar data[][5], uint32_t size, uint32_t maxlen, uint8_t keys[][32]) { in test_current() argument
82 for(i = 0; i<size; i++) { in test_current()
84 fprintf(stderr, "For i=%d, size of sortkey is %d\n", i, keySize); in test_current()
90 qsort(data, size, maxlen*sizeof(UChar), compare_current); in test_current()
H A Doldcol.cpp16 * tab size: 8 (not used)
90 extern "C" void test_legacy(UChar data[][5], uint32_t size, uint32_t maxlen, uint8_t keys[4][32]) { in test_legacy() argument
99 for(i = 0; i<size; i++) { in test_legacy()
101 fprintf(stderr, "For i=%d, size of sortkey is %d\n", i, keySize); in test_legacy()
107 qsort(data, size, maxlen*sizeof(UChar), compare_legacy); in test_legacy()
/third_party/skia/src/sksl/
H A DSkSLPool.cpp63 void* Pool::AllocMemory(size_t size) { in AllocMemory() argument
67 void* ptr = memPool->allocate(size); in AllocMemory()
73 void* ptr = ::operator new(size); in AllocMemory()
/third_party/skia/src/utils/
H A DSkTextUtils.cpp13 void SkTextUtils::Draw(SkCanvas* canvas, const void* text, size_t size, SkTextEncoding encoding, in Draw() argument
17 SkScalar width = font.measureText(text, size, encoding); in Draw()
24 canvas->drawTextBlob(SkTextBlob::MakeFromText(text, size, font, encoding), x, y, paint); in Draw()
/third_party/skia/src/sksl/ir/
H A DSkSLConstructorCompound.cpp26 if (type.isScalar() && args.size() == 1 && args.front()->type() == type) { in Make()
55 ? arg->as<ConstructorCompound>().arguments().size() in Make()
61 if (fields > args.size()) { in Make()
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
H A DBufferD3D12.h49 uint64_t size);
61 MaybeError MapAsyncImpl(wgpu::MapMode mode, size_t offset, size_t size) override;
78 uint64_t size = 0);
/third_party/skia/third_party/externals/dawn/src/dawn_wire/server/
H A DServerQueue.cpp52 uint64_t size) { in DoQueueWriteBuffer()
61 if (size > std::numeric_limits<size_t>::max()) { in DoQueueWriteBuffer()
68 "Data size too large for write texture."); in DoQueueWriteBuffer()
72 static_cast<size_t>(size)); in DoQueueWriteBuffer()
96 "Data size too large for write texture."); in DoQueueWriteTexture()
48 DoQueueWriteBuffer(ObjectId queueId, ObjectId bufferId, uint64_t bufferOffset, const uint8_t* data, uint64_t size) DoQueueWriteBuffer() argument
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
H A DQueueGL.cpp45 size_t size) { in WriteBufferImpl()
48 ToBackend(buffer)->EnsureDataInitializedAsDestination(bufferOffset, size); in WriteBufferImpl()
51 gl.BufferSubData(GL_ARRAY_BUFFER, bufferOffset, size, data); in WriteBufferImpl()
42 WriteBufferImpl(BufferBase* buffer, uint64_t bufferOffset, const void* data, size_t size) WriteBufferImpl() argument
/third_party/skia/third_party/externals/dawn/generator/templates/dawn_wire/client/
H A DClientHandlers.cpp56 const volatile char* Client::HandleCommandsImpl(const volatile char* commands, size_t size) { in HandleCommandsImpl() argument
57 DeserializeBuffer deserializeBuffer(commands, size); in HandleCommandsImpl()
64 return commands + size; in HandleCommandsImpl()
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DCommandEncoder.h49 uint64_t size);
62 void APIClearBuffer(BufferBase* destination, uint64_t destinationOffset, uint64_t size);
77 uint64_t size);

Completed in 20 milliseconds

1...<<531532533534535536537538539540>>...1897