Home
last modified time | relevance | path

Searched refs:PIPE_MASK_RGBA (Results 1 – 25 of 57) sorted by relevance

123

/external/virglrenderer/src/gallium/include/pipe/
Dp_defines.h101 #define PIPE_MASK_RGBA 0xf macro
105 #define PIPE_MASK_RGBAZS (PIPE_MASK_RGBA|PIPE_MASK_ZS)
/external/virglrenderer/tests/
Dtest_virgl_cmd.c51 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()
/external/mesa3d/src/gallium/include/pipe/
Dp_defines.h109 #define PIPE_MASK_RGBA 0xf macro
113 #define PIPE_MASK_RGBAZS (PIPE_MASK_RGBA|PIPE_MASK_ZS)
/external/mesa3d/src/gallium/auxiliary/util/
Du_gen_mipmap.c100 blit.mask = is_zs ? PIPE_MASK_Z : PIPE_MASK_RGBA; in util_gen_mipmap()
Du_blitter.c106 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()
Du_blit.c95 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()
/external/mesa3d/src/gallium/auxiliary/postprocess/
Dpp_program.c85 p->blend.rt[0].colormask = PIPE_MASK_RGBA; in pp_init_prog()
Dpp_run.c72 blit.mask = PIPE_MASK_RGBA; in pp_blit()
/external/mesa3d/src/gallium/state_trackers/xa/
Dxa_yuv.c44 blend.rt[0].colormask = PIPE_MASK_RGBA; in xa_yuv_bind_blend_state()
Dxa_context.c285 blend.rt[0].colormask = PIPE_MASK_RGBA; in bind_solid_blend_state()
/external/mesa3d/src/gallium/tests/graw/
Dtri-gs.c239 blend.rt[0].colormask = PIPE_MASK_RGBA; in init()
Dshader-leak.c234 blend.rt[0].colormask = PIPE_MASK_RGBA; in init()
Dtri-instanced.c290 blend.rt[0].colormask = PIPE_MASK_RGBA; in init()
Dgraw_util.h156 blend.rt[0].colormask = PIPE_MASK_RGBA; in graw_util_default_state()
Dquad-sample.c358 blend.rt[0].colormask = PIPE_MASK_RGBA; in init()
Dfs-test.c443 blend.rt[0].colormask = PIPE_MASK_RGBA; in init()
/external/mesa3d/src/gallium/tests/trivial/
Dtri.c147 p->blend.rt[0].colormask = PIPE_MASK_RGBA; in init_prog()
Dquad-tex.c192 p->blend.rt[0].colormask = PIPE_MASK_RGBA; in init_prog()
/external/mesa3d/src/gallium/drivers/r300/
Dr300_transfer.c75 blit.mask = PIPE_MASK_RGBA; in r300_copy_from_tiled_texture()
Dr300_blit.c693 info->mask == PIPE_MASK_RGBA && in r300_is_simple_msaa_resolve()
848 info.mask = PIPE_MASK_RGBA; /* depth+stencil */ in r300_blit()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_test_blend.c669 blend.rt[0].colormask = PIPE_MASK_RGBA; in test_all()
725 blend.rt[0].colormask = PIPE_MASK_RGBA; in test_some()
/external/mesa3d/src/gallium/drivers/vc5/
Dvc5_blit.c66 if ((info->mask & PIPE_MASK_RGBA) == 0)
/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_blit.c65 if ((info->mask & PIPE_MASK_RGBA) == 0) in vc4_tile_blit()
/external/mesa3d/src/gallium/auxiliary/vl/
Dvl_matrix_filter.c167 blend.rt[0].colormask = PIPE_MASK_RGBA; in vl_matrix_filter_init()
/external/mesa3d/src/gallium/state_trackers/va/
Dpostproc.c220 blit.mask = PIPE_MASK_RGBA; in vlVaPostProcBlit()

123