Home
last modified time | relevance | path

Searched refs:pipe_constant_buffer (Results 1 – 25 of 103) sorted by relevance

12345

/third_party/mesa3d/src/gallium/frontends/nine/
Dnine_state.h327 struct pipe_constant_buffer cb_vs;
328 struct pipe_constant_buffer cb0_swvp;
329 struct pipe_constant_buffer cb1_swvp;
330 struct pipe_constant_buffer cb2_swvp;
331 struct pipe_constant_buffer cb3_swvp;
332 struct pipe_constant_buffer cb_ps;
333 struct pipe_constant_buffer cb_vs_ff;
334 struct pipe_constant_buffer cb_ps_ff;
/third_party/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_uniforms.h34 struct pipe_constant_buffer;
39 struct pipe_constant_buffer *cb);
Detnaviv_uniforms.c66 struct pipe_constant_buffer *cb) in etna_uniforms_write()
Detnaviv_context.h77 struct pipe_constant_buffer cb[ETNA_MAX_CONST_BUF];
/third_party/mesa3d/src/gallium/drivers/asahi/
Dagx_uniforms.c34 struct pipe_constant_buffer *cb) in agx_const_buffer_ptr()
62 struct pipe_constant_buffer *cb = &st->cb[i]; in agx_push_location_direct()
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_blitter.h130 struct pipe_constant_buffer saved_fs_constant_buffer;
527 struct pipe_constant_buffer *constant_buffers) in util_blitter_save_fragment_constant_buffer_slot()
532 sizeof(struct pipe_constant_buffer)); in util_blitter_save_fragment_constant_buffer_slot()
Du_inlines.h589 struct pipe_constant_buffer cb; in pipe_set_constant_buffer()
711 util_copy_constant_buffer(struct pipe_constant_buffer *dst, in util_copy_constant_buffer()
712 const struct pipe_constant_buffer *src, in util_copy_constant_buffer()
Du_dump.h193 const struct pipe_constant_buffer *state);
/third_party/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_compute_transforms.h85 struct pipe_constant_buffer cbuf0;
/third_party/mesa3d/src/mesa/state_tracker/
Dst_atom_constbuf.c112 struct pipe_constant_buffer cb; in st_upload_constants()
266 struct pipe_constant_buffer cb = { 0 }; in st_bind_ubos()
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/
Dtr_dump_state.h82 void trace_dump_constant_buffer(const struct pipe_constant_buffer *state);
/third_party/mesa3d/src/gallium/drivers/vc4/
Dvc4_blit.c359 struct pipe_constant_buffer cb_uniforms = { in vc4_yuv_blit()
364 struct pipe_constant_buffer cb_src = { in vc4_yuv_blit()
385 struct pipe_constant_buffer cb_disabled = { 0 }; in vc4_yuv_blit()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_cs.h139 struct pipe_constant_buffer current;
Dlp_setup.h85 struct pipe_constant_buffer *buffers);
Dlp_context.h83 struct pipe_constant_buffer constants[PIPE_SHADER_TYPES][LP_MAX_TGSI_CONST_BUFFERS];
Dlp_setup_context.h151 struct pipe_constant_buffer current;
/third_party/mesa3d/src/gallium/drivers/virgl/
Dvirgl_context.h58 struct pipe_constant_buffer ubos[PIPE_MAX_CONSTANT_BUFFERS];
/third_party/mesa3d/src/gallium/tests/graw/
Dfs-test.c112 struct pipe_constant_buffer cb1; in init_fs_constbuf()
113 struct pipe_constant_buffer cb2; in init_fs_constbuf()
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_pipe_constants.c48 const struct pipe_constant_buffer *cb) in svga_set_constant_buffer()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_context.h47 struct pipe_constant_buffer;
433 const struct pipe_constant_buffer *buf );
/third_party/mesa3d/src/gallium/auxiliary/hud/
Dhud_private.h82 struct pipe_constant_buffer constbuf;
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_query.h317 struct pipe_constant_buffer saved_const0;
Dr600_pipe.h255 struct pipe_constant_buffer esgs_ring;
256 struct pipe_constant_buffer gsvs_ring;
421 struct pipe_constant_buffer cb[PIPE_MAX_CONSTANT_BUFFERS];
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_query.h300 struct pipe_constant_buffer saved_const0;
Dsi_state.h495 struct pipe_constant_buffer *cbuf);
521 const struct pipe_constant_buffer *input);

12345