Home
last modified time | relevance | path

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

123

/third_party/mesa3d/src/gallium/drivers/panfrost/
Dpan_blend_cso.h50 struct pan_blend_info info[PIPE_MAX_COLOR_BUFS];
51 uint32_t equation[PIPE_MAX_COLOR_BUFS];
54 unsigned load_dest_mask : PIPE_MAX_COLOR_BUFS;
Dpan_job.h109 uint32_t clear_color[PIPE_MAX_COLOR_BUFS][4];
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_clear.c57 VkClearAttachment attachments[1 + PIPE_MAX_COLOR_BUFS]; in clear_in_rp()
302 struct zink_framebuffer_clear *fb_clear = &ctx->fb_clears[PIPE_MAX_COLOR_BUFS]; in zink_clear()
335 …ert(!(clear_buffers & PIPE_CLEAR_DEPTHSTENCIL) || zink_fb_clear_enabled(ctx, PIPE_MAX_COLOR_BUFS)); in zink_clear_framebuffer()
376 struct zink_framebuffer_clear *fb_clear = &ctx->fb_clears[PIPE_MAX_COLOR_BUFS]; in zink_clear_framebuffer()
632 if (i == PIPE_MAX_COLOR_BUFS) { in zink_fb_clear_reset()
654 fb_clears_apply_internal(ctx, pres, PIPE_MAX_COLOR_BUFS); in zink_fb_clears_apply()
671 …if (zink_fb_clear_enabled(ctx, PIPE_MAX_COLOR_BUFS) && ctx->fb_state.zsbuf && ctx->fb_state.zsbuf-… in zink_fb_clears_discard()
672 int i = PIPE_MAX_COLOR_BUFS; in zink_fb_clears_discard()
689 if (i < PIPE_MAX_COLOR_BUFS) in zink_clear_apply_conditionals()
743 …if (zink_fb_clear_enabled(ctx, PIPE_MAX_COLOR_BUFS) && ctx->fb_state.zsbuf && ctx->fb_state.zsbuf-… in zink_fb_clears_apply_or_discard()
[all …]
Dzink_render_pass.c66 …VkAttachmentReference2 color_refs[PIPE_MAX_COLOR_BUFS], color_resolves[PIPE_MAX_COLOR_BUFS], zs_re… in create_render_pass2()
67 VkAttachmentReference2 input_attachments[PIPE_MAX_COLOR_BUFS]; in create_render_pass2()
68 VkAttachmentDescription2 attachments[2 * (PIPE_MAX_COLOR_BUFS + 1)]; in create_render_pass2()
329 struct zink_framebuffer_clear *fb_clear = &ctx->fb_clears[PIPE_MAX_COLOR_BUFS]; in zink_init_zs_attachment()
333 rt->clear_color = zink_fb_clear_enabled(ctx, PIPE_MAX_COLOR_BUFS) && in zink_init_zs_attachment()
336 rt->clear_stencil = zink_fb_clear_enabled(ctx, PIPE_MAX_COLOR_BUFS) && in zink_init_zs_attachment()
344 …(zink_fb_clear_enabled(ctx, PIPE_MAX_COLOR_BUFS) && (zink_fb_clear_element(fb_clear, 0)->zs.bits &… in zink_init_zs_attachment()
347 …(zink_fb_clear_enabled(ctx, PIPE_MAX_COLOR_BUFS) && (zink_fb_clear_element(fb_clear, 0)->zs.bits &… in zink_init_zs_attachment()
582 VkClearValue clears[PIPE_MAX_COLOR_BUFS + 1] = {0}; in begin_render_pass()
603 if (fb_state->zsbuf && zink_fb_clear_enabled(ctx, PIPE_MAX_COLOR_BUFS)) { in begin_render_pass()
[all …]
Dzink_framebuffer.h43 struct zink_surface_info infos[PIPE_MAX_COLOR_BUFS + 1];
54 VkFramebufferAttachmentImageInfo infos[PIPE_MAX_COLOR_BUFS + 1];
Dzink_render_pass.h61 struct zink_rt_attrib rts[PIPE_MAX_COLOR_BUFS + 1];
81 struct zink_pipeline_rt attachments[PIPE_MAX_COLOR_BUFS + 1];
Dzink_pipeline.h58 uint32_t void_alpha_attachments:PIPE_MAX_COLOR_BUFS;
96 VkFormat rendering_formats[PIPE_MAX_COLOR_BUFS];
Dzink_context.h268 VkRenderingAttachmentInfo attachments[PIPE_MAX_COLOR_BUFS + 2]; //+depth, +stencil
284 struct zink_framebuffer_clear fb_clears[PIPE_MAX_COLOR_BUFS + 1];
412 if (idx == PIPE_MAX_COLOR_BUFS) in zink_fb_clear_enabled()
Dzink_context.c2257 ctx->dynamic_fb.attachments[PIPE_MAX_COLOR_BUFS].loadOp = VK_ATTACHMENT_LOAD_OP_LOAD; in begin_rendering()
2259 … ctx->dynamic_fb.attachments[PIPE_MAX_COLOR_BUFS].loadOp = VK_ATTACHMENT_LOAD_OP_DONT_CARE; in begin_rendering()
2262 …ctx->dynamic_fb.attachments[PIPE_MAX_COLOR_BUFS+1].loadOp = ctx->dynamic_fb.attachments[PIPE_MAX_C… in begin_rendering()
2265 … ctx->dynamic_fb.info.pDepthAttachment = &ctx->dynamic_fb.attachments[PIPE_MAX_COLOR_BUFS]; in begin_rendering()
2271 … ctx->dynamic_fb.info.pStencilAttachment = &ctx->dynamic_fb.attachments[PIPE_MAX_COLOR_BUFS + 1]; in begin_rendering()
2300 if (ctx->fb_state.zsbuf && zink_fb_clear_enabled(ctx, PIPE_MAX_COLOR_BUFS)) { in begin_rendering()
2301 struct zink_framebuffer_clear *fb_clear = &ctx->fb_clears[PIPE_MAX_COLOR_BUFS]; in begin_rendering()
2305 … ctx->dynamic_fb.attachments[PIPE_MAX_COLOR_BUFS].clearValue.depthStencil.depth = clear->zs.depth; in begin_rendering()
2306 …ctx->dynamic_fb.attachments[PIPE_MAX_COLOR_BUFS].clearValue.depthStencil.stencil = clear->zs.stenc… in begin_rendering()
2308 …ctx->dynamic_fb.attachments[PIPE_MAX_COLOR_BUFS+1].clearValue.depthStencil.stencil = clear->zs.ste… in begin_rendering()
[all …]
Dzink_state.h94 VkPipelineColorBlendAttachmentState attachments[PIPE_MAX_COLOR_BUFS];
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_rast_priv.h91 uint8_t *color_tiles[PIPE_MAX_COLOR_BUFS];
232 uint8_t *color[PIPE_MAX_COLOR_BUFS]; in lp_rast_shade_quads_all()
233 unsigned stride[PIPE_MAX_COLOR_BUFS]; in lp_rast_shade_quads_all()
234 unsigned sample_stride[PIPE_MAX_COLOR_BUFS]; in lp_rast_shade_quads_all()
Dlp_state_fs.h110 enum pipe_format cbuf_format[PIPE_MAX_COLOR_BUFS];
112 uint8_t cbuf_nr_samples[PIPE_MAX_COLOR_BUFS];
Dlp_rast.c324 uint8_t *color[PIPE_MAX_COLOR_BUFS]; in lp_rast_shade_tile()
325 unsigned stride[PIPE_MAX_COLOR_BUFS]; in lp_rast_shade_tile()
326 unsigned sample_stride[PIPE_MAX_COLOR_BUFS]; in lp_rast_shade_tile()
432 uint8_t *color[PIPE_MAX_COLOR_BUFS]; in lp_rast_shade_quads_mask_sample()
433 unsigned stride[PIPE_MAX_COLOR_BUFS]; in lp_rast_shade_quads_mask_sample()
434 unsigned sample_stride[PIPE_MAX_COLOR_BUFS]; in lp_rast_shade_quads_mask_sample()
Dlp_state_blend.c52 for (unsigned i = 0; i < PIPE_MAX_COLOR_BUFS; i++) in llvmpipe_create_blend_state()
Dlp_setup_context.h131 union util_color color_val[PIPE_MAX_COLOR_BUFS];
/third_party/mesa3d/src/gallium/include/pipe/
Dp_state.h63 #define PIPE_MAX_COLOR_BUFS 8 macro
379 struct pipe_rt_blend_state rt[PIPE_MAX_COLOR_BUFS];
409 struct pipe_surface *cbufs[PIPE_MAX_COLOR_BUFS];
/third_party/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];
/third_party/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.c81 for (i = 0; i < PIPE_MAX_COLOR_BUFS; i++) { in softpipe_destroy()
250 for (i = 0; i < PIPE_MAX_COLOR_BUFS; i++) in softpipe_create_context()
Dsp_context.h178 struct softpipe_tile_cache *cbuf_cache[PIPE_MAX_COLOR_BUFS];
/third_party/mesa3d/src/gallium/auxiliary/driver_rbug/
Drbug_context.h56 struct rbug_resource *cbufs[PIPE_MAX_COLOR_BUFS];
/third_party/mesa3d/src/gallium/frontends/d3d10umd/
DOutputMerger.cpp563 for (i = 0; i < MIN2(PIPE_MAX_COLOR_BUFS, D3D10_DDI_SIMULTANEOUS_RENDER_TARGET_COUNT); ++i) { in CreateBlendState()
596 for (i = 1; i < MIN2(PIPE_MAX_COLOR_BUFS, D3D10_DDI_SIMULTANEOUS_RENDER_TARGET_COUNT); ++i) { in CreateBlendState()
641 for (i = 0; i < MIN2(PIPE_MAX_COLOR_BUFS, D3D10_DDI_SIMULTANEOUS_RENDER_TARGET_COUNT); ++i) { in CreateBlendState1()
763 for (unsigned i = RTargets; i < PIPE_MAX_COLOR_BUFS; ++i) { in SetRenderTargets()
/third_party/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;
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_info.c618 for (index = 0; index < PIPE_MAX_COLOR_BUFS; ++index) { in lp_build_tgsi_info()
627 semantic_index < PIPE_MAX_COLOR_BUFS) { in lp_build_tgsi_info()

123