Home
last modified time | relevance | path

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

1234

/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.h76 struct pipe_constant_buffer cb[ETNA_MAX_CONST_BUF];
/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/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()
Dagx_state.h81 struct pipe_constant_buffer cb[PIPE_MAX_CONSTANT_BUFFERS];
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_blitter.h129 struct pipe_constant_buffer saved_fs_constant_buffer;
536 struct pipe_constant_buffer *constant_buffers) in util_blitter_save_fragment_constant_buffer_slot()
541 sizeof(struct pipe_constant_buffer)); in util_blitter_save_fragment_constant_buffer_slot()
Du_dump.h186 const struct pipe_constant_buffer *state);
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()
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/
Dtr_dump_state.h83 void trace_dump_constant_buffer(const struct pipe_constant_buffer *state);
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_cs.h138 struct pipe_constant_buffer current;
Dlp_context.h82 struct pipe_constant_buffer constants[PIPE_SHADER_TYPES][LP_MAX_TGSI_CONST_BUFFERS];
Dlp_setup.h109 struct pipe_constant_buffer *buffers);
Dlp_setup_context.h148 struct pipe_constant_buffer current;
/third_party/mesa3d/src/mesa/state_tracker/
Dst_atom_constbuf.c112 struct pipe_constant_buffer cb; in st_upload_constants()
262 struct pipe_constant_buffer cb = { 0 }; in st_bind_ubos()
/third_party/mesa3d/src/gallium/drivers/virgl/
Dvirgl_context.h59 struct pipe_constant_buffer ubos[PIPE_MAX_CONSTANT_BUFFERS];
/third_party/mesa3d/src/gallium/drivers/vc4/
Dvc4_blit.c368 struct pipe_constant_buffer cb_uniforms = { in vc4_yuv_blit()
373 struct pipe_constant_buffer cb_src = { in vc4_yuv_blit()
394 struct pipe_constant_buffer cb_disabled = { 0 }; in vc4_yuv_blit()
/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/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/include/pipe/
Dp_context.h47 struct pipe_constant_buffer;
417 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/radeonsi/
Dsi_query.h289 struct pipe_constant_buffer saved_const0;
Dsi_state.h489 struct pipe_constant_buffer *cbuf);
511 const struct pipe_constant_buffer *input);
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_query.h316 struct pipe_constant_buffer saved_const0;
/third_party/mesa3d/src/gallium/drivers/swr/
Dswr_context.h155 struct pipe_constant_buffer

1234