Home
last modified time | relevance | path

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

123

/external/mesa3d/src/gallium/drivers/zink/
Dzink_framebuffer.h42 struct zink_surface *attachments[PIPE_MAX_COLOR_BUFS + 1];
50 struct pipe_surface *surfaces[PIPE_MAX_COLOR_BUFS + 1];
Dzink_render_pass.c35 VkAttachmentReference color_refs[PIPE_MAX_COLOR_BUFS], zs_ref; in create_render_pass()
36 VkAttachmentDescription attachments[PIPE_MAX_COLOR_BUFS + 1]; in create_render_pass()
Dzink_render_pass.h42 struct zink_rt_attrib rts[PIPE_MAX_COLOR_BUFS + 1];
Dzink_state.h63 VkPipelineColorBlendAttachmentState attachments[PIPE_MAX_COLOR_BUFS];
/external/virglrenderer/src/gallium/include/pipe/
Dp_state.h58 #define PIPE_MAX_COLOR_BUFS 8 macro
281 struct pipe_rt_blend_state rt[PIPE_MAX_COLOR_BUFS];
301 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];
235 uint8_t *color[PIPE_MAX_COLOR_BUFS]; in lp_rast_shade_quads_all()
236 unsigned stride[PIPE_MAX_COLOR_BUFS]; in lp_rast_shade_quads_all()
237 unsigned sample_stride[PIPE_MAX_COLOR_BUFS]; in lp_rast_shade_quads_all()
Dlp_state_fs.h90 enum pipe_format cbuf_format[PIPE_MAX_COLOR_BUFS];
92 uint8_t cbuf_nr_samples[PIPE_MAX_COLOR_BUFS];
Dlp_rast.c333 uint8_t *color[PIPE_MAX_COLOR_BUFS]; in lp_rast_shade_tile()
334 unsigned stride[PIPE_MAX_COLOR_BUFS]; in lp_rast_shade_tile()
335 unsigned sample_stride[PIPE_MAX_COLOR_BUFS]; in lp_rast_shade_tile()
428 uint8_t *color[PIPE_MAX_COLOR_BUFS]; in lp_rast_shade_quads_mask_sample()
429 unsigned stride[PIPE_MAX_COLOR_BUFS]; in lp_rast_shade_quads_mask_sample()
430 unsigned sample_stride[PIPE_MAX_COLOR_BUFS]; in lp_rast_shade_quads_mask_sample()
Dlp_setup_context.h122 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()
/external/mesa3d/src/gallium/include/pipe/
Dp_state.h62 #define PIPE_MAX_COLOR_BUFS 8 macro
370 struct pipe_rt_blend_state rt[PIPE_MAX_COLOR_BUFS];
400 struct pipe_surface *cbufs[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.c93 for (i = 0; i < PIPE_MAX_COLOR_BUFS; i++) { in softpipe_destroy()
262 for (i = 0; i < PIPE_MAX_COLOR_BUFS; i++) in softpipe_create_context()
Dsp_context.h194 struct softpipe_tile_cache *cbuf_cache[PIPE_MAX_COLOR_BUFS];
/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];
Dsvga_pipe_blend.c308 for (i = 0; i < PIPE_MAX_COLOR_BUFS; i++) { in svga_create_blend_state()
318 for (i = 0; i < PIPE_MAX_COLOR_BUFS; i++) { in svga_create_blend_state()
/external/mesa3d/src/gallium/auxiliary/driver_rbug/
Drbug_context.h56 struct rbug_resource *cbufs[PIPE_MAX_COLOR_BUFS];
/external/mesa3d/src/gallium/drivers/panfrost/
Dpan_blend.h112 struct panfrost_blend_rt rt[PIPE_MAX_COLOR_BUFS];
Dpan_job.h72 uint32_t clear_color[PIPE_MAX_COLOR_BUFS][4];
Dpan_blend_cso.c126 for (unsigned c = 0; c < PIPE_MAX_COLOR_BUFS; ++c) { in panfrost_create_blend_state()
/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/mesa/state_tracker/
Dst_atom_framebuffer.c162 for (i = framebuffer.nr_cbufs; i < PIPE_MAX_COLOR_BUFS; i++) { in st_update_framebuffer_state()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_info.c616 for (index = 0; index < PIPE_MAX_COLOR_BUFS; ++index) { in lp_build_tgsi_info()
625 semantic_index < PIPE_MAX_COLOR_BUFS) { in lp_build_tgsi_info()
/external/mesa3d/src/gallium/drivers/i915/
Di915_context.c156 for (i = 0; i < PIPE_MAX_COLOR_BUFS; i++) { in i915_destroy()

123