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

1 2

  /external/mesa3d/src/gallium/drivers/softpipe/
sp_quad.h 88 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 197 struct softpipe_tile_cache *cbuf_cache[PIPE_MAX_COLOR_BUFS];
sp_context.c 89 for (i = 0; i < PIPE_MAX_COLOR_BUFS; i++) {
249 for (i = 0; i < PIPE_MAX_COLOR_BUFS; i++)
sp_screen.c 81 return PIPE_MAX_COLOR_BUFS;
sp_quad_blend.c 59 boolean clamp[PIPE_MAX_COLOR_BUFS]; /**< clamp colors to [0,1]? */
60 enum format base_format[PIPE_MAX_COLOR_BUFS];
61 enum util_format_type format_type[PIPE_MAX_COLOR_BUFS];
    [all...]
  /external/mesa3d/src/gallium/drivers/rbug/
rbug_context.h 56 struct rbug_resource *cbufs[PIPE_MAX_COLOR_BUFS];
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_state_fs.h 82 enum pipe_format cbuf_format[PIPE_MAX_COLOR_BUFS];
lp_rast_priv.h 91 uint8_t *color_tiles[PIPE_MAX_COLOR_BUFS];
233 uint8_t *color[PIPE_MAX_COLOR_BUFS];
234 unsigned stride[PIPE_MAX_COLOR_BUFS];
lp_setup_context.h 121 union util_color color_val[PIPE_MAX_COLOR_BUFS];
lp_state_blend.c 53 for (i = 0; i < PIPE_MAX_COLOR_BUFS; i++)
lp_context.c 70 for (i = 0; i < PIPE_MAX_COLOR_BUFS; i++) {
lp_rast.c 321 uint8_t *color[PIPE_MAX_COLOR_BUFS];
322 unsigned stride[PIPE_MAX_COLOR_BUFS];
405 uint8_t *color[PIPE_MAX_COLOR_BUFS];
406 unsigned stride[PIPE_MAX_COLOR_BUFS];
lp_scene.h 146 } zsbuf, cbufs[PIPE_MAX_COLOR_BUFS];
lp_screen.c 127 return PIPE_MAX_COLOR_BUFS;
  /external/mesa3d/src/gallium/drivers/ilo/
ilo_state.h 280 } blend_caps[PIPE_MAX_COLOR_BUFS];
304 struct ilo_state_cc_blend_rt_info rt[PIPE_MAX_COLOR_BUFS];
309 struct ilo_state_cc_blend_rt_info effective_rt[PIPE_MAX_COLOR_BUFS];
  /external/mesa3d/src/gallium/include/pipe/
p_state.h 58 #define PIPE_MAX_COLOR_BUFS 8
328 struct pipe_rt_blend_state rt[PIPE_MAX_COLOR_BUFS];
358 struct pipe_surface *cbufs[PIPE_MAX_COLOR_BUFS];
  /external/mesa3d/src/gallium/drivers/svga/
svga_tgsi_emit.h 128 SVGA3dShaderDestToken temp_color_output[PIPE_MAX_COLOR_BUFS];
129 SVGA3dShaderDestToken true_color_output[PIPE_MAX_COLOR_BUFS];
  /external/mesa3d/src/gallium/drivers/i915/
i915_context.c 144 for (i = 0; i < PIPE_MAX_COLOR_BUFS; i++) {
  /external/mesa3d/src/gallium/drivers/swr/
swr_state.h 82 RENDER_TARGET_BLEND_COMPILE_STATE compileState[PIPE_MAX_COLOR_BUFS];
  /external/mesa3d/src/mesa/state_tracker/
st_atom_framebuffer.c 161 for (i = framebuffer->nr_cbufs; i < PIPE_MAX_COLOR_BUFS; i++) {
  /external/mesa3d/src/gallium/tests/graw/
graw_util.h 23 struct pipe_resource *color_buf[PIPE_MAX_COLOR_BUFS], *zs_buf;
24 struct pipe_surface *color_surf[PIPE_MAX_COLOR_BUFS], *zs_surf;
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_tgsi_info.c 614 for (index = 0; index < PIPE_MAX_COLOR_BUFS; ++index) {
623 semantic_index < PIPE_MAX_COLOR_BUFS) {
lp_bld_tgsi.h 160 const struct lp_tgsi_channel_info *cbuf[PIPE_MAX_COLOR_BUFS];
  /external/mesa3d/src/gallium/auxiliary/util/
u_simple_shaders.c 543 struct ureg_dst dst[PIPE_MAX_COLOR_BUFS];
546 assert(num_cbufs <= PIPE_MAX_COLOR_BUFS);

Completed in 914 milliseconds

1 2