Home
last modified time | relevance | path

Searched refs:overlapping (Results 1 – 25 of 54) sorted by relevance

123

/external/mesa3d/src/mesa/swrast/
Ds_copypix.c105 GLint overlapping; in copy_rgba_pixels() local
115 overlapping = regions_overlap(srcx, srcy, destx, desty, width, height, in copy_rgba_pixels()
119 overlapping = GL_FALSE; in copy_rgba_pixels()
123 if (!overlapping && srcy < desty) { in copy_rgba_pixels()
141 if (overlapping) { in copy_rgba_pixels()
167 if (overlapping) { in copy_rgba_pixels()
198 if (overlapping) in copy_rgba_pixels()
253 GLint overlapping; in copy_depth_pixels() local
266 overlapping = regions_overlap(srcx, srcy, destx, desty, width, height, in copy_depth_pixels()
270 overlapping = GL_FALSE; in copy_depth_pixels()
[all …]
/external/clang/test/SemaOpenCL/
Daddress-spaces-conversions-cl2.0.cl8 * It adds notion of overlapping address spaces. The main differention is that
160 …n ('__constant int *' and '__global int *') which are pointers to non-overlapping address spaces}}
165 …lobal|constant}} int *' and '__local int *') which are pointers to non-overlapping address spaces}}
170 …bal|generic}} int *' and '__constant int *') which are pointers to non-overlapping address spaces}}
175 … ('__{{global|constant}} int *' and 'int *') which are pointers to non-overlapping address spaces}}
180 … ('__constant int *' and '__generic int *') which are pointers to non-overlapping address spaces}}
186 …e ('__constant int *' and '__global int *') which are pointers to non-overlapping address spaces}}
191 …lobal|constant}} int *' and '__local int *') which are pointers to non-overlapping address spaces}}
196 …bal|generic}} int *' and '__constant int *') which are pointers to non-overlapping address spaces}}
201 … ('__{{global|constant}} int *' and 'int *') which are pointers to non-overlapping address spaces}}
[all …]
Dnull_literal.cl25 …een ('__global int *' and '__local void *') which are pointers to non-overlapping address spaces}}
/external/llvm/test/Verifier/
Drange-1.ll85 ; CHECK: Intervals are overlapping
117 ; CHECK: Intervals are overlapping
125 ; CHECK: Intervals are overlapping
133 ; CHECK: Intervals are overlapping
/external/llvm/test/ExecutionEngine/OrcMCJIT/
D2003-08-23-RegisterAllocatePhysReg.ll4 ; of registers (due to too many overlapping live ranges), but then attempts to
10 ; Produce lots of overlapping live ranges
/external/llvm/test/ExecutionEngine/MCJIT/
D2003-08-23-RegisterAllocatePhysReg.ll4 ; of registers (due to too many overlapping live ranges), but then attempts to
10 ; Produce lots of overlapping live ranges
/external/e2fsprogs/tests/f_overfsblks/
Dname1 overlapping inode and block bitmaps
/external/deqp/doc/testspecs/GLES31/
Dfunctional.blend_equation_advanced.txt40 Advanced blending tests render two or more overlapping quads. First quad is
49 made between each overlapping quad with advanced blending enabled. In coherent
/external/llvm/test/CodeGen/X86/
D2003-08-03-CallArgLiveRanges.ll4 ; it makes a ton of annoying overlapping live ranges. This code should not
Dload-slice.ll113 ; Check that we do not optimize overlapping slices.
115 ; The 64-bits should NOT have been split in as slices are overlapping.
/external/llvm/test/Transforms/LoopStrengthReduce/
Dexit_compare_live_range.ll2 ; having overlapping live ranges that result in copies. We want the setcc
/external/chromium-trace/catapult/tracing/docs/
Dtrace-viewer-internals.md79 …mposed into subRows -- a subRow is an array of slices that are all non-overlapping. E.g. in the th…
93 * AsyncSliceGroup, for overlapping data. Used for async operations.
112 …* *SliceTrack:* visualizes an array of non-overlapping monotonically-increasing slices. Has some s…
/external/elfutils/
DTODO156 of overlapping relocations doesn't change. There really never
157 should be overlapping relocations but who knows.
/external/llvm/test/CodeGen/AArch64/
Dglobal-merge-ignore-single-use-minsize.ll38 ; If we have use sets partially overlapping between a minsize and a non-minsize
/external/selinux/sepolgen/
DHACKING37 permissions). These can be grouped into sets without overlapping
/external/e2fsprogs/tests/
DREADME65 overfsblks.img Filesystem with overlapping inode and block bitmaps
/external/libvorbis/doc/
D01-introduction.tex348 Vorbis uses an overlapping transform, namely the MDCT, to blend one
361 And slightly more complex in the case of overlapping unequal sized
509 The overlapped portion produced from overlapping the previous and
514 overlapped portions. When overlapping a short and long window, much of
D04-codec.tex303 short block. See \xref{vorbis:spec:window} for an illustration of overlapping
310 illustration of overlapping dissimilar
582 produced from overlapping the previous and current frame data is
587 overlapping a short and long window, much of the returned range does not
/external/llvm/test/MC/ARM/
Dsingle-precision-fp.s72 @ FIXME: overlapping aliases and a probable TableGen indeterminacy mean
/external/opencv3/modules/core/doc/
Dcuda.markdown80 1. Split each image of the stereo pair into two horizontal overlapping stripes.
/external/llvm/docs/
DInAlloca.rst128 restore, we can have multiple overlapping active call frames.
/external/google-breakpad/src/tools/mac/dump_syms/
Ddump_syms_tool.mm67 // overlapping ranges.
/external/deqp/doc/testspecs/VK/
Dapitests.adoc228 ** Mapping overlapping sub-ranges of same VkDeviceMemory?
229 * Okay to re-map same or overlapping range? What pointers should be returned in that case?
264 * Binding multiple objects to same or partially overlapping memory ranges
/external/valgrind/docs/internals/
D3_3_BUGSTATUS.txt50 triggers false "overlapping" error
/external/opencv3/doc/tutorials/ml/non_linear_svms/
Dnon_linear_svms.markdown127 @note In this case there are just very few points in the overlapping region between classes.

123