Home
last modified time | relevance | path

Searched refs:mem_local (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/frontends/clover/core/
Dkernel.cpp116 kernel::mem_local() const { in mem_local() function in kernel
176 kern(kern), q(NULL), mem_local(0), st(NULL), cs() { in exec_context()
259 cs.req_local_mem != mem_local || in bind()
266 cs.req_local_mem = mem_local; in bind()
290 mem_local = 0; in unbind()
511 auto v = bytes(ctx.mem_local); in bind()
518 ctx.mem_local += _storage; in bind()
Dkernel.hpp64 size_t mem_local; member
132 size_t mem_local() const;
/external/llvm-project/llvm/test/CodeGen/AVR/inline-asm/
Dinline-asm.ll178 ; CHECK-LABEL: mem_local:
179 define void @mem_local() {
/external/mesa3d/src/gallium/frontends/clover/api/
Dkernel.cpp172 buf.as_scalar<cl_ulong>() = kern.mem_local(); in clGetKernelWorkGroupInfo()