Searched refs:pipe_shader_buffer (Results 1 - 25 of 118) sorted by relevance
12345
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/softpipe/ |
| H A D | sp_buffer.h | 31 struct pipe_shader_buffer sp_bview[PIPE_MAX_SHADER_BUFFERS];
|
| H A D | sp_state_image.c | 59 const struct pipe_shader_buffer *buffers, 77 memset(&softpipe->tgsi.buffer[shader]->sp_bview[idx], 0, sizeof(struct pipe_shader_buffer));
|
| H A D | sp_buffer.c | 31 get_dimensions(const struct pipe_shader_buffer *bview, 55 struct pipe_shader_buffer *bview; 113 struct pipe_shader_buffer *bview; 158 handle_op_atomic(const struct pipe_shader_buffer *bview, 297 struct pipe_shader_buffer *bview; 352 struct pipe_shader_buffer *bview;
|
| H A D | sp_context.h | 88 struct pipe_shader_buffer buffers[PIPE_SHADER_TYPES][PIPE_MAX_SHADER_BUFFERS];
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/ |
| H A D | sp_buffer.h | 31 struct pipe_shader_buffer sp_bview[PIPE_MAX_SHADER_BUFFERS];
|
| H A D | sp_buffer.c | 41 struct pipe_shader_buffer *bview = &sp_buf->sp_bview[unit];
|
| H A D | sp_state_image.c | 67 const struct pipe_shader_buffer *buffers, 85 memset(&softpipe->tgsi.buffer[shader]->sp_bview[idx], 0, sizeof(struct pipe_shader_buffer));
|
| H A D | sp_context.h | 88 struct pipe_shader_buffer buffers[PIPE_SHADER_TYPES][PIPE_MAX_SHADER_BUFFERS];
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a6xx/ |
| H A D | fd6_image.h | 34 void fd6_emit_ssbo_tex(struct fd_ringbuffer *ring, const struct pipe_shader_buffer *pbuf);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a6xx/ |
| H A D | fd6_image.h | 36 const struct pipe_shader_buffer *pbuf) assert_dt;
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/ |
| H A D | st_atom_atomicbuf.c | 45 struct pipe_shader_buffer *sb) 79 struct pipe_shader_buffer sb; 149 struct pipe_shader_buffer buffers[PIPE_MAX_HW_ATOMIC_BUFFERS];
|
| H A D | st_atom_storagebuf.c | 48 struct pipe_shader_buffer buffers[MAX_SHADER_STORAGE_BUFFERS]; 61 struct pipe_shader_buffer *sb = &buffers[i];
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/ |
| H A D | u_helpers.h | 54 void util_set_shader_buffers_mask(struct pipe_shader_buffer *dst, 56 const struct pipe_shader_buffer *src,
|
| H A D | u_dump.h | 175 util_dump_shader_buffer(FILE *stream, const struct pipe_shader_buffer *state);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/virgl/ |
| H A D | virgl_context.h | 62 struct pipe_shader_buffer ssbos[PIPE_MAX_SHADER_BUFFERS]; 75 struct pipe_shader_buffer atomic_buffers[PIPE_MAX_HW_ATOMIC_BUFFERS];
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/ |
| H A D | st_atom_atomicbuf.c | 45 struct pipe_shader_buffer *sb) 85 struct pipe_shader_buffer sb; 157 struct pipe_shader_buffer buffers[PIPE_MAX_HW_ATOMIC_BUFFERS];
|
| H A D | st_atom_storagebuf.c | 48 struct pipe_shader_buffer buffers[MAX_SHADER_STORAGE_BUFFERS]; 55 struct pipe_shader_buffer *sb = &buffers[i];
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/driver_trace/ |
| H A D | tr_dump_state.h | 81 void trace_dump_shader_buffer(const struct pipe_shader_buffer *buffer);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/ |
| H A D | lp_state_cs.h | 145 struct pipe_shader_buffer current;
|
| H A D | lp_context.h | 91 struct pipe_shader_buffer ssbos[PIPE_SHADER_TYPES][LP_MAX_TGSI_SHADER_BUFFERS];
|
| H A D | lp_setup.h | 114 struct pipe_shader_buffer *buffers);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/driver_trace/ |
| H A D | tr_dump_state.h | 85 void trace_dump_shader_buffer(const struct pipe_shader_buffer *buffer);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/include/pipe/ |
| H A D | p_context.h | 64 struct pipe_shader_buffer; 361 const struct pipe_shader_buffer *buffers, 378 const struct pipe_shader_buffer *buffers);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/ |
| H A D | u_dump.h | 175 util_dump_shader_buffer(FILE *stream, const struct pipe_shader_buffer *state);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/virgl/ |
| H A D | virgl_encode.h | 267 const struct pipe_shader_buffer *buffers); 274 const struct pipe_shader_buffer *buffers);
|
Completed in 21 milliseconds
12345