OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:barrier
(Results
451 - 475
of
1514
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/deqp/doc/testspecs/GLES31/
functional.blend_equation_advanced.txt
47
In basic, srgb, and msaa tests, only two quads are rendered. In
barrier
tests
48
multiple quads are rendered, one quad per draw call. A blend
barrier
call is
functional.compute.basic.txt
41
+ API level
barrier
commands
62
compute shader. One or more (in API-level
barrier
tests) compute invocations
functional.compute.shared_var.txt
50
shared variable. A shared memory
barrier
is issued, and after that all work
59
Barrier
is issued and after that each invocation issues atomic operation with
functional.synchronization.txt
37
- Inter-invocation synchronization without use of
barrier
()
51
using a combination of groupMemoryBarrier() and
barrier
().
/external/llvm/lib/Target/AMDGPU/
R600InstrFormats.td
369
bits<1>
BARRIER
;
381
let Word1{31} =
BARRIER
;
404
bits<1>
BARRIER
;
413
let Word1{31} =
BARRIER
;
440
bits<1>
BARRIER
;
449
let Word1{31} =
BARRIER
;
485
bits<1>
barrier
;
494
let Word1{31} =
barrier
;
/external/llvm/test/CodeGen/AMDGPU/
addrspacecast.ll
55
call void @llvm.AMDGPU.
barrier
.local() #1
61
declare void @llvm.AMDGPU.
barrier
.local() #1
array-ptr-calc-i32.ll
5
declare void @llvm.AMDGPU.
barrier
.local() nounwind convergent
38
call void @llvm.AMDGPU.
barrier
.local() nounwind convergent
local-memory-two-objects.ll
47
call void @llvm.AMDGPU.
barrier
.local()
61
declare void @llvm.AMDGPU.
barrier
.local()
/external/mesa3d/src/glx/apple/
glx_empty.c
68
glXBindSwapBarrierSGIX(Display * dpy, GLXDrawable drawable, int
barrier
)
72
(void)
barrier
;
/external/opencv3/modules/core/src/opencl/
gemm.cl
87
barrier
(CLK_LOCAL_MEM_FENCE);
99
barrier
(CLK_LOCAL_MEM_FENCE);
/external/opencv3/modules/imgproc/src/opencl/
canny.cl
139
barrier
(CLK_LOCAL_MEM_FENCE);
167
barrier
(CLK_LOCAL_MEM_FENCE);
327
barrier
(CLK_LOCAL_MEM_FENCE);
399
barrier
(CLK_LOCAL_MEM_FENCE);
421
barrier
(CLK_LOCAL_MEM_FENCE);
454
barrier
(CLK_LOCAL_MEM_FENCE);
457
barrier
(CLK_LOCAL_MEM_FENCE);
463
barrier
(CLK_LOCAL_MEM_FENCE);
/external/valgrind/drd/tests/
annotate_barrier.c
31
/* number of barrier_wait() calls since last
barrier
. */
34
*
barrier
count. Only the least significant bit matters -- a single bit
/external/valgrind/memcheck/tests/
err_disable4.c
12
2. Create N new threads and get them to wait at a
barrier
.
14
3. Let them all go past the
barrier
and call err(). There
/prebuilts/go/darwin-x86/src/runtime/
mfixalloc.go
33
// Since assignments to mlink.next will result in a write
barrier
being preformed
36
// write
barrier
to be called since that could result in the object being reachable.
/prebuilts/go/linux-x86/src/runtime/
mfixalloc.go
33
// Since assignments to mlink.next will result in a write
barrier
being preformed
36
// write
barrier
to be called since that could result in the object being reachable.
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
barrier.d
2
#name:
Barrier
Instruction Operands
7
# Test
Barrier
Instruction Operands
/art/test/537-checker-jump-over-jump/src/
Main.java
40
// are enabled (to jump into the read
barrier
slow path), which is
/art/test/573-checker-checkcast-regression/src/
Main.java
30
// NearLabel when using Baker's read
barrier
fast path (because
/development/ndk/platforms/android-9/arch-mips/include/asm/
system.h
25
#include <asm/
barrier
.h>
/external/deqp/external/vulkancts/modules/vulkan/compute/
vktComputeTestsUtil.cpp
238
const VkBufferMemoryBarrier
barrier
=
local
250
return
barrier
;
260
const VkImageMemoryBarrier
barrier
=
local
273
return
barrier
;
/external/deqp/external/vulkancts/modules/vulkan/memory/
vktMemoryPipelineBarrierTests.hpp
23
* \brief Pipeline
barrier
tests
/external/kernel-headers/original/uapi/linux/
securebits.h
38
bit 4 and 5 will create a
barrier
through exec that no exec()'d
/external/libcap/libcap/include/uapi/linux/
securebits.h
38
bit 4 and 5 will create a
barrier
through exec that no exec()'d
/external/llvm/test/CodeGen/X86/
tail-call-attrs.ll
4
; a
barrier
to tail calls.
/external/opencv3/modules/features2d/
opencl_kernels_features2d.cpp
181
"
barrier
(CLK_LOCAL_MEM_FENCE);\n"
183
"
barrier
(CLK_LOCAL_MEM_FENCE);\n"
199
"
barrier
(CLK_LOCAL_MEM_FENCE);\n"
201
"
barrier
(CLK_LOCAL_MEM_FENCE);\n"
212
"
barrier
(CLK_LOCAL_MEM_FENCE);\n"
219
"
barrier
(CLK_LOCAL_MEM_FENCE);\n"
281
"
barrier
(CLK_LOCAL_MEM_FENCE);\n"
283
"
barrier
(CLK_LOCAL_MEM_FENCE);\n"
344
"
barrier
(CLK_LOCAL_MEM_FENCE);\n"
346
"
barrier
(CLK_LOCAL_MEM_FENCE);\n
[
all
...]
Completed in 6534 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>