Searched refs:PIPE_MAX_COLOR_BUFS (Results 1 - 25 of 105) sorted by relevance
12345
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/panfrost/ |
| H A D | pan_blend_cso.h | 48 struct pan_blend_info info[PIPE_MAX_COLOR_BUFS]; 49 uint32_t equation[PIPE_MAX_COLOR_BUFS]; 52 unsigned load_dest_mask : PIPE_MAX_COLOR_BUFS;
|
| H A D | pan_job.h | 63 uint32_t clear_color[PIPE_MAX_COLOR_BUFS][4];
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/ |
| H A D | zink_framebuffer.h | 44 VkImageView attachments[PIPE_MAX_COLOR_BUFS + 1]; 45 struct zink_surface_info infos[PIPE_MAX_COLOR_BUFS + 1]; 58 struct pipe_surface *surfaces[PIPE_MAX_COLOR_BUFS + 1]; 59 VkFramebufferAttachmentImageInfo infos[PIPE_MAX_COLOR_BUFS + 1];
|
| H A D | zink_render_pass.h | 50 uint8_t num_cbufs : 5; /* PIPE_MAX_COLOR_BUFS = 8 */ 55 uint32_t num_cresolves : 23; /* PIPE_MAX_COLOR_BUFS, but this is a struct hole */ 56 struct zink_rt_attrib rts[PIPE_MAX_COLOR_BUFS + 1]; 72 struct zink_pipeline_rt attachments[PIPE_MAX_COLOR_BUFS + 1];
|
| H A D | zink_pipeline.h | 46 uint32_t void_alpha_attachments:PIPE_MAX_COLOR_BUFS;
|
| H A D | zink_state.h | 87 VkPipelineColorBlendAttachmentState attachments[PIPE_MAX_COLOR_BUFS];
|
| H A D | zink_render_pass.c | 35 VkAttachmentReference color_refs[PIPE_MAX_COLOR_BUFS], zs_ref; 36 VkAttachmentReference input_attachments[PIPE_MAX_COLOR_BUFS]; 37 VkAttachmentDescription attachments[PIPE_MAX_COLOR_BUFS + 1]; 132 VkAttachmentReference2 color_refs[PIPE_MAX_COLOR_BUFS], color_resolves[PIPE_MAX_COLOR_BUFS], zs_ref, zs_resolve; 133 VkAttachmentReference2 input_attachments[PIPE_MAX_COLOR_BUFS]; 134 VkAttachmentDescription2 attachments[2 * (PIPE_MAX_COLOR_BUFS + 1)];
|
| H A D | zink_clear.c | 73 VkClearAttachment attachments[1 + PIPE_MAX_COLOR_BUFS]; 241 struct zink_framebuffer_clear *fb_clear = &ctx->fb_clears[PIPE_MAX_COLOR_BUFS]; 272 assert(!(clear_buffers & PIPE_CLEAR_DEPTHSTENCIL) || zink_fb_clear_enabled(ctx, PIPE_MAX_COLOR_BUFS)); 313 struct zink_framebuffer_clear *fb_clear = &ctx->fb_clears[PIPE_MAX_COLOR_BUFS]; 591 if (i == PIPE_MAX_COLOR_BUFS) { 611 fb_clears_apply_internal(ctx, pres, PIPE_MAX_COLOR_BUFS); 628 if (zink_fb_clear_enabled(ctx, PIPE_MAX_COLOR_BUFS) && ctx->fb_state.zsbuf && ctx->fb_state.zsbuf->texture == pres) { 629 int i = PIPE_MAX_COLOR_BUFS; 646 if (i < PIPE_MAX_COLOR_BUFS) 700 if (zink_fb_clear_enabled(ctx, PIPE_MAX_COLOR_BUFS) [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/softpipe/ |
| H A D | sp_quad.h | 88 float color[PIPE_MAX_COLOR_BUFS][TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE];
|
| H A D | sp_state_surface.c | 56 for (i = 0; i < PIPE_MAX_COLOR_BUFS; i++) {
|
| H A D | sp_context.h | 194 struct softpipe_tile_cache *cbuf_cache[PIPE_MAX_COLOR_BUFS];
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/ |
| H A D | sp_quad.h | 88 float color[PIPE_MAX_COLOR_BUFS][TGSI_NUM_CHANNELS][TGSI_QUAD_SIZE];
|
| H A D | sp_state_surface.c | 56 for (i = 0; i < PIPE_MAX_COLOR_BUFS; i++) {
|
| H A D | sp_context.h | 194 struct softpipe_tile_cache *cbuf_cache[PIPE_MAX_COLOR_BUFS];
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/driver_rbug/ |
| H A D | rbug_context.h | 56 struct rbug_resource *cbufs[PIPE_MAX_COLOR_BUFS];
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/driver_rbug/ |
| H A D | rbug_context.h | 56 struct rbug_resource *cbufs[PIPE_MAX_COLOR_BUFS];
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/ |
| H A D | lp_state_fs.h | 82 enum pipe_format cbuf_format[PIPE_MAX_COLOR_BUFS];
|
| H A D | lp_rast_priv.h | 91 uint8_t *color_tiles[PIPE_MAX_COLOR_BUFS]; 231 uint8_t *color[PIPE_MAX_COLOR_BUFS]; 232 unsigned stride[PIPE_MAX_COLOR_BUFS];
|
| H A D | lp_setup_context.h | 121 union util_color color_val[PIPE_MAX_COLOR_BUFS];
|
| H A D | lp_state_blend.c | 53 for (i = 0; i < PIPE_MAX_COLOR_BUFS; i++)
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/ |
| H A D | lp_state_fs.h | 108 enum pipe_format cbuf_format[PIPE_MAX_COLOR_BUFS]; 110 uint8_t cbuf_nr_samples[PIPE_MAX_COLOR_BUFS];
|
| H A D | lp_rast_priv.h | 91 uint8_t *color_tiles[PIPE_MAX_COLOR_BUFS]; 236 uint8_t *color[PIPE_MAX_COLOR_BUFS]; 237 unsigned stride[PIPE_MAX_COLOR_BUFS]; 238 unsigned sample_stride[PIPE_MAX_COLOR_BUFS];
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/include/pipe/ |
| H A D | p_state.h | 62 #define PIPE_MAX_COLOR_BUFS 8 macro 362 struct pipe_rt_blend_state rt[PIPE_MAX_COLOR_BUFS]; 392 struct pipe_surface *cbufs[PIPE_MAX_COLOR_BUFS];
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/include/pipe/ |
| H A D | p_state.h | 63 #define PIPE_MAX_COLOR_BUFS 8 macro 371 struct pipe_rt_blend_state rt[PIPE_MAX_COLOR_BUFS]; 401 struct pipe_surface *cbufs[PIPE_MAX_COLOR_BUFS];
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/ |
| H A D | svga_tgsi_emit.h | 128 SVGA3dShaderDestToken temp_color_output[PIPE_MAX_COLOR_BUFS]; 129 SVGA3dShaderDestToken true_color_output[PIPE_MAX_COLOR_BUFS];
|
Completed in 16 milliseconds
12345