Searched refs:PIPE_MASK_RGBA (Results 1 – 25 of 57) sorted by relevance
123
101 #define PIPE_MASK_RGBA 0xf macro105 #define PIPE_MASK_RGBAZS (PIPE_MASK_RGBA|PIPE_MASK_ZS)
51 blend.rt[0].colormask = PIPE_MASK_RGBA; in START_TEST()192 blit.mask = PIPE_MASK_RGBA; in START_TEST()374 blend.rt[0].colormask = PIPE_MASK_RGBA; in START_TEST()638 blend.rt[0].colormask = PIPE_MASK_RGBA; in START_TEST()883 blend.rt[0].colormask = PIPE_MASK_RGBA; in START_TEST()
109 #define PIPE_MASK_RGBA 0xf macro113 #define PIPE_MASK_RGBAZS (PIPE_MASK_RGBA|PIPE_MASK_ZS)
100 blit.mask = is_zs ? PIPE_MASK_Z : PIPE_MASK_RGBA; in util_gen_mipmap()
106 void *blend[PIPE_MASK_RGBA+1][2]; /**< blend state with writemask */211 for (i = 0; i <= PIPE_MASK_RGBA; i++) { in util_blitter_create()443 for (i = 0; i <= PIPE_MASK_RGBA; i++) in util_blitter_destroy()1321 blend.rt[i].colormask = PIPE_MASK_RGBA; in get_clear_blend_state()1808 blit_color = has_color && (mask & PIPE_MASK_RGBA); in util_blitter_blit_generic()1892 unsigned colormask = mask & PIPE_MASK_RGBA; in util_blitter_blit_generic()2052 pipe->bind_blend_state(pipe, ctx->blend[PIPE_MASK_RGBA][0]); in util_blitter_generate_mipmap()2139 pipe->bind_blend_state(pipe, ctx->blend[PIPE_MASK_RGBA][0]); in util_blitter_clear_render_target()2280 pipe->bind_blend_state(pipe, cbsurf ? ctx->blend[PIPE_MASK_RGBA][0] : in util_blitter_custom_depth_stencil()2539 : ctx->blend[PIPE_MASK_RGBA][0]); in util_blitter_custom_color()
95 ctx->blend_write_color.rt[0].colormask = PIPE_MASK_RGBA; in util_create_blit()410 assert((writemask & PIPE_MASK_RGBA) == 0); in util_blit_pixels()
85 p->blend.rt[0].colormask = PIPE_MASK_RGBA; in pp_init_prog()
72 blit.mask = PIPE_MASK_RGBA; in pp_blit()
44 blend.rt[0].colormask = PIPE_MASK_RGBA; in xa_yuv_bind_blend_state()
285 blend.rt[0].colormask = PIPE_MASK_RGBA; in bind_solid_blend_state()
239 blend.rt[0].colormask = PIPE_MASK_RGBA; in init()
234 blend.rt[0].colormask = PIPE_MASK_RGBA; in init()
290 blend.rt[0].colormask = PIPE_MASK_RGBA; in init()
156 blend.rt[0].colormask = PIPE_MASK_RGBA; in graw_util_default_state()
358 blend.rt[0].colormask = PIPE_MASK_RGBA; in init()
443 blend.rt[0].colormask = PIPE_MASK_RGBA; in init()
147 p->blend.rt[0].colormask = PIPE_MASK_RGBA; in init_prog()
192 p->blend.rt[0].colormask = PIPE_MASK_RGBA; in init_prog()
75 blit.mask = PIPE_MASK_RGBA; in r300_copy_from_tiled_texture()
693 info->mask == PIPE_MASK_RGBA && in r300_is_simple_msaa_resolve()848 info.mask = PIPE_MASK_RGBA; /* depth+stencil */ in r300_blit()
669 blend.rt[0].colormask = PIPE_MASK_RGBA; in test_all()725 blend.rt[0].colormask = PIPE_MASK_RGBA; in test_some()
66 if ((info->mask & PIPE_MASK_RGBA) == 0)
65 if ((info->mask & PIPE_MASK_RGBA) == 0) in vc4_tile_blit()
167 blend.rt[0].colormask = PIPE_MASK_RGBA; in vl_matrix_filter_init()
220 blit.mask = PIPE_MASK_RGBA; in vlVaPostProcBlit()