/third_party/mesa3d/src/gallium/drivers/panfrost/ |
D | pan_blend_cso.h | 50 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;
|
D | pan_job.h | 109 uint32_t clear_color[PIPE_MAX_COLOR_BUFS][4];
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
D | zink_clear.c | 57 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 …]
|
D | zink_render_pass.c | 66 …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 …]
|
D | zink_framebuffer.h | 43 struct zink_surface_info infos[PIPE_MAX_COLOR_BUFS + 1]; 54 VkFramebufferAttachmentImageInfo infos[PIPE_MAX_COLOR_BUFS + 1];
|
D | zink_render_pass.h | 61 struct zink_rt_attrib rts[PIPE_MAX_COLOR_BUFS + 1]; 81 struct zink_pipeline_rt attachments[PIPE_MAX_COLOR_BUFS + 1];
|
D | zink_pipeline.h | 58 uint32_t void_alpha_attachments:PIPE_MAX_COLOR_BUFS; 96 VkFormat rendering_formats[PIPE_MAX_COLOR_BUFS];
|
D | zink_context.h | 268 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()
|
D | zink_context.c | 2257 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 …]
|
D | zink_state.h | 94 VkPipelineColorBlendAttachmentState attachments[PIPE_MAX_COLOR_BUFS];
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_rast_priv.h | 91 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()
|
D | lp_state_fs.h | 110 enum pipe_format cbuf_format[PIPE_MAX_COLOR_BUFS]; 112 uint8_t cbuf_nr_samples[PIPE_MAX_COLOR_BUFS];
|
D | lp_rast.c | 324 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()
|
D | lp_state_blend.c | 52 for (unsigned i = 0; i < PIPE_MAX_COLOR_BUFS; i++) in llvmpipe_create_blend_state()
|
D | lp_setup_context.h | 131 union util_color color_val[PIPE_MAX_COLOR_BUFS];
|
/third_party/mesa3d/src/gallium/include/pipe/ |
D | p_state.h | 63 #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/ |
D | svga_tgsi_emit.h | 128 SVGA3dShaderDestToken temp_color_output[PIPE_MAX_COLOR_BUFS]; 129 SVGA3dShaderDestToken true_color_output[PIPE_MAX_COLOR_BUFS];
|
/third_party/mesa3d/src/gallium/drivers/softpipe/ |
D | sp_quad.h | 88 float color[PIPE_MAX_COLOR_BUFS][TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE];
|
D | sp_state_surface.c | 56 for (i = 0; i < PIPE_MAX_COLOR_BUFS; i++) { in softpipe_set_framebuffer_state()
|
D | sp_context.c | 81 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()
|
D | sp_context.h | 178 struct softpipe_tile_cache *cbuf_cache[PIPE_MAX_COLOR_BUFS];
|
/third_party/mesa3d/src/gallium/auxiliary/driver_rbug/ |
D | rbug_context.h | 56 struct rbug_resource *cbufs[PIPE_MAX_COLOR_BUFS];
|
/third_party/mesa3d/src/gallium/frontends/d3d10umd/ |
D | OutputMerger.cpp | 563 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/ |
D | 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;
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_tgsi_info.c | 618 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()
|