Home
last modified time | relevance | path

Searched refs:tgsi_buffer (Results 1 – 12 of 12) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/draw/
Ddraw_private.h101 struct tgsi_buffer;
319 struct tgsi_buffer *buffer;
341 struct tgsi_buffer *buffer;
356 struct tgsi_buffer *buffer;
372 struct tgsi_buffer *buffer;
Ddraw_context.h53 struct tgsi_buffer;
181 struct tgsi_buffer *buffer);
Ddraw_context.c863 struct tgsi_buffer *buffer) in draw_buffer()
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_exec.h157 struct tgsi_buffer { struct
158 void *(*lookup)(const struct tgsi_buffer *buffer, argument
311 struct tgsi_buffer *Buffer;
416 struct tgsi_buffer *buffer);
Dtgsi_exec.c1032 struct tgsi_buffer *buffer) in tgsi_exec_machine_bind_shader()
/third_party/mesa3d/src/gallium/drivers/softpipe/
Dsp_state.h60 struct tgsi_buffer;
87 struct tgsi_buffer *buffer);
Dsp_buffer.h30 struct tgsi_buffer base;
Dsp_compute.c45 struct tgsi_buffer *buffer ) in cs_prepare()
213 (struct tgsi_buffer *)softpipe->tgsi.buffer[PIPE_SHADER_COMPUTE]); in softpipe_launch_grid()
Dsp_buffer.c31 sp_tgsi_ssbo_lookup(const struct tgsi_buffer *buffer, in sp_tgsi_ssbo_lookup()
Dsp_context.c307 (struct tgsi_buffer *) in softpipe_create_context()
312 (struct tgsi_buffer *) in softpipe_create_context()
Dsp_fs_exec.c59 struct tgsi_buffer *buffer ) in exec_prepare()
Dsp_state_derived.c350 … (struct tgsi_buffer *)softpipe->tgsi.buffer[PIPE_SHADER_FRAGMENT]); in update_fragment_shader()