Home
last modified time | relevance | path

Searched refs:subrange (Results 1 – 25 of 40) sorted by relevance

12

/external/google-breakpad/src/tools/linux/md2core/
Dminidump_memory_range_unittest.cc135 MinidumpMemoryRange subrange = range.Subrange(0, 10); in TEST() local
136 EXPECT_EQ(NULL, subrange.data()); in TEST()
137 EXPECT_EQ(0U, subrange.length()); in TEST()
149 MinidumpMemoryRange subrange = range.Subrange(sub_offset, sub_length); in TEST() local
154 EXPECT_EQ(kBufferPointer + sub_offset, subrange.data()); in TEST()
155 EXPECT_EQ(sub_length, subrange.length()); in TEST()
159 EXPECT_EQ(NULL, subrange.data()); in TEST()
160 EXPECT_EQ(0U, subrange.length()); in TEST()
177 MinidumpMemoryRange subrange = range.Subrange(location); in TEST() local
182 EXPECT_EQ(kBufferPointer + sub_offset, subrange.data()); in TEST()
[all …]
/external/google-breakpad/src/common/
Dmemory_range_unittest.cc134 MemoryRange subrange = range.Subrange(0, 10); in TEST() local
135 EXPECT_EQ(NULL, subrange.data()); in TEST()
136 EXPECT_EQ(0U, subrange.length()); in TEST()
148 MemoryRange subrange = range.Subrange(sub_offset, sub_length); in TEST() local
153 EXPECT_EQ(kBufferPointer + sub_offset, subrange.data()); in TEST()
154 EXPECT_EQ(sub_length, subrange.length()); in TEST()
158 EXPECT_EQ(NULL, subrange.data()); in TEST()
159 EXPECT_EQ(0U, subrange.length()); in TEST()
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AMDGPU/
Dregcoal-subrange-join.mir4 # This test will provoke a subrange join (see annotations below) during simple register coalescing
13 …define amdgpu_vs void @regcoal-subrange-join(i32 inreg %arg, i32 inreg %arg1, i32 inreg %arg2, i32…
19 name: regcoal-subrange-join
Dregcoal-subrange-join-seg.mir4 # This test will provoke a Couldn't join subrange unreachable without the
10 define amdgpu_ps void @regcoal-subrange-join-seg() local_unnamed_addr #0 {
15 name: regcoal-subrange-join-seg
Dcoalescing-with-subregs-in-loop-bug.mir27 # The bug is that the coalesced value has a L00000004 subrange (for sub2) that
Dcoalescer-subregjoin-fullcopy.mir5 # This test will provoke a subrange join during simple register
Dsubreg-split-live-in-error.mir5 # there was a subrange of the new register which was reached by an "undef"
/external/vulkan-validation-layers/tests/
Dvkrenderframework.cpp1633 VkImageSubresourceRange subrange = {}; in ClearAllBuffers() local
1635 subrange.baseMipLevel = 0; in ClearAllBuffers()
1637 subrange.levelCount = 1; // VK_REMAINING_MIP_LEVELS; in ClearAllBuffers()
1638 subrange.baseArrayLayer = 0; in ClearAllBuffers()
1640 subrange.layerCount = 1; // VK_REMAINING_ARRAY_LAYERS; in ClearAllBuffers()
1645 subrange.aspectMask = VK_IMAGE_ASPECT_COLOR_BIT; in ClearAllBuffers()
1647 color_obj->SetLayout(this, subrange.aspectMask, clear_layout); in ClearAllBuffers()
1648 ClearColorImage(color_obj->image(), clear_layout, &clear_color, 1, &subrange); in ClearAllBuffers()
1652 subrange.aspectMask = VK_IMAGE_ASPECT_DEPTH_BIT | VK_IMAGE_ASPECT_STENCIL_BIT; in ClearAllBuffers()
1653 …if (FormatIsDepthOnly(depth_stencil_obj->format())) subrange.aspectMask = VK_IMAGE_ASPECT_DEPTH_BI… in ClearAllBuffers()
[all …]
/external/swiftshader/third_party/LLVM/test/Transforms/ScalarRepl/
D2009-03-05-Aggre2Scalar-dbg.ll15 %llvm.dbg.subrange.type = type { i32, i64, i64 }
45 @llvm.dbg.subrange = internal constant %llvm.dbg.subrange.type { i32 458785, i64 0, i64 3 }, sectio…
46 …ray23 = internal constant [1 x %0*] [%0* bitcast (%llvm.dbg.subrange.type* @llvm.dbg.subrange to %…
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/X86/
Ddbg-subrange.ll3 source_filename = "test/DebugInfo/X86/dbg-subrange.ll"
Dsubrange-type.ll4 ; Make sure that the base type from the subrange type has a name.
Ddefault-subrange-array.ll12 source_filename = "test/DebugInfo/X86/default-subrange-array.ll"
Dnondefault-subrange-array.ll4 source_filename = "test/DebugInfo/X86/nondefault-subrange-array.ll"
/external/llvm/test/DebugInfo/X86/
Dsubrange-type.ll4 ; Make sure that the base type from the subrange type has a name.
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/SimplifyCFG/
Ddbginfo.ll10 %llvm.dbg.subrange.type = type { i32, i64, i64 }
/external/swiftshader/third_party/LLVM/test/Transforms/SimplifyCFG/
Ddbginfo.ll10 %llvm.dbg.subrange.type = type { i32, i64, i64 }
/external/llvm/test/Transforms/SimplifyCFG/
Ddbginfo.ll10 %llvm.dbg.subrange.type = type { i32, i64, i64 }
/external/deqp/android/cts/lmp-mr1/src/
Des30-lmp-mr1.txt716 dEQP-GLES3.functional.buffer.copy.subrange.middle
717 dEQP-GLES3.functional.buffer.copy.subrange.small_to_large
718 dEQP-GLES3.functional.buffer.copy.subrange.large_to_small
719 dEQP-GLES3.functional.buffer.copy.subrange.low_to_high_1
720 dEQP-GLES3.functional.buffer.copy.subrange.low_to_high_2
721 dEQP-GLES3.functional.buffer.copy.subrange.high_to_low_1
722 dEQP-GLES3.functional.buffer.copy.subrange.high_to_low_2
/external/deqp/android/cts/lmp/src/
Des30-lmp.txt715 dEQP-GLES3.functional.buffer.copy.subrange.middle
716 dEQP-GLES3.functional.buffer.copy.subrange.small_to_large
717 dEQP-GLES3.functional.buffer.copy.subrange.large_to_small
718 dEQP-GLES3.functional.buffer.copy.subrange.low_to_high_1
719 dEQP-GLES3.functional.buffer.copy.subrange.low_to_high_2
720 dEQP-GLES3.functional.buffer.copy.subrange.high_to_low_1
721 dEQP-GLES3.functional.buffer.copy.subrange.high_to_low_2
/external/deqp/android/cts/lmp-mr1/
Dgles3-master.txt716 dEQP-GLES3.functional.buffer.copy.subrange.middle
717 dEQP-GLES3.functional.buffer.copy.subrange.small_to_large
718 dEQP-GLES3.functional.buffer.copy.subrange.large_to_small
719 dEQP-GLES3.functional.buffer.copy.subrange.low_to_high_1
720 dEQP-GLES3.functional.buffer.copy.subrange.low_to_high_2
721 dEQP-GLES3.functional.buffer.copy.subrange.high_to_low_1
722 dEQP-GLES3.functional.buffer.copy.subrange.high_to_low_2
/external/deqp/android/cts/lmp/
Dgles3-master.txt715 dEQP-GLES3.functional.buffer.copy.subrange.middle
716 dEQP-GLES3.functional.buffer.copy.subrange.small_to_large
717 dEQP-GLES3.functional.buffer.copy.subrange.large_to_small
718 dEQP-GLES3.functional.buffer.copy.subrange.low_to_high_1
719 dEQP-GLES3.functional.buffer.copy.subrange.low_to_high_2
720 dEQP-GLES3.functional.buffer.copy.subrange.high_to_low_1
721 dEQP-GLES3.functional.buffer.copy.subrange.high_to_low_2
/external/deqp/external/openglcts/data/mustpass/gles/aosp_mustpass/3.2.3.x/src/
Dgles3-master.txt721 dEQP-GLES3.functional.buffer.copy.subrange.middle
722 dEQP-GLES3.functional.buffer.copy.subrange.small_to_large
723 dEQP-GLES3.functional.buffer.copy.subrange.large_to_small
724 dEQP-GLES3.functional.buffer.copy.subrange.low_to_high_1
725 dEQP-GLES3.functional.buffer.copy.subrange.low_to_high_2
726 dEQP-GLES3.functional.buffer.copy.subrange.high_to_low_1
727 dEQP-GLES3.functional.buffer.copy.subrange.high_to_low_2
/external/deqp/external/openglcts/data/mustpass/gles/aosp_mustpass/3.2.3.x/
Dgles3-master.txt721 dEQP-GLES3.functional.buffer.copy.subrange.middle
722 dEQP-GLES3.functional.buffer.copy.subrange.small_to_large
723 dEQP-GLES3.functional.buffer.copy.subrange.large_to_small
724 dEQP-GLES3.functional.buffer.copy.subrange.low_to_high_1
725 dEQP-GLES3.functional.buffer.copy.subrange.low_to_high_2
726 dEQP-GLES3.functional.buffer.copy.subrange.high_to_low_1
727 dEQP-GLES3.functional.buffer.copy.subrange.high_to_low_2
/external/deqp/android/cts/master/
Dgles3-master.txt720 dEQP-GLES3.functional.buffer.copy.subrange.middle
721 dEQP-GLES3.functional.buffer.copy.subrange.small_to_large
722 dEQP-GLES3.functional.buffer.copy.subrange.large_to_small
723 dEQP-GLES3.functional.buffer.copy.subrange.low_to_high_1
724 dEQP-GLES3.functional.buffer.copy.subrange.low_to_high_2
725 dEQP-GLES3.functional.buffer.copy.subrange.high_to_low_1
726 dEQP-GLES3.functional.buffer.copy.subrange.high_to_low_2
/external/deqp/external/openglcts/data/mustpass/gles/aosp_mustpass/3.2.2.x/src/
Dgles3-master.txt720 dEQP-GLES3.functional.buffer.copy.subrange.middle
721 dEQP-GLES3.functional.buffer.copy.subrange.small_to_large
722 dEQP-GLES3.functional.buffer.copy.subrange.large_to_small
723 dEQP-GLES3.functional.buffer.copy.subrange.low_to_high_1
724 dEQP-GLES3.functional.buffer.copy.subrange.low_to_high_2
725 dEQP-GLES3.functional.buffer.copy.subrange.high_to_low_1
726 dEQP-GLES3.functional.buffer.copy.subrange.high_to_low_2

12