Home
last modified time | relevance | path

Searched refs:PIPE_MASK_B (Results 1 – 21 of 21) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_blend.c136 colormask |= PIPE_MASK_B; in etna_update_blend()
137 if (rt0->colormask & PIPE_MASK_B) in etna_update_blend()
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dfd2_blend.c103 if (rt->colormask & PIPE_MASK_B) in fd2_blend_state_create()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_blit.h159 if (mask & PIPE_MASK_B) color_mask |= 0x0100; in nv50_blit_derive_color_mask()
Dnv50_state.c77 if (mask & PIPE_MASK_B) in nv50_colormask()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnv30_state.c68 !!(cso->rt[0].colormask & PIPE_MASK_B); in nv30_blend_state_create()
77 !!(cso->rt[i].colormask & PIPE_MASK_B) << (3 + (i * 4)); in nv30_blend_state_create()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_defines.h107 #define PIPE_MASK_B 0x4 macro
/third_party/mesa3d/src/gallium/auxiliary/vl/
Dvl_deint_filter.c293 blend.rt[0].colormask = PIPE_MASK_B; in vl_deint_filter_init()
Dvl_mc.c619 prepare_pipe_4_rendering(renderer, buffer, PIPE_MASK_R | PIPE_MASK_G | PIPE_MASK_B); in vl_mc_render_ref()
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/
Dtr_dump_state.c919 mask[2] = (info->mask & PIPE_MASK_B) ? 'B' : '-'; in trace_dump_blit_info()
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_state.c395 if (rt->colormask & PIPE_MASK_B) in zink_create_blend_state()
/third_party/mesa3d/src/gallium/drivers/i915/
Di915_state.c198 if ((blend->rt[0].colormask & PIPE_MASK_B) == 0) in i915_create_blend_state()
/third_party/mesa3d/src/gallium/drivers/r300/
Dr300_blit.c854 info.mask = PIPE_MASK_B; /* stencil only */ in r300_blit()
Dr300_state.c231 ((mask & PIPE_MASK_B) >> 2) | in bgra_cmask()
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_dump_state.c1043 mask[2] = (info->mask & PIPE_MASK_B) ? 'B' : '-'; in util_dump_blit_info()
/third_party/mesa3d/src/gallium/drivers/softpipe/
Dsp_quad_blend.c848 if (!(colormask & PIPE_MASK_B)) in colormask_quad()
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
Dfd6_blitter.c1061 blit.mask |= PIPE_MASK_R | PIPE_MASK_G | PIPE_MASK_B; in handle_zs_blit()
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_state.c50 if (mask & PIPE_MASK_B) in nvc0_colormask()
/third_party/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_context.cpp293 if (colormask & PIPE_MASK_B) in color_write_mask()
/third_party/mesa3d/src/gallium/drivers/swr/
Dswr_state.cpp124 (rt_blend->colormask & PIPE_MASK_B) ? 0 : 1; in swr_create_blend_state()
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_state.c5405 write_disables |= (rt->colormask & PIPE_MASK_B) ? 0x0 : 0x1; in crocus_populate_binding_table()
6176 entry.WriteDisableBlue = !(rt->colormask & PIPE_MASK_B);
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_state.c1314 be.WriteDisableBlue = !(rt->colormask & PIPE_MASK_B); in iris_create_blend_state()