Home
last modified time | relevance | path

Searched refs:size (Results 25001 - 25025 of 42706) sorted by relevance

1...<<1001100210031004100510061007100810091010>>...1709

/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dcode_sink.cpp104 if (cfg()->preds(succ_bb_id).size() == 1) { in FindNewBasicBlockFor()
150 if (cfg()->preds(bb_used_in).size() != 1) { in FindNewBasicBlockFor()
H A Ddominator_tree.h144 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 Dreducer.cpp71 if (!tools.Validate(&current_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 Dvalidate_capability.cpp270 assert(inst->operands().size() == 1); in CapabilityPass()
275 assert(operand.offset < inst->words().size()); in CapabilityPass()
H A Dvalidate_id.cpp111 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 Dlinker_fixture.h77 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 Dval_fixtures.h115 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 Dlossless.h213 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 Dgender.cpp250 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 Dunewdata.cpp12 * 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 Dspdy_event_loop.c276 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 Dstructures.h327 * @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 Dperf_get_concurrent.c128 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 DSynthEngine.java259 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 Dtype_vec.hpp12 template <typename T, std::size_t size, bool aligned>
16 uint8 data[size];
/third_party/skia/src/shaders/
H A DSkShaderBase.h187 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 DProxyConversionTest.cpp26 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 DFontNamesTest.cpp88 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 DSkSLCompiler.h192 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 DPipelineGL.cpp197 ASSERT(index < mUnitsForSamplers.size()); in GetTextureUnitsForSampler()
202 ASSERT(index < mUnitsForTextures.size());
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
H A DAdapterDiscoveryTests.cpp58 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 Dtest_utils_unittest.cpp37 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 DServer.h116 uint64_t size; member
158 size_t size) override;
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
H A DDeviceVk.h88 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 Dpsobjs.h157 FT_Size size,
204 CFF_Size size,

Completed in 32 milliseconds

1...<<1001100210031004100510061007100810091010>>...1709