/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | code_sink.cpp | 104 if (cfg()->preds(succ_bb_id).size() == 1) { in FindNewBasicBlockFor() 150 if (cfg()->preds(bb_used_in).size() != 1) { in FindNewBasicBlockFor()
|
H A D | dominator_tree.h | 144 assert(roots_.size() == 1); in GetRoot() 149 assert(roots_.size() == 1); in GetRoot()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/reduce/ |
H A D | reducer.cpp | 71 if (!tools.Validate(¤t_binary[0], current_binary.size(), in Run() 206 if (!tools.Validate(&maybe_result[0], maybe_result.size(), in RunPasses()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/ |
H A D | validate_capability.cpp | 270 assert(inst->operands().size() == 1); in CapabilityPass() 275 assert(operand.offset < inst->words().size()); in CapabilityPass()
|
H A D | validate_id.cpp | 111 for (size_t i = 3; i < phi->operands().size(); i += 2) { in CheckIdDefinitionDominateUse() 144 for (unsigned i = 0; i < inst->operands().size(); i++) { in IdPass()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/link/ |
H A D | linker_fixture.h | 77 spvtest::Binaries binaries(bodies.size()); in AssembleAndLink() 78 for (size_t i = 0u; i < bodies.size(); ++i) in AssembleAndLink()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/val/ |
H A D | val_fixtures.h | 115 code.size(), &binary_, &diagnostic)); in CompileFailure() 127 auto status = spvTextToBinary(context.context, code.c_str(), code.size(), in CompileSuccessfully()
|
/third_party/skia/third_party/externals/libwebp/src/dsp/ |
H A D | lossless.h | 213 uint32_t* out, int size); 215 typedef void (*VP8LAddVectorEqFunc)(const uint32_t* a, uint32_t* out, int size);
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | gender.cpp | 250 ugender_getListGender(const UGenderInfo* genderInfo, const UGender* genders, int32_t size, UErrorCode* status) { in ugender_getListGender() argument 251 return ((const icu::GenderInfo *)genderInfo)->getListGender(genders, size, *status); in ugender_getListGender()
|
/third_party/skia/third_party/externals/icu/source/tools/toolutil/ |
H A D | unewdata.cpp | 12 * tab size: 8 (not used) 120 headerSize=(uint16_t)(pInfo->size+4); in udata_create() 128 /* write the size of the header, take padding into account */ in udata_create() 135 T_FileStream_write(pData->file, pInfo, pInfo->size); in udata_create()
|
/third_party/skia/third_party/externals/microhttpd/src/examples/ |
H A D | spdy_event_loop.c | 276 size_t size, in new_post_data_cb() 284 write(0, buf, size); in new_post_data_cb() 273 new_post_data_cb(void * cls, struct SPDY_Request *request, const void * buf, size_t size, bool more) new_post_data_cb() argument
|
/third_party/skia/third_party/externals/microhttpd/src/microspdy/ |
H A D | structures.h | 327 * @param size the size of the data chunk 'buf' in bytes 338 size_t size, 470 * Data size. 1176 * more frames are returned based on the size of the data 1217 * @param size length of the stream 1226 size_t size,
|
/third_party/skia/third_party/externals/microhttpd/src/testcurl/ |
H A D | perf_get_concurrent.c | 128 size_t size, size_t nmemb, in copyBuffer() 131 return size * nmemb; in copyBuffer() 127 copyBuffer(void *ptr, size_t size, size_t nmemb, void *ctx) copyBuffer() argument
|
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/mobileer/miditools/synth/ |
H A D | SynthEngine.java | 259 if (mFreeVoices.size() > 0) { in noteOn() 260 voice = mFreeVoices.remove(mFreeVoices.size() - 1); in noteOn()
|
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/detail/ |
H A D | type_vec.hpp | 12 template <typename T, std::size_t size, bool aligned> 16 uint8 data[size];
|
/third_party/skia/src/shaders/ |
H A D | SkShaderBase.h | 187 static sk_sp<SkShaderBase> Deserialize(const void* data, size_t size, in Deserialize() argument 190 SkFlattenable::Deserialize(GetFlattenableType(), data, size, procs).release())); in Deserialize()
|
/third_party/skia/tests/ |
H A D | ProxyConversionTest.cpp | 26 const SkISize& size, in make_wrapped_rt() 28 auto backendRT = gpu->createTestingOnlyBackendRenderTarget(size, colorType); in make_wrapped_rt() 23 make_wrapped_rt(GrProxyProvider* provider, GrGpu* gpu, skiatest::Reporter* reporter, const SkISize& size, GrColorType colorType) make_wrapped_rt() argument
|
H A D | FontNamesTest.cpp | 88 size_t size; member 119 SkOTTableName::Iterator iter(test.data, test.size, test.nameID.predefined.value); in test_synthetic()
|
/third_party/skia/src/sksl/ |
H A D | SkSLCompiler.h | 192 static ModuleData MakeModuleData(const uint8_t* data, size_t size) { in MakeModuleData() argument 193 return ModuleData{/*fPath=*/nullptr, data, size}; in MakeModuleData()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/ |
H A D | PipelineGL.cpp | 197 ASSERT(index < mUnitsForSamplers.size()); in GetTextureUnitsForSampler() 202 ASSERT(index < mUnitsForTextures.size());
|
/third_party/skia/third_party/externals/dawn/src/tests/end2end/ |
H A D | AdapterDiscoveryTests.cpp | 58 EXPECT_LE(adapters.size(), 1u); // 0 or 1 SwiftShader adapters. in TEST() 240 metalAdapterCount = adapters.size(); in TEST()
|
/third_party/skia/third_party/externals/angle2/util/ |
H A D | test_utils_unittest.cpp | 37 for (size_t i = 0; i < str.size(); ++i) in NormalizeNewLines() 41 if (i + 1 < str.size() && str[i + 1] == '\n') in NormalizeNewLines()
|
/third_party/skia/third_party/externals/dawn/src/dawn_wire/server/ |
H A D | Server.h | 116 uint64_t size; member 158 size_t size) override;
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
H A D | DeviceVk.h | 88 ResultOrError<std::unique_ptr<StagingBufferBase>> CreateStagingBuffer(size_t size) override; 93 uint64_t size) override; 99 // Return the fixed subgroup size to use for compute shaders on this device or 0 if none
|
/third_party/skia/third_party/externals/freetype/src/psaux/ |
H A D | psobjs.h | 157 FT_Size size, 204 CFF_Size size,
|