Home
last modified time | relevance | path

Searched refs:PIPE_MAX_COLOR_BUFS (Results 1 – 25 of 44) sorted by relevance

12

/external/mesa3d/src/gallium/drivers/ilo/
Dilo_state.h280 } 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/
Dp_state.h58 #define PIPE_MAX_COLOR_BUFS 8 macro
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/llvmpipe/
Dlp_rast_priv.h91 uint8_t *color_tiles[PIPE_MAX_COLOR_BUFS];
233 uint8_t *color[PIPE_MAX_COLOR_BUFS]; in lp_rast_shade_quads_all()
234 unsigned stride[PIPE_MAX_COLOR_BUFS]; in lp_rast_shade_quads_all()
Dlp_rast.c321 uint8_t *color[PIPE_MAX_COLOR_BUFS]; in lp_rast_shade_tile()
322 unsigned stride[PIPE_MAX_COLOR_BUFS]; in lp_rast_shade_tile()
405 uint8_t *color[PIPE_MAX_COLOR_BUFS]; in lp_rast_shade_quads_mask()
406 unsigned stride[PIPE_MAX_COLOR_BUFS]; in lp_rast_shade_quads_mask()
Dlp_state_fs.h82 enum pipe_format cbuf_format[PIPE_MAX_COLOR_BUFS];
Dlp_setup_context.h121 union util_color color_val[PIPE_MAX_COLOR_BUFS];
Dlp_state_blend.c53 for (i = 0; i < PIPE_MAX_COLOR_BUFS; i++) in llvmpipe_create_blend_state()
Dlp_context.c70 for (i = 0; i < PIPE_MAX_COLOR_BUFS; i++) { in llvmpipe_destroy()
Dlp_scene.h146 } zsbuf, cbufs[PIPE_MAX_COLOR_BUFS];
Dlp_screen.c127 return PIPE_MAX_COLOR_BUFS; in llvmpipe_get_param()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_emit.h128 SVGA3dShaderDestToken temp_color_output[PIPE_MAX_COLOR_BUFS];
129 SVGA3dShaderDestToken true_color_output[PIPE_MAX_COLOR_BUFS];
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_quad.h88 float color[PIPE_MAX_COLOR_BUFS][TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE];
Dsp_state_surface.c56 for (i = 0; i < PIPE_MAX_COLOR_BUFS; i++) { in softpipe_set_framebuffer_state()
Dsp_context.c89 for (i = 0; i < PIPE_MAX_COLOR_BUFS; i++) { in softpipe_destroy()
249 for (i = 0; i < PIPE_MAX_COLOR_BUFS; i++) in softpipe_create_context()
Dsp_context.h197 struct softpipe_tile_cache *cbuf_cache[PIPE_MAX_COLOR_BUFS];
Dsp_screen.c81 return PIPE_MAX_COLOR_BUFS; in softpipe_get_param()
Dsp_quad_blend.c59 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];
/external/mesa3d/src/gallium/drivers/rbug/
Drbug_context.h56 struct rbug_resource *cbufs[PIPE_MAX_COLOR_BUFS];
/external/mesa3d/src/gallium/tests/graw/
Dgraw_util.h23 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/
Dlp_bld_tgsi_info.c614 for (index = 0; index < PIPE_MAX_COLOR_BUFS; ++index) { in lp_build_tgsi_info()
623 semantic_index < PIPE_MAX_COLOR_BUFS) { in lp_build_tgsi_info()
Dlp_bld_tgsi.h160 const struct lp_tgsi_channel_info *cbuf[PIPE_MAX_COLOR_BUFS];
/external/mesa3d/src/mesa/state_tracker/
Dst_atom_framebuffer.c161 for (i = framebuffer->nr_cbufs; i < PIPE_MAX_COLOR_BUFS; i++) { in update_framebuffer_state()
/external/mesa3d/src/gallium/drivers/i915/
Di915_context.c144 for (i = 0; i < PIPE_MAX_COLOR_BUFS; i++) { in i915_destroy()
/external/mesa3d/src/gallium/drivers/swr/
Dswr_state.h82 RENDER_TARGET_BLEND_COMPILE_STATE compileState[PIPE_MAX_COLOR_BUFS];
/external/mesa3d/src/gallium/auxiliary/util/
Du_simple_shaders.c543 struct ureg_dst dst[PIPE_MAX_COLOR_BUFS]; in util_make_fragment_cloneinput_shader()
546 assert(num_cbufs <= PIPE_MAX_COLOR_BUFS); in util_make_fragment_cloneinput_shader()

12