Home
last modified time | relevance | path

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

1234

/external/angle/third_party/vulkan-deps/glslang/src/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/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.c68 int offset1, offset2; in compare_structure() local
81 offset2 = nextoffset2; in compare_structure()
82 tag2 = fdt_next_tag(fdt2, offset2, &nextoffset2); in compare_structure()
87 tag1, tag2, offset1, offset2); in compare_structure()
95 name2 = fdt_get_name(fdt2, offset2, NULL); in compare_structure()
98 offset2, fdt_strerror(err)); in compare_structure()
102 name1, name2, offset1, offset2); in compare_structure()
109 prop2 = fdt_offset_ptr(fdt2, offset2, sizeof(*prop2)); in compare_structure()
111 FAIL("Could get fdt2 property at %d", offset2); in compare_structure()
117 "at (%d, %d)", name1, name2, offset1, offset2); in compare_structure()
[all …]
Ddtbs_equal_unordered.c92 const void *fdt2, int offset2) in compare_properties() argument
112 data2 = fdt_getprop(fdt2, offset2, name, &len2); in compare_properties()
138 const void *fdt2, int offset2);
141 const void *fdt2, int offset2, in compare_subnodes() argument
153 coffset2 = fdt_subnode_offset(fdt2, offset2, name); in compare_subnodes()
166 const void *fdt2, int offset2) in compare_node() argument
172 CHECK(fdt_get_path(fdt2, offset2, path2, sizeof(path2))); in compare_node()
179 compare_properties(fdt1, offset1, fdt2, offset2); in compare_node()
180 compare_properties(fdt2, offset2, fdt1, offset1); in compare_node()
182 compare_subnodes(fdt1, offset1, fdt2, offset2, 1); in compare_node()
[all …]
/external/jackson-core/src/main/java/com/fasterxml/jackson/core/sym/
DByteQuadsCanonicalizer.java484 int offset2 = _secondaryStart + ((offset >> 3) << 2); in findName() local
486 len = hashArea[offset2+3]; in findName()
489 if (hashArea[offset2] == q1) { in findName()
490 return _names[offset2 >> 2]; in findName()
516 int offset2 = _secondaryStart + ((offset >> 3) << 2); in findName() local
518 len = hashArea[offset2+3]; in findName()
521 if ((q1 == hashArea[offset2]) && (q2 == hashArea[offset2+1])) { in findName()
522 return _names[offset2 >> 2]; in findName()
544 int offset2 = _secondaryStart + ((offset >> 3) << 2); in findName() local
546 len = hashArea[offset2+3]; in findName()
[all …]
/external/angle/src/libANGLE/
Dcl_utils.h20 inline bool OverlapRegions(size_t offset1, size_t offset2, size_t size) in OverlapRegions() argument
25 return (offset1 <= offset2 && offset2 <= offset1 + size - 1u) || in OverlapRegions()
26 (offset2 <= offset1 && offset1 <= offset2 + size - 1u); in OverlapRegions()
/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.cc86 string offset2 = StrCat(offset, offset); in PrintDebugInfo() local
87 string offset3 = StrCat(offset2, offset); in PrintDebugInfo()
88 string offset4 = StrCat(offset2, offset2); in PrintDebugInfo()
97 LOG(INFO) << offset2 << s; in PrintDebugInfo()
105 LOG(INFO) << offset2 << s.first << " = " << s.second; in PrintDebugInfo()
113 LOG(INFO) << offset2 << k.first; in PrintDebugInfo()
150 LOG(INFO) << offset2 << f.first << " = shaped " << shape.DebugString(); in PrintDebugInfo()
158 LOG(INFO) << offset2 << f; in PrintDebugInfo()
167 LOG(INFO) << offset2 << f; in PrintDebugInfo()
178 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/llvm-project/compiler-rt/lib/asan/
Dasan_interceptors_memintrinsics.h132 const char *offset2, uptr length2) { in DECLARE_REAL()
133 return !((offset1 + length1 <= offset2) || (offset2 + length2 <= offset1)); in DECLARE_REAL()
138 const char *offset2 = (const char *)_offset2; \ in DECLARE_REAL()
139 if (RangesOverlap(offset1, length1, offset2, length2)) { \ in DECLARE_REAL()
147 offset2, length2, &stack); \ in DECLARE_REAL()
/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()
141 int32_t offset2, int32_t stride2) in drm_create_planar_buffer() argument
160 offset0, stride0, offset1, stride1, offset2, stride2); in drm_create_planar_buffer()
170 int32_t offset2, int32_t stride2) in drm_create_prime_buffer() argument
173 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/sfntly/cpp/src/test/
Dtest_utils.h46 int32_t offset2);
58 int32_t 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/llvm-project/polly/lib/External/isl/
Disl_stride.c155 isl_aff *offset2; in set_stride() local
170 offset2 = data->offset; in set_stride()
171 offset2 = isl_aff_scale_val(offset2, a); in set_stride()
173 offset = isl_aff_add(offset, offset2); in set_stride()
/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)
/external/llvm-project/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/libffi/src/riscv/
Dffi.c76 char as_elements, type1, offset2, type2; member
123 ret.offset2 = FFI_ALIGN(fields[0]->size, fields[1]->alignment); in struct_passed_as_elements()
217 if (fsi.offset2) in marshal()
218 marshal_atom(cb, fsi.type2, ((char*)data) + fsi.offset2); in marshal()
263 if (fsi.offset2) in unmarshal()
264 unmarshal_atom(cb, fsi.type2, ((char*)data) + fsi.offset2); in unmarshal()
/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/llvm-project/llvm/test/CodeGen/AMDGPU/
Ddagcombine-reassociate-bug.ll22 %offset2 = add i64 %offset, 1025
23 %ptr2 = getelementptr i32, i32 addrspace(1)* %out, i64 %offset2
/external/llvm-project/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

1234