Home
last modified time | relevance | path

Searched defs:push (Results 76 - 100 of 447) sorted by relevance

12345678910>>...18

/third_party/skia/third_party/externals/oboe/samples/RhythmGame/src/main/cpp/utils/
H A DLockFreeQueue.h87 bool push(const T& item) { in push() function in LockFreeQueue
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/GSYM/
H A DLineTable.h169 void push(const LineEntry &LE) { in push() function in llvm::gsym::LineTable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DRecycler.h50 void push(FreeNode *N) { in push() function in llvm::Recycler
/third_party/python/Lib/lib2to3/pgen2/
H A Dparse.py187 def push(self, type, newdfa, newstate, context): member in Parser
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/dispnv50/
H A Dheadc57d.c33 struct nvif_push *push = nv50_disp(head->base.base.dev)->core->chan.push; in headc57d_or() local
68 struct nvif_push *push = nv50_disp(head->base.base.dev)->core->chan.push; in headc57d_procamp() local
86 struct nvif_push *push = nv50_disp(head->base.base.dev)->core->chan.push; in headc57d_olut_clr() local
100 struct nvif_push *push = nv50_disp(head->base.base.dev)->core->chan.push; headc57d_olut_set() local
191 struct nvif_push *push = nv50_disp(head->base.base.dev)->core->chan.push; headc57d_mode() local
[all...]
H A Dovly827e.c35 struct nvif_push *push = wndw->wndw.push; in ovly827e_image_set() local
H A Dovly507e.c38 struct nvif_push *push = wndw->wndw.push; in ovly507e_scale_set() local
60 struct nvif_push *push = wndw->wndw.push; in ovly507e_image_set() local
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/
H A Dnv04_fence.c42 struct nvif_push *push = unrcu_pointer(fence->channel)->chan.push; in nv04_fence_emit() local
H A Dnouveau_bo5039.c43 struct nvif_push *push = chan->chan.push; in nv50_bo_move_m2mf() local
139 struct nvif_push *push = chan->chan.push; nv50_bo_move_init() local
[all...]
H A Dnouveau_bo0039.c50 struct nvif_push *push = chan->chan.push; in nv04_bo_move_m2mf() local
99 struct nvif_push *push = chan->chan.push; in nv04_bo_move_init() local
[all...]
H A Dnv04_fbcon.c37 struct nvif_push *push = chan->chan.push; in nv04_fbcon_copyarea() local
57 struct nvif_push *push = chan->chan.push; in nv04_fbcon_fillrect() local
82 struct nvif_push *push = chan->chan.push; nv04_fbcon_imageblit() local
139 struct nvif_push *push = chan->chan.push; nv04_fbcon_accel_init() local
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/engine/disp/
H A Dovlynv50.c44 u64 push; in nv50_disp_ovly_new_() local
H A Dbasenv50.c44 u64 push; in nv50_disp_base_new_() local
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/dispnv50/
H A Dovly827e.c35 struct nvif_push *push = wndw->wndw.push; in ovly827e_image_set() local
H A Dcrcc37d.c18 struct nvif_push *push = nv50_disp(head->base.base.dev)->core->chan.push; in crcc37d_set_src() local
56 struct nvif_push *push = nv50_disp(head->base.base.dev)->core->chan.push; in crcc37d_set_ctx() local
[all...]
H A Dheadc57d.c33 struct nvif_push *push = nv50_disp(head->base.base.dev)->core->chan.push; in headc57d_or() local
68 struct nvif_push *push = nv50_disp(head->base.base.dev)->core->chan.push; in headc57d_procamp() local
86 struct nvif_push *push = nv50_disp(head->base.base.dev)->core->chan.push; in headc57d_olut_clr() local
100 struct nvif_push *push = nv50_disp(head->base.base.dev)->core->chan.push; headc57d_olut_set() local
191 struct nvif_push *push = nv50_disp(head->base.base.dev)->core->chan.push; headc57d_mode() local
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/
H A Dnouveau_bo0039.c50 struct nvif_push *push = chan->chan.push; in nv04_bo_move_m2mf() local
99 struct nvif_push *push = chan->chan.push; in nv04_bo_move_init() local
[all...]
H A Dnouveau_bo5039.c43 struct nvif_push *push = chan->chan.push; in nv50_bo_move_m2mf() local
139 struct nvif_push *push = chan->chan.push; nv50_bo_move_init() local
[all...]
H A Dnv04_fence.c42 struct nvif_push *push = unrcu_pointer(fence->channel)->chan.push; in nv04_fence_emit() local
/third_party/mesa3d/src/gallium/drivers/nouveau/
H A Dnouveau_winsys.h20 PUSH_AVAIL(struct nouveau_pushbuf *push) in PUSH_AVAIL() argument
26 PUSH_SPACE(struct nouveau_pushbuf *push, uint32_t size) in PUSH_SPACE() argument
36 PUSH_DATA(struct nouveau_pushbuf *push, uint32_t data) in PUSH_DATA() argument
42 PUSH_DATAp(struct nouveau_pushbuf *push, const void *data, uint32_t size) in PUSH_DATAp() argument
49 PUSH_DATAb(struct nouveau_pushbuf *push, const void *data, uint32_t size) PUSH_DATAb() argument
56 PUSH_DATAf(struct nouveau_pushbuf *push, float f) PUSH_DATAf() argument
64 PUSH_KICK(struct nouveau_pushbuf *push) PUSH_KICK() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
H A Dnv30_context.c38 nv30_context_kick_notify(struct nouveau_pushbuf *push) in nv30_context_kick_notify() argument
76 struct nouveau_pushbuf *push = nv30->base.pushbuf; in nv30_context_flush() local
194 struct nouveau_pushbuf *push; in nv30_context_create() local
[all...]
/third_party/mesa3d/src/gallium/drivers/asahi/
H A Dagx_uniforms.c49 agx_push_location_direct(struct agx_context *ctx, struct agx_push push, in agx_push_location_direct() argument
117 agx_push_location(struct agx_context *ctx, struct agx_push push, in agx_push_location() argument
/base/print/print_fwk/services/print_service/include/
H A Dprint_http_request_process.h32 void push(T& val) in push() function in OHOS::Print::DoubleBufQue
/kernel/linux/linux-5.10/arch/x86/include/asm/
H A Duprobes.h46 } push; member
/kernel/linux/linux-5.10/net/dccp/
H A Dqpolicy.c70 void (*push) (struct sock *sk, struct sk_buff *skb); member

Completed in 8 milliseconds

12345678910>>...18