Home
last modified time | relevance | path

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

1234

/external/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];
/external/mesa3d/src/gallium/frontends/nine/
Dnine_state.h320 struct pipe_constant_buffer cb_vs;
321 struct pipe_constant_buffer cb0_swvp;
322 struct pipe_constant_buffer cb1_swvp;
323 struct pipe_constant_buffer cb2_swvp;
324 struct pipe_constant_buffer cb3_swvp;
325 struct pipe_constant_buffer cb_ps;
326 struct pipe_constant_buffer cb_vs_ff;
327 struct pipe_constant_buffer cb_ps_ff;
/external/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_inlines.h529 struct pipe_constant_buffer cb; in pipe_set_constant_buffer()
651 util_copy_constant_buffer(struct pipe_constant_buffer *dst, in util_copy_constant_buffer()
652 const struct pipe_constant_buffer *src) in util_copy_constant_buffer()
Du_dump.h186 const struct pipe_constant_buffer *state);
/external/virglrenderer/src/gallium/include/pipe/
Dp_context.h46 struct pipe_constant_buffer;
198 struct pipe_constant_buffer *buf );
/external/mesa3d/src/mesa/state_tracker/
Dst_atom_constbuf.c94 struct pipe_constant_buffer cb; in st_upload_constants()
217 struct pipe_constant_buffer cb = { 0 }; in st_bind_ubos()
/external/mesa3d/src/gallium/auxiliary/driver_trace/
Dtr_dump_state.h79 void trace_dump_constant_buffer(const struct pipe_constant_buffer *state);
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_compute_blit.c140 struct pipe_constant_buffer saved_cb = {}; in si_compute_clear_12bytes_buffer()
145 struct pipe_constant_buffer cb = {}; in si_compute_clear_12bytes_buffer()
485 struct pipe_constant_buffer saved_cb = {}; in si_compute_copy_image()
499 struct pipe_constant_buffer cb = {}; in si_compute_copy_image()
796 struct pipe_constant_buffer saved_cb = {}; in si_compute_clear_render_target()
805 struct pipe_constant_buffer cb = {}; in si_compute_clear_render_target()
/external/virglrenderer/src/gallium/auxiliary/util/
Du_inlines.h489 struct pipe_constant_buffer cb; in pipe_set_constant_buffer()
606 util_copy_constant_buffer(struct pipe_constant_buffer *dst, in util_copy_constant_buffer()
607 const struct pipe_constant_buffer *src) in util_copy_constant_buffer()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_cs.h135 struct pipe_constant_buffer current;
Dlp_context.h82 struct pipe_constant_buffer constants[PIPE_SHADER_TYPES][LP_MAX_TGSI_CONST_BUFFERS];
Dlp_setup.h106 struct pipe_constant_buffer *buffers);
Dlp_setup_context.h142 struct pipe_constant_buffer current;
/external/mesa3d/src/gallium/drivers/virgl/
Dvirgl_context.h59 struct pipe_constant_buffer ubos[PIPE_MAX_CONSTANT_BUFFERS];
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_pipe_constants.c47 const struct pipe_constant_buffer *cb) in svga_set_constant_buffer()
/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_blit.c374 struct pipe_constant_buffer cb_uniforms = { in vc4_yuv_blit()
379 struct pipe_constant_buffer cb_src = { in vc4_yuv_blit()
400 struct pipe_constant_buffer cb_disabled = { 0 }; in vc4_yuv_blit()
/external/mesa3d/src/gallium/drivers/zink/
Dzink_context.h93 struct pipe_constant_buffer ubos[PIPE_SHADER_TYPES][PIPE_MAX_CONSTANT_BUFFERS];
/external/mesa3d/src/gallium/include/pipe/
Dp_context.h47 struct pipe_constant_buffer;
357 const struct pipe_constant_buffer *buf );
/external/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()
/external/mesa3d/src/gallium/auxiliary/hud/
Dhud_private.h81 struct pipe_constant_buffer constbuf;
/external/mesa3d/src/gallium/drivers/panfrost/
Dpan_compute.c115 struct pipe_constant_buffer ubuf = { in panfrost_launch_grid()
/external/mesa3d/src/gallium/auxiliary/cso_cache/
Dcso_context.h194 unsigned index, struct pipe_constant_buffer *cb);

1234