/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
H A D | transformation_add_global_variable.cpp | 82 assert(constant_id.size() == 1 && in IsApplicable()
|
H A D | transformation_add_type_struct.cpp | 64 operands.reserve(message_.member_type_id().size()); in Apply()
|
H A D | transformation_merge_blocks.cpp | 41 if (predecessors.size() != 1) { in IsApplicable()
|
H A D | transformation_permute_phi_operands.cpp | 46 // Check that |message_.permutation| has expected size. in IsApplicable() 48 if (static_cast<uint32_t>(message_.permutation().size()) != in IsApplicable()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | pass_manager.cpp | 59 if (!tools.Validate(binary.data(), binary.size(), val_options_)) { in Run()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/util/ |
H A D | string_utils.h | 51 size_t num_bytes = input.size(); in MakeVector()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/ |
H A D | ext_inst.glsl_test.cpp | 66 spv_result_t error = spvTextToBinary(context, spirv.c_str(), spirv.size(), in TEST_P()
|
H A D | preserve_numeric_ids_test.cpp | 39 spvTextToBinaryWithOptions(ctx.context, before.c_str(), before.size(), in ToBinaryAndBack()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/reduce/ |
H A D | structured_construct_to_block_test.cpp | 89 ASSERT_EQ(3, ops.size()); in TEST()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/tools/as/ |
H A D | as.cpp | 138 context, contents.data(), contents.size(), options, &binary, &diagnostic); in main()
|
/third_party/skia/third_party/externals/libwebp/src/dec/ |
H A D | vp8_dec.h | 32 // io.data_size = size; 65 // YUV420 format, and can be up to width x 24 in size (depending on the 67 // or abort request. The actual size of the area to update is mb_w x mb_h 68 // in size, taking cropping into account. 168 size_t chunk_size, // total data size expected in the chunk 172 WEBP_EXTERN int VP8LCheckSignature(const uint8_t* const data, size_t size);
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | uspoof_conf.h | 12 * tab size: 8 (not used) 76 int32_t size();
|
/third_party/skia/third_party/externals/icu/source/samples/udata/ |
H A D | reader.c | 16 * tab size: 8 (not used) 63 if( pInfo->size>=20 && in isAcceptable()
|
/third_party/skia/third_party/externals/microhttpd/src/testcurl/https/ |
H A D | test_tls_options.c | 54 cbc.size = 256; in test_unmatching_ssl_version()
|
/third_party/skia/third_party/externals/oboe/samples/MegaDrone/src/main/cpp/ |
H A D | native-lib.cpp | 49 LOGD("cpu ids size: %d", static_cast<int>(cpuIds.size())); in Java_com_google_oboe_samples_megadrone_MainActivity_startEngine()
|
/third_party/skia/src/sksl/ir/ |
H A D | SkSLExternalFunctionCall.h | 56 cloned.reserve_back(this->arguments().size());
|
H A D | SkSLConstructorArray.cpp | 28 // If there is a single argument containing an array of matching size and the types are in Convert() 33 if (args.size() == 1) { in Convert() 42 // Check that the number of constructor arguments matches the array size. in Convert()
|
H A D | SkSLConstructorArrayCast.cpp | 26 typecastArgs.reserve_back(inputArgs.size()); in cast_constant_array() 45 // Only arrays of the same size are allowed. in Make()
|
/third_party/skia/tests/ |
H A D | DebugLayerManagerTest.cpp | 48 REPORTER_ASSERT(reporter, frames.size() == 2); in test_basic()
|
H A D | SkScalerCacheTest.cpp | 64 auto local = data.subspan(threadIndex * 2, data.size() - kThreadCount * 2); in DEF_TEST()
|
/third_party/skia/src/xml/ |
H A D | SkXMLParser.h | 39 bool hasNoun() const { return fNoun.size() > 0; } in hasNoun()
|
/third_party/skia/src/utils/win/ |
H A D | SkDWriteFontFileStream.h | 29 size_t read(void* buffer, size_t size) override;
|
/third_party/skia/src/utils/ |
H A D | SkFloatUtils.h | 15 template <size_t size> 57 /** Bits is a unsigned integer the same size as the floating point number. */
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
H A D | QuerySetVk.cpp | 41 for (size_t i = 0; i < pipelineStatisticsSet.size(); ++i) { in VulkanQueryPipelineStatisticFlags()
|
/third_party/skia/third_party/externals/dawn/src/tests/end2end/ |
H A D | RenderAttachmentTests.cpp | 62 textureDesc.size = {1, 1, 1}; in TEST_P()
|