Searched refs:rt_mask (Results 1 - 14 of 14) sorted by relevance
/third_party/mesa3d/src/broadcom/vulkan/ |
H A D | v3dvx_pipeline.c | 114 uint8_t rt_mask = 1 << i; in pack_blend() local 115 pipeline->blend.enables |= rt_mask; in pack_blend() 118 config.render_target_mask = rt_mask; in pack_blend()
|
/third_party/mesa3d/src/gallium/frontends/nine/ |
H A D | pixelshader9.c | 91 This->rt_mask = info.rt_mask; in NinePixelShader9_ctor()
|
H A D | pixelshader9.h | 48 uint8_t rt_mask; member
|
H A D | nine_shader.h | 68 uint8_t rt_mask; /* out, which render targets are being written */ member
|
H A D | nine_state.c | 722 unsigned ps_mask = context->ps ? context->ps->rt_mask : 1; in update_framebuffer() 728 context->rt_mask = 0x0; in update_framebuffer() 754 context->rt_mask |= 1 << i; in update_framebuffer() 777 if (is_clear && context->rt_mask == ps_mask) in update_framebuffer() 1748 unsigned old_mask = context->ps ? context->ps->rt_mask : 1; in CSMT_ITEM_NO_WAIT() 1759 mask = context->ps ? context->ps->rt_mask : 1; in CSMT_ITEM_NO_WAIT() 2227 unsigned rt_mask = 0; in CSMT_ITEM_NO_WAIT() local 2270 rt_mask |= 1 << i; in CSMT_ITEM_NO_WAIT() 2275 (!(bufs & PIPE_CLEAR_COLOR) || (rt_mask == context->rt_mask)) in CSMT_ITEM_NO_WAIT() [all...] |
H A D | nine_state.h | 254 uint8_t rt_mask; member
|
H A D | nine_shader.c | 1351 tx->info->rt_mask |= 1 << param->idx; in _tx_dst_param() 3586 info->rt_mask = 0x0; in tx_ctor() 3800 info->rt_mask |= 0x1; in parse_shader()
|
H A D | nine_ff.c | 1858 ps->rt_mask = 0x1; in nine_ff_get_ps()
|
H A D | device9.c | 2959 unsigned ps_mask = state->ps ? state->ps->rt_mask : 1; in NineAfterDraw()
|
/third_party/mesa3d/src/gallium/drivers/v3d/ |
H A D | v3dx_emit.c | 263 struct pipe_blend_state *blend, int rt, uint8_t rt_mask, in emit_rt_blend() 276 config.render_target_mask = rt_mask; in emit_rt_blend() 647 int rt_mask = blend->rt[rt].colormask; in emit_state() local 649 mask.mask |= translate_colormask(v3d, rt_mask, in emit_state() 262 emit_rt_blend(struct v3d_context *v3d, struct v3d_job *job, struct pipe_blend_state *blend, int rt, uint8_t rt_mask, bool blend_dst_alpha_one) emit_rt_blend() argument
|
/third_party/mesa3d/src/panfrost/vulkan/ |
H A D | panvk_vX_cs.c | 720 uint8_t rt_mask = pipeline->fs.rt_mask; in emit_base_fs_rsd() local 723 !(rt_mask & ~rt_written) && in emit_base_fs_rsd()
|
H A D | panvk_private.h | 877 uint8_t rt_mask;
|
H A D | panvk_vX_pipeline.c | 740 pipeline->fs.rt_mask = builder->active_color_attachments; in panvk_pipeline_builder_init_fs_state()
|
/third_party/mesa3d/src/gallium/drivers/panfrost/ |
H A D | pan_cmdstream.c | 461 unsigned rt_mask = ctx->fb_rt_mask; in pan_allow_forward_pixel_to_kill() local 463 bool blend_reads_dest = (ctx->blend->load_dest_mask & rt_mask); in pan_allow_forward_pixel_to_kill() 467 !(rt_mask & ~rt_written) && in pan_allow_forward_pixel_to_kill()
|
Completed in 34 milliseconds