HomeSort by relevance Sort by last modified time
    Searched refs:PIPE_MAX_CONSTANT_BUFFERS (Results 26 - 40 of 40) sorted by null

12

  /external/mesa3d/src/gallium/include/pipe/
p_state.h 59 #define PIPE_MAX_CONSTANT_BUFFERS 32
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
draw_pt_fetch_shade_pipeline.c 178 const void *constants[PIPE_MAX_CONSTANT_BUFFERS],
179 unsigned const_size[PIPE_MAX_CONSTANT_BUFFERS],
draw_vs.c 54 * \param slot which constant buffer in [0, PIPE_MAX_CONSTANT_BUFFERS-1]
222 for (i = 0; i < PIPE_MAX_CONSTANT_BUFFERS; i++) {
draw_context.c 368 debug_assert(slot < PIPE_MAX_CONSTANT_BUFFERS);
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pt_fetch_shade_pipeline.c 178 const void *constants[PIPE_MAX_CONSTANT_BUFFERS],
179 unsigned const_size[PIPE_MAX_CONSTANT_BUFFERS],
draw_vs.c 54 * \param slot which constant buffer in [0, PIPE_MAX_CONSTANT_BUFFERS-1]
222 for (i = 0; i < PIPE_MAX_CONSTANT_BUFFERS; i++) {
draw_context.c 368 debug_assert(slot < PIPE_MAX_CONSTANT_BUFFERS);
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
tgsi_ureg.c 159 struct const_decl const_decls2D[PIPE_MAX_CONSTANT_BUFFERS];
461 assert(index2D < PIPE_MAX_CONSTANT_BUFFERS);
    [all...]
tgsi_exec.c 1059 assert(index2D->i[i] >= 0 && index2D->i[i] < PIPE_MAX_CONSTANT_BUFFERS);
    [all...]
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_ureg.c 159 struct const_decl const_decls2D[PIPE_MAX_CONSTANT_BUFFERS];
461 assert(index2D < PIPE_MAX_CONSTANT_BUFFERS);
    [all...]
tgsi_exec.c 1059 assert(index2D->i[i] >= 0 && index2D->i[i] < PIPE_MAX_CONSTANT_BUFFERS);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
r600_pipe.h 311 struct pipe_constant_buffer cb[PIPE_MAX_CONSTANT_BUFFERS];
  /external/mesa3d/src/gallium/drivers/r600/
r600_pipe.h 311 struct pipe_constant_buffer cb[PIPE_MAX_CONSTANT_BUFFERS];
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_state_fs.c     [all...]
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_state_fs.c     [all...]

Completed in 599 milliseconds

12