Home
last modified time | relevance | path

Searched refs:size (Results 14826 - 14850 of 53423) sorted by relevance

1...<<591592593594595596597598599600>>...2137

/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
H A DPruneEmptyCases.cpp42 for (size_t i = 0u; i < statements->size(); ++i) in AreEmptyBlocks()
80 size_t i = statements->size(); in visitSwitch()
112 if (lastNoOpInStatementList < statements->size()) in visitSwitch()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
H A DBuffer9.h35 size_t size,
40 size_t size,
46 GLsizeiptr size) override;
/third_party/skia/third_party/externals/angle2/src/gpu_info_util/
H A DSystemInfo_linux.cpp84 if (info->gpus.size() == 0) in GetSystemInfo()
91 for (size_t i = 0; i < info->gpus.size(); ++i) in GetSystemInfo()
129 if (IsIntel(gpu->vendorId) && info->gpus.size() == 1) in GetSystemInfo()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DLoopTraversal.cpp17 assert(MBBNumber < MBBInfos.size() && "Unexpected basic block number."); in isBlockDone()
36 assert(MBBNumber < MBBInfos.size() && "Unexpected basic block number."); in traverse()
48 assert(SuccNumber < MBBInfos.size() && in traverse()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
H A DHash.cpp22 uint32_t Size = Str.size(); in hashStringV1()
63 Buffer.size() / sizeof(ulittle32_t)); in hashStringV2()
69 Buffer = Buffer.slice(Items.size() * sizeof(ulittle32_t)); in hashStringV2()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
H A DDecompressor.cpp42 // Consume uncompressed section size (big-endian 8 bytes). in consumeCompressedGnuHeader()
43 if (SectionData.size() < 8) in consumeCompressedGnuHeader()
44 return createError("corrupted uncompressed section size"); in consumeCompressedGnuHeader()
55 if (SectionData.size() < HdrSize) in consumeCompressedZLibHeader()
96 size_t Size = Buffer.size(); in decompress()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkAppParamsUtil.cpp91 if (tokens.size() == 5) in readApplicationParameters()
118 for (size_t ndx = 0; ndx < appParams.size(); ++ndx) in readApplicationParameters()
120 if (ndx != appParams.size() - 1) in readApplicationParameters()
/third_party/vk-gl-cts/executor/
H A DxeBatchResult.cpp43 const size_t oldSize = m_data.size(); in append()
107 m_testCaseResults.reserve(m_testCaseResults.size()+1); in createTestCaseResult()
108 m_resultMap[casePath] = (int)m_testCaseResults.size(); in createTestCaseResult()
/third_party/vk-gl-cts/external/amber/src/android_sample/jni/
H A Dmain.cc72 static_cast<uint32_t>(script_info.size() - failures.size()), in amber_sample_main()
73 static_cast<uint32_t>(failures.size())); in amber_sample_main()
/third_party/skia/third_party/externals/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/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;

Completed in 21 milliseconds

1...<<591592593594595596597598599600>>...2137