Home
last modified time | relevance | path

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

1234

/external/mesa3d/src/mesa/swrast/
Ds_copypix.c94 GLint overlapping; in copy_rgba_pixels() local
104 overlapping = regions_overlap(srcx, srcy, destx, desty, width, height, in copy_rgba_pixels()
108 overlapping = GL_FALSE; in copy_rgba_pixels()
112 if (!overlapping && srcy < desty) { in copy_rgba_pixels()
130 if (overlapping) { in copy_rgba_pixels()
156 if (overlapping) { in copy_rgba_pixels()
187 if (overlapping) in copy_rgba_pixels()
242 GLint overlapping; in copy_depth_pixels() local
255 overlapping = regions_overlap(srcx, srcy, destx, desty, width, height, in copy_depth_pixels()
259 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/swiftshader/third_party/LLVM/test/CodeGen/X86/
D2004-04-09-SameValueCoalescing.ll2 ; overlapping live intervals. When two overlapping intervals have the same
D2003-08-03-CallArgLiveRanges.ll3 ; it makes a ton of annoying overlapping live ranges. This code should not
/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/mesa3d/src/intel/genxml/
DREADME17 2) For some types we need to have overlapping bit fields. For
21 be either a u32 or a float. I tried to do this with overlapping
27 flexibility in how we combine things. In the case of overlapping
32 3) Bit fields (and certainly overlapping anonymous unions of bit
/external/clang/test/CodeGenOpenCL/
Daddress-spaces-conversions.cl60 var_gen = var_gen ? var_gen : var_glob; // operands of overlapping addr spaces and the same type
69 …var_gen = var_gen ? var_gen : var_glob_typedef; // operands of overlapping addr spaces and equival…
83 …var_gen_v = var_gen ? var_glob : var_gen_f; // operands of overlapping addr spaces and different t…
/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/swiftshader/third_party/LLVM/test/ExecutionEngine/
D2003-08-23-RegisterAllocatePhysReg.ll5 ; of registers (due to too many overlapping live ranges), but then attempts to
11 ; Produce lots of overlapping live ranges
/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/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/Transforms/LoopStrengthReduce/
Dexit_compare_live_range.ll2 ; having overlapping live ranges that result in copies. We want the setcc
/external/swiftshader/third_party/LLVM/test/Transforms/LoopStrengthReduce/
Dexit_compare_live_range.ll2 ; having overlapping live ranges that result in copies. We want the setcc
/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/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/e2fsprogs/tests/
DREADME65 overfsblks.img Filesystem with overlapping inode and block bitmaps
/external/selinux/python/sepolgen/
DHACKING37 permissions). These can be grouped into sets without overlapping
/external/walt/docs/
DAudioLatency.md14 We are trying to stick to the following (overlapping) principles
/external/llvm/test/DebugInfo/X86/
DPR26148.ll17 ; extra non-overlapping range first. Thus, we make sure that the backend actually looks
/external/llvm/test/MC/ARM/
Dsingle-precision-fp.s72 @ FIXME: overlapping aliases and a probable TableGen indeterminacy mean
/external/llvm/docs/
DInAlloca.rst128 restore, we can have multiple overlapping active call frames.

1234