Home
last modified time | relevance | path

Searched refs:offset2 (Results 1 – 25 of 67) sorted by relevance

123

/external/deqp-deps/glslang/Test/
Dspv.float16Fetch.frag87 const ivec2 offset2 = ivec2(1);
89 const ivec2 offsets[4] = { offset2, offset2, offset2, offset2 };
193 texel += textureOffset(s2D, c2, offset2);
194 texel += textureOffset(s2D, f16c2, offset2, f16bias);
197 texel += textureOffset(s2DRect, c2, offset2);
198 texel += textureOffset(s2DRect, f16c2, offset2);
199 texel.x += textureOffset(s2DRectShadow, c3, offset2);
200 texel.x += textureOffset(s2DRectShadow, f16c2, compare, offset2);
203 texel.x += textureOffset(s2DShadow, c3, offset2);
204 texel.x += textureOffset(s2DShadow, f16c2, compare, offset2, f16bias);
[all …]
/external/dtc/tests/
Ddtbs_equal_ordered.c81 int offset1, offset2; in compare_structure() local
94 offset2 = nextoffset2; in compare_structure()
95 tag2 = fdt_next_tag(fdt2, offset2, &nextoffset2); in compare_structure()
100 tag1, tag2, offset1, offset2); in compare_structure()
108 name2 = fdt_get_name(fdt2, offset2, NULL); in compare_structure()
111 offset2, fdt_strerror(err)); in compare_structure()
115 name1, name2, offset1, offset2); in compare_structure()
122 prop2 = fdt_offset_ptr(fdt2, offset2, sizeof(*prop2)); in compare_structure()
124 FAIL("Could get fdt2 property at %d", offset2); in compare_structure()
130 "at (%d, %d)", name1, name2, offset1, offset2); in compare_structure()
[all …]
Ddtbs_equal_unordered.c104 const void *fdt2, int offset2) in compare_properties() argument
124 data2 = fdt_getprop(fdt2, offset2, name, &len2); in compare_properties()
150 const void *fdt2, int offset2);
153 const void *fdt2, int offset2, in compare_subnodes() argument
165 coffset2 = fdt_subnode_offset(fdt2, offset2, name); in compare_subnodes()
178 const void *fdt2, int offset2) in compare_node() argument
184 CHECK(fdt_get_path(fdt2, offset2, path2, sizeof(path2))); in compare_node()
191 compare_properties(fdt1, offset1, fdt2, offset2); in compare_node()
192 compare_properties(fdt2, offset2, fdt1, offset1); in compare_node()
194 compare_subnodes(fdt1, offset1, fdt2, offset2, 1); in compare_node()
[all …]
/external/proguard/src/proguard/optimize/peephole/
DGotoCommonCodeReplacer.java157 private int commonByteCodeCount(CodeAttribute codeAttribute, int offset1, int offset2) in commonByteCodeCount() argument
166 delta <= offset2 && in commonByteCodeCount()
167 offset2 - delta != offset1; in commonByteCodeCount()
171 int newOffset2 = offset2 - delta; in commonByteCodeCount()
241 private boolean exceptionBoundary(CodeAttribute codeAttribute, int offset1, int offset2) in exceptionBoundary() argument
244 if (offset2 < offset1) in exceptionBoundary()
247 offset1 = offset2; in exceptionBoundary()
248 offset2 = offset; in exceptionBoundary()
252 for (int offset = offset1; offset <= offset2; offset++) in exceptionBoundary()
/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/
Dtrt_optimization_pass.cc85 string offset2 = StrCat(offset, offset); in PrintDebugInfo() local
86 string offset3 = StrCat(offset2, offset); in PrintDebugInfo()
87 string offset4 = StrCat(offset2, offset2); in PrintDebugInfo()
95 LOG(INFO) << offset2 << s; in PrintDebugInfo()
103 LOG(INFO) << offset2 << s.first << " = " << s.second; in PrintDebugInfo()
111 LOG(INFO) << offset2 << k.first; in PrintDebugInfo()
140 LOG(INFO) << offset2 << f.first << " = shaped " << shape.DebugString(); in PrintDebugInfo()
148 LOG(INFO) << offset2 << f; in PrintDebugInfo()
157 LOG(INFO) << offset2 << f; in PrintDebugInfo()
168 LOG(INFO) << offset2 << f; in PrintDebugInfo()
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/utils/
DArchiveUtils.java157 final byte[] buffer2, final int offset2, final int length2, in isEqual() argument
161 if (buffer1[offset1+i] != buffer2[offset2+i]){ in isEqual()
177 if (buffer2[offset2+i] != 0){ in isEqual()
200 final byte[] buffer2, final int offset2, final int length2){
201 return isEqual(buffer1, offset1, length1, buffer2, offset2, length2, false);
240 final byte[] buffer2, final int offset2, final int length2){
241 return isEqual(buffer1, offset1, length1, buffer2, offset2, length2, true);
/external/mesa3d/src/egl/wayland/wayland-drm/
Dwayland-drm.c65 int32_t offset2, int32_t stride2) in create_buffer() argument
84 buffer->offset[2] = offset2; in create_buffer()
139 int32_t offset2, int32_t stride2) in drm_create_planar_buffer() argument
158 offset0, stride0, offset1, stride1, offset2, stride2); in drm_create_planar_buffer()
168 int32_t offset2, int32_t stride2) in drm_create_prime_buffer() argument
171 offset0, stride0, offset1, stride1, offset2, stride2); in drm_create_prime_buffer()
/external/elfutils/libcpu/defs/
Di386.doc62 5bit offset2
67 4bit offset2
72 1bit offset2
/external/libaom/libaom/examples/
Dencoder_util.c59 const int offset2 = row * p2_stride + col; in find_mismatch_plane() local
64 ? p2[2 * offset2] | (p2[2 * offset2 + 1] << 8) in find_mismatch_plane()
65 : p2[offset2]; in find_mismatch_plane()
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Mips/
Deh-return32.ll20 ; CHECK: sw $6, [[offset2:[0-9]+]]($sp)
38 ; CHECK: lw $6, [[offset2]]($sp)
62 ; CHECK: sw $6, [[offset2:[0-9]+]]($sp)
78 ; CHECK: lw $6, [[offset2]]($sp)
Deh-return64.ll21 ; CHECK: sd $6, [[offset2:[0-9]+]]($sp)
39 ; CHECK: ld $6, [[offset2]]($sp)
65 ; CHECK: sd $6, [[offset2:[0-9]+]]($sp)
81 ; CHECK: ld $6, [[offset2]]($sp)
Dstchar.ll33 ; 16_h: sh ${{[0-9]+}}, [[offset2:[0-9]+]](${{[0-9]+}})
34 ; 16_h: lh ${{[0-9]+}}, [[offset2]](${{[0-9]+}})
/external/llvm/test/CodeGen/Mips/
Deh-return32.ll20 ; CHECK: sw $6, [[offset2:[0-9]+]]($sp)
38 ; CHECK: lw $6, [[offset2]]($sp)
62 ; CHECK: sw $6, [[offset2:[0-9]+]]($sp)
78 ; CHECK: lw $6, [[offset2]]($sp)
Deh-return64.ll21 ; CHECK: sd $6, [[offset2:[0-9]+]]($sp)
39 ; CHECK: ld $6, [[offset2]]($sp)
65 ; CHECK: sd $6, [[offset2:[0-9]+]]($sp)
81 ; CHECK: ld $6, [[offset2]]($sp)
Dstchar.ll33 ; 16_h: sh ${{[0-9]+}}, [[offset2:[0-9]+]](${{[0-9]+}})
34 ; 16_h: lh ${{[0-9]+}}, [[offset2]](${{[0-9]+}})
/external/sfntly/cpp/src/test/
Dtest_utils.h46 int32_t offset2);
58 int32_t offset2,
/external/llvm/test/CodeGen/AMDGPU/
Ddagcombine-reassociate-bug.ll22 %offset2 = add i64 %offset, 1025
23 %ptr2 = getelementptr i32, i32 addrspace(1)* %out, i64 %offset2
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AMDGPU/
Ddagcombine-reassociate-bug.ll22 %offset2 = add i64 %offset, 1025
23 %ptr2 = getelementptr i32, i32 addrspace(1)* %out, i64 %offset2
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LoopUnroll/
Druntime-loop4.ll36 %offset2 = getelementptr i32, i32* %addr2, i32 %iv2
37 store i32 %iv2, i32* %offset2, align 4
/external/llvm/test/Transforms/LoopUnroll/
Druntime-loop4.ll36 %offset2 = getelementptr i32, i32* %addr2, i32 %iv2
37 store i32 %iv2, i32* %offset2, align 4
/external/python/cpython3/Modules/
D_datetimemodule.c4185 PyObject *offset1, *offset2; in time_richcompare() local
4200 offset2 = time_utcoffset(other, NULL); in time_richcompare()
4201 if (offset2 == NULL) in time_richcompare()
4207 if ((offset1 == offset2) || in time_richcompare()
4208 (PyDelta_Check(offset1) && PyDelta_Check(offset2) && in time_richcompare()
4209 delta_cmp(offset1, offset2) == 0)) { in time_richcompare()
4216 else if (offset1 != Py_None && offset2 != Py_None) { in time_richcompare()
4218 assert(offset1 != offset2); /* else last "if" handled it */ in time_richcompare()
4227 GET_TD_DAYS(offset2) * 86400 - in time_richcompare()
4228 GET_TD_SECONDS(offset2); in time_richcompare()
[all …]
/external/u-boot/env/
Dmmc.c266 u32 offset1, offset2; in env_mmc_load() local
286 mmc_get_env_addr(mmc, 1, &offset2)) { in env_mmc_load()
292 read2_fail = read_env(mmc, CONFIG_ENV_SIZE, offset2, tmp_env2); in env_mmc_load()
/external/skia/bench/
DImageFilterDAGBench.cpp133 auto offset2 = SkOffsetImageFilter::Make(-100.0f, -100.0f, blur); in onDraw() local
135 SkXfermodeImageFilter::Make(SkBlendMode::kSrcIn, offset1, offset2, nullptr); in onDraw()
/external/skqp/bench/
DImageFilterDAGBench.cpp133 auto offset2 = SkOffsetImageFilter::Make(-100.0f, -100.0f, blur); in onDraw() local
135 SkXfermodeImageFilter::Make(SkBlendMode::kSrcIn, offset1, offset2, nullptr); in onDraw()
/external/compiler-rt/lib/asan/
Dasan_interceptors.cc100 const char *offset2, uptr length2) { in RangesOverlap() argument
101 return !((offset1 + length1 <= offset2) || (offset2 + length2 <= offset1)); in RangesOverlap()
105 const char *offset2 = (const char*)_offset2; \
106 if (RangesOverlap(offset1, length1, offset2, length2)) { \
109 offset2, length2, &stack); \

123