Home
last modified time | relevance | path

Searched refs:push (Results 26 - 50 of 3005) sorted by relevance

12345678910>>...121

/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv50_vbo.c145 struct nouveau_pushbuf *push = nv50->base.pushbuf; in nv50_emit_vtxattr() local
156 BEGIN_NV04(push, NV50_3D(VTX_ATTR_4F_X(attr)), 4); in nv50_emit_vtxattr()
157 PUSH_DATAf(push, v[0]); in nv50_emit_vtxattr()
158 PUSH_DATAf(push, v[1]); in nv50_emit_vtxattr()
159 PUSH_DATAf(push, v[2]); in nv50_emit_vtxattr()
160 PUSH_DATAf(push, v[3]); in nv50_emit_vtxattr()
163 BEGIN_NV04(push, NV50_3D(VTX_ATTR_3F_X(attr)), 3); in nv50_emit_vtxattr()
164 PUSH_DATAf(push, v[0]); in nv50_emit_vtxattr()
165 PUSH_DATAf(push, v[1]); in nv50_emit_vtxattr()
166 PUSH_DATAf(push, in nv50_emit_vtxattr()
236 struct nouveau_pushbuf *push = nv50->base.pushbuf; nv50_update_user_vbufs() local
292 struct nouveau_pushbuf *push = nv50->base.pushbuf; nv50_vertex_arrays_validate() local
471 struct nouveau_pushbuf *push = nv50->base.pushbuf; nv50_draw_arrays() local
500 nv50_draw_elements_inline_u08(struct nouveau_pushbuf *push, const uint8_t *map, unsigned start, unsigned count) nv50_draw_elements_inline_u08() argument
526 nv50_draw_elements_inline_u16(struct nouveau_pushbuf *push, const uint16_t *map, unsigned start, unsigned count) nv50_draw_elements_inline_u16() argument
549 nv50_draw_elements_inline_u32(struct nouveau_pushbuf *push, const uint32_t *map, unsigned start, unsigned count) nv50_draw_elements_inline_u32() argument
566 nv50_draw_elements_inline_u32_short(struct nouveau_pushbuf *push, const uint32_t *map, unsigned start, unsigned count) nv50_draw_elements_inline_u32_short() argument
596 struct nouveau_pushbuf *push = nv50->base.pushbuf; nv50_draw_elements() local
708 struct nouveau_pushbuf *push = nv50->base.pushbuf; nva0_draw_stream_output() local
783 struct nouveau_pushbuf *push = nv50->base.pushbuf; nv50_draw_vbo() local
[all...]
H A Dnv98_video_bsp.c42 struct nouveau_pushbuf *push = dec->pushbuf[0]; in nv98_decoder_bsp() local
110 nouveau_pushbuf_space(push, 32, num_refs, 0); in nv98_decoder_bsp()
111 nouveau_pushbuf_refn(push, bo_refs, num_refs); in nv98_decoder_bsp()
123 BEGIN_NV04(push, SUBC_BSP(0x700), 5); in nv98_decoder_bsp()
124 PUSH_DATA (push, caps); // 700 cmd in nv98_decoder_bsp()
125 PUSH_DATA (push, bsp_addr + 1); // 704 strparm_bsp in nv98_decoder_bsp()
126 PUSH_DATA (push, bsp_addr + 7); // 708 str addr in nv98_decoder_bsp()
127 PUSH_DATA (push, comm_addr); // 70c comm in nv98_decoder_bsp()
128 PUSH_DATA (push, comm_seq); // 710 seq in nv98_decoder_bsp()
137 BEGIN_NV04(push, SUBC_BS in nv98_decoder_bsp()
[all...]
H A Dnv50_query_hw.c77 nv50_hw_query_get(struct nouveau_pushbuf *push, struct nv50_query *q, in nv50_hw_query_get() argument
84 PUSH_SPACE(push, 5); in nv50_hw_query_get()
85 PUSH_REFN (push, hq->bo, NOUVEAU_BO_GART | NOUVEAU_BO_WR); in nv50_hw_query_get()
86 BEGIN_NV04(push, NV50_3D(QUERY_ADDRESS_HIGH), 4); in nv50_hw_query_get()
87 PUSH_DATAh(push, hq->bo->offset + offset); in nv50_hw_query_get()
88 PUSH_DATA (push, hq->bo->offset + offset); in nv50_hw_query_get()
89 PUSH_DATA (push, hq->sequence); in nv50_hw_query_get()
90 PUSH_DATA (push, get); in nv50_hw_query_get()
125 struct nouveau_pushbuf *push = nv50->base.pushbuf; in nv50_hw_begin_query() local
156 nv50_hw_query_get(push, in nv50_hw_begin_query()
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_push.c14 struct nouveau_pushbuf *push; member
38 prim_restart_search_i08(uint8_t *elts, unsigned push, uint8_t index) in prim_restart_search_i08() argument
41 for (i = 0; i < push; ++i) in prim_restart_search_i08()
48 prim_restart_search_i16(uint16_t *elts, unsigned push, uint16_t index) in prim_restart_search_i16() argument
51 for (i = 0; i < push; ++i) in prim_restart_search_i16()
58 prim_restart_search_i32(uint32_t *elts, unsigned push, uint32_t index) in prim_restart_search_i32() argument
61 for (i = 0; i < push; ++i) in prim_restart_search_i32()
73 unsigned push = MIN2(count, ctx->packet_vertex_limit); in emit_vertices_i08() local
76 nr = push; in emit_vertices_i08()
78 nr = prim_restart_search_i08(elts, push, ct in emit_vertices_i08()
112 unsigned push = MIN2(count, ctx->packet_vertex_limit); emit_vertices_i16() local
151 unsigned push = MIN2(count, ctx->packet_vertex_limit); emit_vertices_i32() local
190 unsigned push = MIN2(count, ctx->packet_vertex_limit); emit_vertices_seq() local
[all...]
H A Dnv98_video_ppp.c27 struct nouveau_pushbuf *push = dec->pushbuf[2]; in nv98_decoder_setup_ppp() local
50 nouveau_pushbuf_refn(push, bo_refs, num_refs); in nv98_decoder_setup_ppp()
53 BEGIN_NV04(push, SUBC_PPP(0x700), 10); in nv98_decoder_setup_ppp()
56 PUSH_DATA (push, (stride_out << 24) | (stride_out << 16) | low700); // 700 in nv98_decoder_setup_ppp()
57 PUSH_DATA (push, (stride_in << 24) | (stride_in << 16) | (dec_h << 8) | dec_w); // 704 in nv98_decoder_setup_ppp()
61 PUSH_DATA (push, in_addr); // 708 in nv98_decoder_setup_ppp()
62 PUSH_DATA (push, in_addr + y2); // 70c in nv98_decoder_setup_ppp()
63 PUSH_DATA (push, in_addr + cbcr); // 710 in nv98_decoder_setup_ppp()
64 PUSH_DATA (push, in_addr + cbcr2); // 714 in nv98_decoder_setup_ppp()
69 PUSH_DATA (push, m in nv98_decoder_setup_ppp()
77 struct nouveau_pushbuf *push = dec->pushbuf[2]; nv98_decoder_vc1_ppp() local
94 struct nouveau_pushbuf *push = dec->pushbuf[2]; nv98_decoder_ppp() local
[all...]
H A Dnv84_video_vp.c75 struct nouveau_pushbuf *push = dec->vp_pushbuf; in nv84_decoder_vp_h264() local
122 PUSH_SPACE(push, 5 + 16 + 3 + 2 + 6 + (is_ref ? 2 : 0) + 3 + 2 + 4 + 2); in nv84_decoder_vp_h264()
144 nouveau_pushbuf_refn(push, bo_refs, ARRAY_SIZE(bo_refs)); in nv84_decoder_vp_h264()
150 nouveau_pushbuf_refn(push, bo_refs, num_refs); in nv84_decoder_vp_h264()
153 BEGIN_NV04(push, SUBC_VP(0x10), 4); in nv84_decoder_vp_h264()
154 PUSH_DATAh(push, dec->fence->offset); in nv84_decoder_vp_h264()
155 PUSH_DATA (push, dec->fence->offset); in nv84_decoder_vp_h264()
156 PUSH_DATA (push, 2); in nv84_decoder_vp_h264()
157 PUSH_DATA (push, 1); /* wait for sem == 2 */ in nv84_decoder_vp_h264()
160 BEGIN_NV04(push, SUBC_V in nv84_decoder_vp_h264()
484 struct nouveau_pushbuf *push = dec->vp_pushbuf; nv84_decoder_vp_mpeg12() local
[all...]
H A Dnv50_tex.c244 struct nouveau_pushbuf *push = nv50->base.pushbuf; in nv50_validate_tic() local
257 BEGIN_NV04(push, NV50_CP(BIND_TIC), 1); in nv50_validate_tic()
259 BEGIN_NV04(push, NV50_3D(BIND_TIC(s)), 1); in nv50_validate_tic()
260 PUSH_DATA (push, (i << 1) | 0); in nv50_validate_tic()
269 BEGIN_NV04(push, NV50_2D(DST_FORMAT), 2); in nv50_validate_tic()
270 PUSH_DATA (push, G80_SURFACE_FORMAT_R8_UNORM); in nv50_validate_tic()
271 PUSH_DATA (push, 1); in nv50_validate_tic()
272 BEGIN_NV04(push, NV50_2D(DST_PITCH), 5); in nv50_validate_tic()
273 PUSH_DATA (push, 262144); in nv50_validate_tic()
274 PUSH_DATA (push, 6553 in nv50_validate_tic()
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...]
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
H A Dnv30_vbo.c43 struct nouveau_pushbuf *push = nv30->base.pushbuf; in nv30_emit_vtxattr() local
55 BEGIN_NV04(push, NV30_3D(VTX_ATTR_4F(attr)), 4); in nv30_emit_vtxattr()
56 PUSH_DATAf(push, v[0]); in nv30_emit_vtxattr()
57 PUSH_DATAf(push, v[1]); in nv30_emit_vtxattr()
58 PUSH_DATAf(push, v[2]); in nv30_emit_vtxattr()
59 PUSH_DATAf(push, v[3]); in nv30_emit_vtxattr()
62 BEGIN_NV04(push, NV30_3D(VTX_ATTR_3F(attr)), 3); in nv30_emit_vtxattr()
63 PUSH_DATAf(push, v[0]); in nv30_emit_vtxattr()
64 PUSH_DATAf(push, v[1]); in nv30_emit_vtxattr()
65 PUSH_DATAf(push, in nv30_emit_vtxattr()
131 struct nouveau_pushbuf *push = nv30->base.pushbuf; nv30_update_user_vbufs() local
184 struct nouveau_pushbuf *push = nv30->base.pushbuf; global() local
340 struct nouveau_pushbuf *push = nv30->base.pushbuf; global() local
369 nv30_draw_elements_inline_u08(struct nouveau_pushbuf *push, const uint8_t *map, unsigned start, unsigned count) global() argument
394 nv30_draw_elements_inline_u16(struct nouveau_pushbuf *push, const uint16_t *map, unsigned start, unsigned count) global() argument
418 nv30_draw_elements_inline_u32(struct nouveau_pushbuf *push, const uint32_t *map, unsigned start, unsigned count) global() argument
435 nv30_draw_elements_inline_u32_short(struct nouveau_pushbuf *push, const uint32_t *map, unsigned start, unsigned count) global() argument
466 struct nouveau_pushbuf *push = nv30->base.pushbuf; global() local
563 struct nouveau_pushbuf *push = nv30->base.pushbuf; global() local
[all...]
H A Dnv30_screen.c525 struct nouveau_pushbuf *push = screen->base.pushbuf; in nv30_screen_fence_emit() local
529 assert(PUSH_AVAIL(push) + push->rsvd_kick >= 3); in nv30_screen_fence_emit()
530 PUSH_DATA (push, NV30_3D_FENCE_OFFSET | in nv30_screen_fence_emit()
532 PUSH_DATA (push, 0); in nv30_screen_fence_emit()
533 PUSH_DATA (push, *sequence); in nv30_screen_fence_emit()
587 struct nouveau_pushbuf *push; in nv30_screen_create() local
677 push = screen->base.pushbuf; in nv30_screen_create()
678 push->rsvd_kick = 16; in nv30_screen_create()
744 BEGIN_NV04(push, NV01_SUB in nv30_screen_create()
[all...]
H A Dnv30_winsys.h23 PUSH_RELOC(struct nouveau_pushbuf *push, struct nouveau_bo *bo, uint32_t offset, in PUSH_RELOC() argument
26 nouveau_pushbuf_reloc(push, bo, offset, flags, vor, tor); in PUSH_RELOC()
30 bufctx(struct nouveau_pushbuf *push) in bufctx() argument
32 struct nouveau_bufctx **pctx = push->user_priv; in bufctx()
37 PUSH_RESET(struct nouveau_pushbuf *push, int bin) in PUSH_RESET() argument
39 nouveau_bufctx_reset(bufctx(push), bin); in PUSH_RESET()
43 PUSH_REFN(struct nouveau_pushbuf *push, int bin, in PUSH_REFN() argument
46 nouveau_bufctx_refn(bufctx(push), bin, bo, access); in PUSH_REFN()
50 PUSH_MTHDl(struct nouveau_pushbuf *push, int subc, int mthd, int bin, in PUSH_MTHDl() argument
53 nouveau_bufctx_mthd(bufctx(push), bi in PUSH_MTHDl()
59 PUSH_MTHDo(struct nouveau_pushbuf *push, int subc, int mthd, int bin, struct nouveau_bo *bo, uint32_t access, uint32_t vor, uint32_t tor) PUSH_MTHDo() argument
71 PUSH_MTHDs(struct nouveau_pushbuf *push, int subc, int mthd, int bin, struct nouveau_bo *bo, uint32_t data, uint32_t access, uint32_t vor, uint32_t tor) PUSH_MTHDs() argument
84 PUSH_MTHD(struct nouveau_pushbuf *push, int subc, int mthd, int bin, struct nouveau_bo *bo, uint32_t data, uint32_t access, uint32_t vor, uint32_t tor) PUSH_MTHD() argument
103 PUSH_RESRC(struct nouveau_pushbuf *push, int subc, int mthd, int bin, struct nv04_resource *r, uint32_t data, uint32_t access, uint32_t vor, uint32_t tor) PUSH_RESRC() argument
112 BEGIN_NV04(struct nouveau_pushbuf *push, int subc, int mthd, int size) BEGIN_NV04() argument
119 BEGIN_NI04(struct nouveau_pushbuf *push, int subc, int mthd, int size) BEGIN_NI04() argument
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/vmwgfx/device_include/
H A Dsvga3d_dx.h132 #pragma pack(push, 1)
139 #pragma pack(push, 1)
145 #pragma pack(push, 1)
151 #pragma pack(push, 1)
159 #pragma pack(push, 1)
165 #pragma pack(push, 1)
171 #pragma pack(push, 1)
181 #pragma pack(push, 1)
189 #pragma pack(push, 1)
207 #pragma pack(push,
[all...]
H A Dsvga3d_cmd.h335 #pragma pack(push, 1)
342 #pragma pack(push, 1)
348 #pragma pack(push, 1)
359 #pragma pack(push, 1)
372 #pragma pack(push, 1)
378 #pragma pack(push, 1)
384 #pragma pack(push, 1)
390 #pragma pack(push, 1)
401 #pragma pack(push, 1)
420 #pragma pack(push,
[all...]
/third_party/skia/tests/
H A DPolyUtilsTest.cpp21 *poly.push() = SkPoint::Make(-100, 55); in DEF_TEST()
22 *poly.push() = SkPoint::Make(100, 55); in DEF_TEST()
23 *poly.push() = SkPoint::Make(102.5f, 54.330127f); in DEF_TEST()
86 *poly.push() = SkPoint::Make(-100, 55); in DEF_TEST()
87 *poly.push() = SkPoint::Make(100, 55); in DEF_TEST()
88 *poly.push() = SkPoint::Make(100 + 2.5f, 50 + 4.330127f); in DEF_TEST()
89 *poly.push() = SkPoint::Make(100 + 3.535534f, 50 + 3.535534f); in DEF_TEST()
90 *poly.push() = SkPoint::Make(100 + 4.330127f, 50 + 2.5f); in DEF_TEST()
91 *poly.push() = SkPoint::Make(105, 50); in DEF_TEST()
92 *poly.push() in DEF_TEST()
[all...]
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_vbo_translate.c14 struct nouveau_pushbuf *push; member
45 ctx->push = nvc0->base.pushbuf; in nvc0_push_context_init()
127 prim_restart_search_i08(const uint8_t *elts, unsigned push, uint8_t index) in prim_restart_search_i08() argument
130 for (i = 0; i < push && elts[i] != index; ++i); in prim_restart_search_i08()
135 prim_restart_search_i16(const uint16_t *elts, unsigned push, uint16_t index) in prim_restart_search_i16() argument
138 for (i = 0; i < push && elts[i] != index; ++i); in prim_restart_search_i16()
143 prim_restart_search_i32(const uint32_t *elts, unsigned push, uint32_t index) in prim_restart_search_i32() argument
146 for (i = 0; i < push && elts[i] != index; ++i); in prim_restart_search_i32()
222 struct nouveau_pushbuf *push = nvc0->base.pushbuf; in nvc0_push_setup_vertex_array() local
229 BEGIN_NVC0(push, NVC0_3 in nvc0_push_setup_vertex_array()
250 struct nouveau_pushbuf *push = ctx->push; disp_vertices_i08() local
307 struct nouveau_pushbuf *push = ctx->push; disp_vertices_i16() local
364 struct nouveau_pushbuf *push = ctx->push; disp_vertices_i32() local
421 struct nouveau_pushbuf *push = ctx->push; disp_vertices_seq() local
504 struct nouveau_pushbuf *push = nvc0->base.pushbuf; nvc0_push_vbo_indirect() local
718 struct nouveau_pushbuf *push = ctx->push; nvc0_push_upload_vertex_ids() local
[all...]
H A Dnvc0_video_ppp.c27 struct nouveau_pushbuf *push = dec->pushbuf[2]; in nvc0_decoder_setup_ppp() local
50 nouveau_pushbuf_refn(push, bo_refs, num_refs); in nvc0_decoder_setup_ppp()
53 BEGIN_NVC0(push, SUBC_PPP(0x700), 10); in nvc0_decoder_setup_ppp()
56 PUSH_DATA (push, (stride_out << 24) | (stride_out << 16) | low700); // 700 in nvc0_decoder_setup_ppp()
57 PUSH_DATA (push, (stride_in << 24) | (stride_in << 16) | (dec_h << 8) | dec_w); // 704 in nvc0_decoder_setup_ppp()
61 PUSH_DATA (push, in_addr); // 708 in nvc0_decoder_setup_ppp()
62 PUSH_DATA (push, in_addr + y2); // 70c in nvc0_decoder_setup_ppp()
63 PUSH_DATA (push, in_addr + cbcr); // 710 in nvc0_decoder_setup_ppp()
64 PUSH_DATA (push, in_addr + cbcr2); // 714 in nvc0_decoder_setup_ppp()
69 PUSH_DATA (push, m in nvc0_decoder_setup_ppp()
77 struct nouveau_pushbuf *push = dec->pushbuf[2]; nvc0_decoder_vc1_ppp() local
94 struct nouveau_pushbuf *push = dec->pushbuf[2]; nvc0_decoder_ppp() local
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/
H A Dnv50_fbcon.c40 struct nvif_push *push = chan->chan.push; in nv50_fbcon_fillrect() local
50 ret = PUSH_WAIT(push, rect->rop == ROP_COPY ? 7 : 11); in nv50_fbcon_fillrect()
55 PUSH_MTHD(push, NV502D, SET_OPERATION, in nv50_fbcon_fillrect()
59 PUSH_MTHD(push, NV502D, SET_RENDER_SOLID_PRIM_COLOR, colour); in nv50_fbcon_fillrect()
61 PUSH_MTHD(push, NV502D, RENDER_SOLID_PRIM_POINT_SET_X(0), rect->dx, in nv50_fbcon_fillrect()
67 PUSH_MTHD(push, NV502D, SET_OPERATION, in nv50_fbcon_fillrect()
71 PUSH_KICK(push); in nv50_fbcon_fillrect()
81 struct nvif_push *push = chan->chan.push; in nv50_fbcon_copyarea() local
109 struct nvif_push *push = chan->chan.push; nv50_fbcon_imageblit() local
167 struct nvif_push *push = chan->chan.push; nv50_fbcon_accel_init() local
[all...]
H A Dnv04_fbcon.c37 struct nvif_push *push = chan->chan.push; in nv04_fbcon_copyarea() local
40 ret = PUSH_WAIT(push, 4); in nv04_fbcon_copyarea()
44 PUSH_NVSQ(push, NV05F, 0x0300, (region->sy << 16) | region->sx, in nv04_fbcon_copyarea()
47 PUSH_KICK(push); in nv04_fbcon_copyarea()
57 struct nvif_push *push = chan->chan.push; in nv04_fbcon_fillrect() local
60 ret = PUSH_WAIT(push, 7); in nv04_fbcon_fillrect()
64 PUSH_NVSQ(push, NV04A, 0x02fc, (rect->rop != ROP_COPY) ? 1 : 3); in nv04_fbcon_fillrect()
67 PUSH_NVSQ(push, NV04 in nv04_fbcon_fillrect()
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...]
H A Dnvc0_fbcon.c40 struct nvif_push *push = chan->chan.push; in nvc0_fbcon_fillrect() local
50 ret = PUSH_WAIT(push, rect->rop == ROP_COPY ? 7 : 9); in nvc0_fbcon_fillrect()
55 PUSH_IMMD(push, NV902D, SET_OPERATION, in nvc0_fbcon_fillrect()
59 PUSH_MTHD(push, NV902D, SET_RENDER_SOLID_PRIM_COLOR, colour); in nvc0_fbcon_fillrect()
61 PUSH_MTHD(push, NV902D, RENDER_SOLID_PRIM_POINT_SET_X(0), rect->dx, in nvc0_fbcon_fillrect()
67 PUSH_IMMD(push, NV902D, SET_OPERATION, in nvc0_fbcon_fillrect()
71 PUSH_KICK(push); in nvc0_fbcon_fillrect()
81 struct nvif_push *push = chan->chan.push; in nvc0_fbcon_copyarea() local
109 struct nvif_push *push = chan->chan.push; nvc0_fbcon_imageblit() local
167 struct nvif_push *push = chan->chan.push; nvc0_fbcon_accel_init() local
[all...]
/third_party/node/deps/npm/node_modules/@sigstore/bundle/dist/
H A Dvalidate.js34 invalidValues.push(...validateBundleBase(b));
35 invalidValues.push(...validateInclusionPromise(b));
55 invalidValues.push(...validateBundleBase(b));
56 invalidValues.push(...validateInclusionProof(b));
65 invalidValues.push(...validateBundleBase(b));
66 invalidValues.push(...validateInclusionProof(b));
67 invalidValues.push(...validateNoCertificateChain(b));
78 invalidValues.push('mediaType');
82 invalidValues.push('content');
88 invalidValues.push('conten
[all...]
/third_party/mesa3d/src/gallium/drivers/nouveau/
H A Dnouveau_winsys.h20 PUSH_AVAIL(struct nouveau_pushbuf *push) in PUSH_AVAIL() argument
22 return push->end - push->cur; in PUSH_AVAIL()
26 PUSH_SPACE(struct nouveau_pushbuf *push, uint32_t size) in PUSH_SPACE() argument
30 if (PUSH_AVAIL(push) < size) in PUSH_SPACE()
31 return nouveau_pushbuf_space(push, size, 0, 0) == 0; in PUSH_SPACE()
36 PUSH_DATA(struct nouveau_pushbuf *push, uint32_t data) in PUSH_DATA() argument
38 *push->cur++ = data; in PUSH_DATA()
42 PUSH_DATAp(struct nouveau_pushbuf *push, const void *data, uint32_t size) in PUSH_DATAp() argument
44 memcpy(push in PUSH_DATAp()
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...]
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/dispnv50/
H A Dwndwc37e.c43 struct nvif_push *push = wndw->wndw.push; in wndwc37e_csc_set() local
46 if ((ret = PUSH_WAIT(push, 13))) in wndwc37e_csc_set()
49 PUSH_MTHD(push, NVC37E, SET_CSC_RED2RED, asyw->csc.matrix, 12); in wndwc37e_csc_set()
56 struct nvif_push *push = wndw->wndw.push; in wndwc37e_ilut_clr() local
59 if ((ret = PUSH_WAIT(push, 2))) in wndwc37e_ilut_clr()
62 PUSH_MTHD(push, NVC37E, SET_CONTEXT_DMA_INPUT_LUT, 0x00000000); in wndwc37e_ilut_clr()
69 struct nvif_push *push = wndw->wndw.push; in wndwc37e_ilut_set() local
102 struct nvif_push *push = wndw->wndw.push; wndwc37e_blend_set() local
147 struct nvif_push *push = wndw->wndw.push; wndwc37e_image_clr() local
164 struct nvif_push *push = wndw->wndw.push; wndwc37e_image_set() local
217 struct nvif_push *push = wndw->wndw.push; wndwc37e_ntfy_clr() local
230 struct nvif_push *push = wndw->wndw.push; wndwc37e_ntfy_set() local
247 struct nvif_push *push = wndw->wndw.push; wndwc37e_sema_clr() local
260 struct nvif_push *push = wndw->wndw.push; wndwc37e_sema_set() local
276 struct nvif_push *push = wndw->wndw.push; wndwc37e_update() local
[all...]
H A Dhead907d.c39 struct nvif_push *push = nv50_disp(head->base.base.dev)->core->chan.push; in head907d_or() local
43 if ((ret = PUSH_WAIT(push, 3))) in head907d_or()
46 PUSH_MTHD(push, NV907D, HEAD_SET_CONTROL_OUTPUT_RESOURCE(i), in head907d_or()
60 struct nvif_push *push = nv50_disp(head->base.base.dev)->core->chan.push; in head907d_procamp() local
64 if ((ret = PUSH_WAIT(push, 2))) in head907d_procamp()
67 PUSH_MTHD(push, NV907D, HEAD_SET_PROCAMP(i), in head907d_procamp()
80 struct nvif_push *push = nv50_disp(head->base.base.dev)->core->chan.push; in head907d_dither() local
98 struct nvif_push *push = nv50_disp(head->base.base.dev)->core->chan.push; head907d_ovly() local
127 struct nvif_push *push = nv50_disp(head->base.base.dev)->core->chan.push; head907d_base() local
155 struct nvif_push *push = nv50_disp(head->base.base.dev)->core->chan.push; head907d_curs_clr() local
174 struct nvif_push *push = nv50_disp(head->base.base.dev)->core->chan.push; head907d_curs_set() local
198 struct nvif_push *push = nv50_disp(head->base.base.dev)->core->chan.push; head907d_core_clr() local
212 struct nvif_push *push = nv50_disp(head->base.base.dev)->core->chan.push; head907d_core_set() local
249 struct nvif_push *push = nv50_disp(head->base.base.dev)->core->chan.push; head907d_olut_clr() local
266 struct nvif_push *push = nv50_disp(head->base.base.dev)->core->chan.push; head907d_olut_set() local
320 struct nvif_push *push = nv50_disp(head->base.base.dev)->core->chan.push; head907d_mode() local
383 struct nvif_push *push = nv50_disp(head->base.base.dev)->core->chan.push; head907d_view() local
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/dispnv50/
H A Dwndwc37e.c42 struct nvif_push *push = wndw->wndw.push; in wndwc37e_csc_set() local
45 if ((ret = PUSH_WAIT(push, 13))) in wndwc37e_csc_set()
48 PUSH_MTHD(push, NVC37E, SET_CSC_RED2RED, asyw->csc.matrix, 12); in wndwc37e_csc_set()
55 struct nvif_push *push = wndw->wndw.push; in wndwc37e_ilut_clr() local
58 if ((ret = PUSH_WAIT(push, 2))) in wndwc37e_ilut_clr()
61 PUSH_MTHD(push, NVC37E, SET_CONTEXT_DMA_INPUT_LUT, 0x00000000); in wndwc37e_ilut_clr()
68 struct nvif_push *push = wndw->wndw.push; in wndwc37e_ilut_set() local
97 struct nvif_push *push = wndw->wndw.push; wndwc37e_blend_set() local
142 struct nvif_push *push = wndw->wndw.push; wndwc37e_image_clr() local
159 struct nvif_push *push = wndw->wndw.push; wndwc37e_image_set() local
212 struct nvif_push *push = wndw->wndw.push; wndwc37e_ntfy_clr() local
225 struct nvif_push *push = wndw->wndw.push; wndwc37e_ntfy_set() local
242 struct nvif_push *push = wndw->wndw.push; wndwc37e_sema_clr() local
255 struct nvif_push *push = wndw->wndw.push; wndwc37e_sema_set() local
271 struct nvif_push *push = wndw->wndw.push; wndwc37e_update() local
[all...]
H A Dhead907d.c39 struct nvif_push *push = nv50_disp(head->base.base.dev)->core->chan.push; in head907d_or() local
43 if ((ret = PUSH_WAIT(push, 3))) in head907d_or()
46 PUSH_MTHD(push, NV907D, HEAD_SET_CONTROL_OUTPUT_RESOURCE(i), in head907d_or()
60 struct nvif_push *push = nv50_disp(head->base.base.dev)->core->chan.push; in head907d_procamp() local
64 if ((ret = PUSH_WAIT(push, 2))) in head907d_procamp()
67 PUSH_MTHD(push, NV907D, HEAD_SET_PROCAMP(i), in head907d_procamp()
80 struct nvif_push *push = nv50_disp(head->base.base.dev)->core->chan.push; in head907d_dither() local
98 struct nvif_push *push = nv50_disp(head->base.base.dev)->core->chan.push; head907d_ovly() local
127 struct nvif_push *push = nv50_disp(head->base.base.dev)->core->chan.push; head907d_base() local
155 struct nvif_push *push = nv50_disp(head->base.base.dev)->core->chan.push; head907d_curs_clr() local
174 struct nvif_push *push = nv50_disp(head->base.base.dev)->core->chan.push; head907d_curs_set() local
198 struct nvif_push *push = nv50_disp(head->base.base.dev)->core->chan.push; head907d_core_clr() local
212 struct nvif_push *push = nv50_disp(head->base.base.dev)->core->chan.push; head907d_core_set() local
249 struct nvif_push *push = nv50_disp(head->base.base.dev)->core->chan.push; head907d_olut_clr() local
266 struct nvif_push *push = nv50_disp(head->base.base.dev)->core->chan.push; head907d_olut_set() local
325 struct nvif_push *push = nv50_disp(head->base.base.dev)->core->chan.push; head907d_mode() local
381 struct nvif_push *push = nv50_disp(head->base.base.dev)->core->chan.push; head907d_view() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/marl/src/
H A Ddag_test.cpp27 void push(std::string&& s) { in push() function
46 .then([&] { data.push("A"); }) in TEST_P()
47 .then([&] { data.push("B"); }) in TEST_P()
48 .then([&] { data.push("C"); }); in TEST_P()
61 .then([](Data& data) { data.push("A"); }) in TEST_P()
62 .then([](Data& data) { data.push("B"); }) in TEST_P()
63 .then([](Data& data) { data.push("C"); }); in TEST_P()
78 .then([](Data& data) { data.push("A"); }) in TEST_P()
79 .then([](Data& data) { data.push("B"); }) in TEST_P()
80 .then([](Data& data) { data.push(" in TEST_P()
[all...]

Completed in 17 milliseconds

12345678910>>...121