Home
last modified time | relevance | path

Searched defs:push (Results 176 - 200 of 443) sorted by relevance

12345678910>>...18

/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
H A Dnv30_fragtex.c38 struct nouveau_pushbuf *push = nv30->base.pushbuf; in nv30_fragtex_validate() local
[all...]
H A Dnv30_push.c38 struct nouveau_pushbuf *push; member
56 prim_restart_search_i08(uint8_t *elts, unsigned push, uint8_t index) in prim_restart_search_i08() argument
66 prim_restart_search_i16(uint16_t *elts, unsigned push, uint16_t index) in prim_restart_search_i16() argument
76 prim_restart_search_i32(uint32_t *elts, unsigned push, uint32_t index) in prim_restart_search_i32() argument
91 unsigned push = MIN2(count, ctx->packet_vertex_limit); in emit_vertices_i08() local
123 unsigned push = MIN2(count, ctx->packet_vertex_limit); emit_vertices_i16() local
155 unsigned push = MIN2(count, ctx->packet_vertex_limit); emit_vertices_i32() local
185 unsigned push = MIN2(count, ctx->packet_vertex_limit); emit_vertices_seq() local
[all...]
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv50_query_hw.c77 nv50_hw_query_get(struct nouveau_pushbuf *push, struct nv50_query *q, in nv50_hw_query_get() argument
125 struct nouveau_pushbuf *push = nv50->base.pushbuf; in nv50_hw_begin_query() local
200 struct nouveau_pushbuf *push = nv50->base.pushbuf; nv50_hw_end_query() local
450 nv50_hw_query_pushbuf_submit(struct nouveau_pushbuf *push, uint16_t method, struct nv50_query *q, unsigned result_offset) nv50_hw_query_pushbuf_submit() argument
465 nv84_hw_query_fifo_wait(struct nouveau_pushbuf *push, struct nv50_query *q) nv84_hw_query_fifo_wait() argument
[all...]
H A Dnv50_query.c79 struct nouveau_pushbuf *push = nv50->base.pushbuf; in nv50_render_condition() local
[all...]
H A Dnv50_tex.c244 struct nouveau_pushbuf *push = nv50->base.pushbuf; in nv50_validate_tic() local
376 struct nouveau_pushbuf *push = nv50->base.pushbuf; nv50_validate_tsc() local
499 nv50_upload_ms_info(struct nouveau_pushbuf *push) nv50_upload_ms_info() argument
509 struct nouveau_pushbuf *push = nv50->base.pushbuf; nv50_upload_tsc0() local
[all...]
H A Dnv50_winsys.h43 PUSH_REFN(struct nouveau_pushbuf *push, struct nouveau_bo *bo, uint32_t flags) in PUSH_REFN() argument
92 PUSH_DATAh(struct nouveau_pushbuf *push, uint64_t data) in PUSH_DATAh() argument
98 BEGIN_NV04(struct nouveau_pushbuf *push, int subc, int mthd, unsigned size) in BEGIN_NV04() argument
107 BEGIN_NI04(struct nouveau_pushbuf *push, int subc, int mthd, unsigned size) in BEGIN_NI04() argument
117 BEGIN_NL50(struct nouveau_pushbuf *push, int subc, int mthd, uint32_t size) BEGIN_NL50() argument
[all...]
H A Dnv98_video.c91 struct nouveau_pushbuf **push; in nv98_create_decoder() local
[all...]
H A Dnv98_video_vp.c73 struct nouveau_pushbuf *push = dec->pushbuf[1]; in nv98_decoder_vp() local
[all...]
H A Dnv98_video_bsp.c42 struct nouveau_pushbuf *push = dec->pushbuf[0]; in nv98_decoder_bsp() local
[all...]
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_compute.c30 nvc0_screen_compute_setup(struct nvc0_screen *screen, struct nouveau_pushbuf *push) nvc0_screen_compute_setup() argument
192 struct nouveau_pushbuf *push = nvc0->base.pushbuf; nvc0_compute_validate_constbufs() local
251 struct nouveau_pushbuf *push = nvc0->base.pushbuf; nvc0_compute_validate_driverconst() local
267 struct nouveau_pushbuf *push = nvc0->base.pushbuf; nvc0_compute_validate_buffers() local
319 struct nouveau_pushbuf *push = nvc0->base.pushbuf; nvc0_compute_invalidate_surfaces() local
386 struct nouveau_pushbuf *push = nvc0->base.pushbuf; nvc0_compute_upload_input() local
427 struct nouveau_pushbuf *push = nvc0->base.pushbuf; nvc0_launch_grid() local
510 struct nouveau_pushbuf *push = nvc0->base.pushbuf; nvc0_compute_update_indirect_invocations() local
[all...]
H A Dnvc0_query.c101 struct nouveau_pushbuf *push = nvc0->base.pushbuf; in nvc0_render_condition() local
[all...]
H A Dnvc0_shader_state.c72 struct nouveau_pushbuf *push = nvc0->base.pushbuf; in nvc0_program_sp_start_id() local
87 struct nouveau_pushbuf *push = nvc0->base.pushbuf; in nvc0_vertprog_validate() local
107 struct nouveau_pushbuf *push = nvc0->base.pushbuf; nvc0_fragprog_validate() local
198 struct nouveau_pushbuf *push = nvc0->base.pushbuf; nvc0_tctlprog_validate() local
226 struct nouveau_pushbuf *push = nvc0->base.pushbuf; nvc0_tevlprog_validate() local
249 struct nouveau_pushbuf *push = nvc0->base.pushbuf; nvc0_gmtyprog_validate() local
269 struct nouveau_pushbuf *push = nvc0->base.pushbuf; nvc0_compprog_validate() local
282 struct nouveau_pushbuf *push = nvc0->base.pushbuf; nvc0_layer_validate() local
310 struct nouveau_pushbuf *push = nvc0->base.pushbuf; nvc0_tfb_validate() local
[all...]
H A Dnvc0_video.c97 struct nouveau_pushbuf **push; in nvc0_create_decoder() local
[all...]
H A Dnvc0_video_bsp.c139 struct nouveau_pushbuf *push = dec->pushbuf[0]; in nvc0_decoder_bsp_end() local
[all...]
H A Dnvc0_video_vp.c73 struct nouveau_pushbuf *push = dec->pushbuf[1]; in nvc0_decoder_vp() local
[all...]
H A Dnvc0_winsys.h42 PUSH_REFN(struct nouveau_pushbuf *push, struct nouveau_bo *bo, uint32_t flags) in PUSH_REFN() argument
[all...]
/third_party/littlefs/scripts/
H A Dprettyasserts.py251 def push(self): member in Parser
H A Dexplode_asserts.py244 def push(self): member in Parse
/third_party/mesa3d/src/gallium/drivers/r600/sb/
H A Dsb_ssa_builder.cpp281 void ssa_rename::push(node* phi) { in push() function in r600_sb::ssa_rename
/third_party/rust/crates/cxx/gen/cmd/src/syntax/
H A Dsymbol.rs24 fn push(&mut self, segment: &dyn Display) { in push() functions
/third_party/rust/crates/cxx/gen/lib/src/syntax/
H A Dsymbol.rs24 fn push(&mut self, segment: &dyn Display) { in push() functions
/third_party/rust/crates/cxx/gen/build/src/syntax/
H A Dsymbol.rs24 fn push(&mut self, segment: &dyn Display) { in push() functions
/third_party/python/Lib/
H A Dasynchat.py199 def push(self, data): member in async_chat
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/common/
H A DMatrixStack.cpp167 bool MatrixStack::push() in push() function in sw::MatrixStack
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
H A DPoolAlloc.cpp175 void TPoolAllocator::push() in push() function in TPoolAllocator

Completed in 11 milliseconds

12345678910>>...18