Home
last modified time | relevance | path

Searched refs:offset3 (Results 1 – 10 of 10) sorted by relevance

/third_party/glslang/Test/
Dspv.float16Fetch.frag88 const ivec3 offset3 = ivec3(1);
195 texel += textureOffset(s3D, c3, offset3);
196 texel += textureOffset(s3D, f16c3, offset3, f16bias);
229 texel += textureProjOffset(s3D, c4, offset3);
230 texel += textureProjOffset(s3D, f16c4, offset3, f16bias);
253 texel += textureLodOffset(s3D, c3, lod, offset3);
254 texel += textureLodOffset(s3D, f16c3, f16lod, offset3);
281 texel += textureProjLodOffset(s3D, c4, lod, offset3);
282 texel += textureProjLodOffset(s3D, f16c4, f16lod, offset3);
314 texel += texelFetchOffset(s3D, ivec3(c3), int(lod), offset3);
[all …]
/third_party/flutter/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/conversion/eot/
DMtxWriter.java103 int offset3 = offset2 + compressed2.length; in packMtx() local
105 writeBE24(result, offset3, 7); in packMtx()
108 System.arraycopy(compressed3, 0, result, offset3, compressed3.length); in packMtx()
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/conversion/eot/
DMtxWriter.java103 int offset3 = offset2 + compressed2.length; in packMtx() local
105 writeBE24(result, offset3, 7); in packMtx()
108 System.arraycopy(compressed3, 0, result, offset3, compressed3.length); in packMtx()
/third_party/flutter/engine/flutter/lib/web_ui/test/
Dcompositing_test.dart219 expect(surface3.rootElement, isNull); // offset3 should be recycled.
228 expect(surface3.rootElement, isNotNull); // offset3 should be rehydrated.
/third_party/skia/samplecode/
DSampleImageFilterDAG.cpp329 sk_sp<SkImageFilter> offset3 = SkImageFilters::Offset(-5.f, -5.f, nullptr); in onDrawContent() local
330 sk_sp<SkImageFilter> blur2 = SkImageFilters::Blur(4.f, 4.f, std::move(offset3)); in onDrawContent()
/third_party/flutter/skia/samplecode/
DSampleImageFilterDAG.cpp498 sk_sp<SkImageFilter> offset3 = SkImageFilters::Offset(-5.f, -5.f, nullptr); in onDrawContent() local
499 sk_sp<SkImageFilter> blur2 = SkImageFilters::Blur(4.f, 4.f, std::move(offset3)); in onDrawContent()
/third_party/icu/icu4c/source/test/intltest/
Dtzregts.cpp218 int32_t offset3 = tz->getOffset(1, in Test4084933() local
247 ERR_IF_FAIL(offset3 != SToffset) in Test4084933()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/
DTimeZoneRegressionTest.java115 long offset3 = tz.getOffset(1, in Test4084933() local
138 offset3 != SToffset || offset4 != DToffset || in Test4084933()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/timezone/
DTimeZoneRegressionTest.java118 long offset3 = tz.getOffset(1, in Test4084933() local
141 offset3 != SToffset || offset4 != DToffset || in Test4084933()
/third_party/mindspore/patches/
D0015-train-0003.patch4464 + int offset3 = offset2 + row_align * param_->hidden_size;
4466 + << buffer_name + " + " << offset2 << ", " << buffer_name + " + " << offset3 << "};\n";