HomeSort by relevance Sort by last modified time
    Searched refs:pipe_constant_buffer (Results 1 - 25 of 66) sorted by null

1 2 3

  /external/mesa3d/src/gallium/drivers/etnaviv/
etnaviv_uniforms.h 34 struct pipe_constant_buffer;
39 struct pipe_constant_buffer *cb, uint32_t *uniforms,
etnaviv_uniforms.c 63 struct pipe_constant_buffer *cb, uint32_t *uniforms,
etnaviv_context.h 155 struct pipe_constant_buffer constant_buffer[PIPE_SHADER_TYPES];
  /external/mesa3d/src/gallium/drivers/ilo/
ilo_render.h 33 struct pipe_constant_buffer;
104 const struct pipe_constant_buffer *input,
ilo_gpgpu.c 37 const struct pipe_constant_buffer *input, uint32_t pc)
86 struct pipe_constant_buffer input_buf;
  /external/mesa3d/src/gallium/state_trackers/nine/
nine_state.h 311 struct pipe_constant_buffer cb_vs;
312 struct pipe_constant_buffer cb0_swvp;
313 struct pipe_constant_buffer cb1_swvp;
314 struct pipe_constant_buffer cb2_swvp;
315 struct pipe_constant_buffer cb3_swvp;
316 struct pipe_constant_buffer cb_ps;
317 struct pipe_constant_buffer cb_vs_ff;
318 struct pipe_constant_buffer cb_ps_ff;
  /external/mesa3d/src/gallium/drivers/svga/
svga_pipe_constants.c 49 const struct pipe_constant_buffer *cb)
  /external/mesa3d/src/gallium/drivers/trace/
tr_dump_state.h 81 void trace_dump_constant_buffer(const struct pipe_constant_buffer *state);
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_context.h 76 struct pipe_constant_buffer constants[PIPE_SHADER_TYPES][LP_MAX_TGSI_CONST_BUFFERS];
lp_setup.h 105 struct pipe_constant_buffer *buffers);
lp_setup_context.h 141 struct pipe_constant_buffer current;
  /external/mesa3d/src/gallium/auxiliary/util/
u_blitter.h 115 struct pipe_constant_buffer saved_fs_constant_buffer;
494 struct pipe_constant_buffer *constant_buffers)
499 sizeof(struct pipe_constant_buffer));
u_dump.h 173 const struct pipe_constant_buffer *state);
u_inlines.h 465 struct pipe_constant_buffer cb;
585 util_copy_constant_buffer(struct pipe_constant_buffer *dst,
586 const struct pipe_constant_buffer *src)
  /external/mesa3d/src/gallium/drivers/swr/
swr_context.h 121 struct pipe_constant_buffer
  /external/mesa3d/src/gallium/drivers/radeonsi/
si_state.h 289 uint slot, struct pipe_constant_buffer *cbuf);
313 uint slot, const struct pipe_constant_buffer *input);
  /external/mesa3d/src/mesa/state_tracker/
st_atom_constbuf.c 86 struct pipe_constant_buffer cb;
245 struct pipe_constant_buffer cb = { 0 };
  /external/mesa3d/src/gallium/auxiliary/cso_cache/
cso_context.h 208 unsigned index, struct pipe_constant_buffer *cb);
  /external/mesa3d/src/gallium/drivers/ddebug/
dd_pipe.h 161 struct pipe_constant_buffer constant_buffers[PIPE_SHADER_TYPES][PIPE_MAX_CONSTANT_BUFFERS];
  /external/mesa3d/src/gallium/drivers/radeon/
r600_query.h 287 struct pipe_constant_buffer saved_const0;
  /external/mesa3d/src/gallium/include/pipe/
p_context.h 47 struct pipe_constant_buffer;
266 const struct pipe_constant_buffer *buf );
  /external/mesa3d/src/gallium/tests/graw/
fs-test.c 112 struct pipe_constant_buffer cb1;
113 struct pipe_constant_buffer cb2;
  /external/mesa3d/src/gallium/drivers/freedreno/
freedreno_context.h 70 struct pipe_constant_buffer cb[PIPE_MAX_CONSTANT_BUFFERS];
  /external/mesa3d/src/gallium/drivers/noop/
noop_state.c 162 const struct pipe_constant_buffer *cb)
  /external/mesa3d/src/gallium/drivers/vc4/
vc4_context.h 192 struct pipe_constant_buffer cb[PIPE_MAX_CONSTANT_BUFFERS];

Completed in 1439 milliseconds

1 2 3