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

1 2

  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_memory.c 40 uint8_t lp_swizzled_cbuf[LP_MAX_THREADS][PIPE_MAX_COLOR_BUFS][TILE_SIZE * TILE_SIZE * 4];
lp_memory.h 38 uint8_t lp_swizzled_cbuf[LP_MAX_THREADS][PIPE_MAX_COLOR_BUFS][TILE_SIZE * TILE_SIZE * 4];
lp_state_fs.h 67 enum pipe_format cbuf_format[PIPE_MAX_COLOR_BUFS];
lp_state_blend.c 53 for (i = 0; i < PIPE_MAX_COLOR_BUFS; i++)
lp_rast_priv.h 88 uint8_t *color_tiles[PIPE_MAX_COLOR_BUFS];
260 uint8_t *color[PIPE_MAX_COLOR_BUFS];
lp_context.c 66 for (i = 0; i < PIPE_MAX_COLOR_BUFS; i++) {
lp_scene.h 140 } zsbuf, cbufs[PIPE_MAX_COLOR_BUFS];
lp_screen.c 124 return PIPE_MAX_COLOR_BUFS;
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_quad.h 86 float color[PIPE_MAX_COLOR_BUFS][TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE];
sp_state_surface.c 56 for (i = 0; i < PIPE_MAX_COLOR_BUFS; i++) {
sp_context.h 175 struct softpipe_tile_cache *cbuf_cache[PIPE_MAX_COLOR_BUFS];
sp_context.c 117 for (i = 0; i < PIPE_MAX_COLOR_BUFS; i++) {
255 for (i = 0; i < PIPE_MAX_COLOR_BUFS; i++)
sp_screen.c 82 return PIPE_MAX_COLOR_BUFS;
  /external/mesa3d/src/gallium/drivers/rbug/
rbug_context.h 56 struct rbug_resource *cbufs[PIPE_MAX_COLOR_BUFS];
  /external/mesa3d/src/gallium/drivers/svga/
svga_pipe_misc.c 57 for (i = 0; i < PIPE_MAX_COLOR_BUFS; i++) {
85 for (i = 0; i < PIPE_MAX_COLOR_BUFS; i++) {
95 for (i = 0; i < PIPE_MAX_COLOR_BUFS; i++)
110 for (i = 0; i < PIPE_MAX_COLOR_BUFS; i++) {
svga_tgsi_emit.h 120 SVGA3dShaderDestToken temp_col[PIPE_MAX_COLOR_BUFS];
121 SVGA3dShaderDestToken true_col[PIPE_MAX_COLOR_BUFS];
svga_state_framebuffer.c 56 for(i = 0; i < PIPE_MAX_COLOR_BUFS; ++i) {
115 for (i = 0; i < MIN2(PIPE_MAX_COLOR_BUFS, 8); ++i) {
svga_context.c 287 for (i = 0; i < PIPE_MAX_COLOR_BUFS; i++) {
  /external/mesa3d/src/gallium/include/pipe/
p_state.h 58 #define PIPE_MAX_COLOR_BUFS 8
275 struct pipe_rt_blend_state rt[PIPE_MAX_COLOR_BUFS];
295 struct pipe_surface *cbufs[PIPE_MAX_COLOR_BUFS];
  /external/mesa3d/src/gallium/auxiliary/util/
u_simple_shaders.c 339 struct ureg_dst dst[PIPE_MAX_COLOR_BUFS];
342 assert(num_cbufs <= PIPE_MAX_COLOR_BUFS);
  /external/mesa3d/src/gallium/drivers/i915/
i915_context.c 128 for (i = 0; i < PIPE_MAX_COLOR_BUFS; i++) {
  /external/mesa3d/src/mesa/state_tracker/
st_atom_framebuffer.c 138 for (i = framebuffer->nr_cbufs; i < PIPE_MAX_COLOR_BUFS; i++) {
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_tgsi_info.c 473 for (index = 0; index < PIPE_MAX_COLOR_BUFS; ++index) {
482 semantic_index < PIPE_MAX_COLOR_BUFS) {
lp_bld_tgsi.h 146 const struct lp_tgsi_channel_info *cbuf[PIPE_MAX_COLOR_BUFS];
  /external/mesa3d/src/gallium/tests/graw/
graw_util.h 22 struct pipe_resource *color_buf[PIPE_MAX_COLOR_BUFS], *zs_buf;
23 struct pipe_surface *color_surf[PIPE_MAX_COLOR_BUFS], *zs_surf;

Completed in 158 milliseconds

1 2