Home
last modified time | relevance | path

Searched refs:PIPE_MASK_RGBA (Results 1 - 25 of 62) sorted by relevance

123

/third_party/mesa3d/src/gallium/drivers/v3d/
H A Dv3d_blit.c371 if ((info->mask & PIPE_MASK_RGBA) == 0) in v3d_tfu_blit()
396 info->mask &= ~PIPE_MASK_RGBA; in v3d_tfu_blit()
432 bool is_color_blit = info->mask & PIPE_MASK_RGBA; in v3d_tlb_blit()
540 info->mask &= ~PIPE_MASK_RGBA; in v3d_tlb_blit()
763 if (!(info->mask & PIPE_MASK_RGBA)) in v3d_sand8_blit()
838 info->mask &= ~PIPE_MASK_RGBA; in v3d_sand8_blit()
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_blit.c373 assert((info->mask & PIPE_MASK_RGBA) == PIPE_MASK_RGBA || in iris_blit()
374 (info->mask & PIPE_MASK_RGBA) == 0); in iris_blit()
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_inlines.h832 if (info->mask & PIPE_MASK_RGBA) { in util_blit_covers_whole_resource()
833 if ((info->mask & PIPE_MASK_RGBA) != PIPE_MASK_RGBA) in util_blit_covers_whole_resource()
H A Du_gen_mipmap.c100 blit.mask = is_zs ? PIPE_MASK_Z : PIPE_MASK_RGBA; in util_gen_mipmap()
H A Du_blitter.c114 void *blend[PIPE_MASK_RGBA+1][2]; /**< blend state with writemask */
228 for (i = 0; i <= PIPE_MASK_RGBA; i++) { in util_blitter_create()
494 for (i = 0; i <= PIPE_MASK_RGBA; i++) in util_blitter_destroy()
1500 blend.rt[i].colormask = PIPE_MASK_RGBA; in get_clear_blend_state()
2032 bool dst_has_color = mask & PIPE_MASK_RGBA && in util_blitter_blit_generic()
2137 unsigned colormask = mask & PIPE_MASK_RGBA; in util_blitter_blit_generic()
2315 pipe->bind_blend_state(pipe, ctx->blend[PIPE_MASK_RGBA][0]); in util_blitter_generate_mipmap()
2403 pipe->bind_blend_state(pipe, ctx->blend[PIPE_MASK_RGBA][0]); in util_blitter_clear_render_target()
2549 pipe->bind_blend_state(pipe, cbsurf ? ctx->blend[PIPE_MASK_RGBA][0] : in util_blitter_custom_depth_stencil()
2746 : ctx->blend[PIPE_MASK_RGBA][ in util_blitter_custom_color()
[all...]
/third_party/mesa3d/src/gallium/frontends/xa/
H A Dxa_yuv.c44 blend.rt[0].colormask = PIPE_MASK_RGBA; in xa_yuv_bind_blend_state()
H A Dxa_composite.c264 blend.rt[0].colormask = PIPE_MASK_RGBA; in bind_composite_blend_state()
H A Dxa_context.c286 blend.rt[0].colormask = PIPE_MASK_RGBA; in bind_solid_blend_state()
/third_party/mesa3d/src/gallium/auxiliary/postprocess/
H A Dpp_program.c86 p->blend.rt[0].colormask = PIPE_MASK_RGBA; in pp_init_prog()
H A Dpp_run.c73 blit.mask = PIPE_MASK_RGBA; in pp_blit()
/third_party/mesa3d/src/gallium/include/pipe/
H A Dp_defines.h109 #define PIPE_MASK_RGBA 0xf macro
113 #define PIPE_MASK_RGBAZS (PIPE_MASK_RGBA|PIPE_MASK_ZS)
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_blit.c396 assert((info->mask & PIPE_MASK_RGBA) == PIPE_MASK_RGBA || in crocus_blit()
397 (info->mask & PIPE_MASK_RGBA) == 0); in crocus_blit()
/third_party/mesa3d/src/gallium/tests/graw/
H A Dtri-gs.c243 blend.rt[0].colormask = PIPE_MASK_RGBA; in init()
H A Dshader-leak.c238 blend.rt[0].colormask = PIPE_MASK_RGBA; in init()
H A Dgraw_util.h154 blend.rt[0].colormask = PIPE_MASK_RGBA; in graw_util_default_state()
H A Dquad-sample.c361 blend.rt[0].colormask = PIPE_MASK_RGBA; in init()
H A Dtri-instanced.c296 blend.rt[0].colormask = PIPE_MASK_RGBA; in init()
H A Dfs-test.c446 blend.rt[0].colormask = PIPE_MASK_RGBA; in init()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_test_blend.c672 blend.rt[0].colormask = PIPE_MASK_RGBA; in test_all()
728 blend.rt[0].colormask = PIPE_MASK_RGBA; in test_some()
/third_party/mesa3d/src/gallium/tests/trivial/
H A Dtri.c147 p->blend.rt[0].colormask = PIPE_MASK_RGBA; in init_prog()
/third_party/mesa3d/src/gallium/auxiliary/vl/
H A Dvl_matrix_filter.c169 blend.rt[0].colormask = PIPE_MASK_RGBA; in vl_matrix_filter_init()
/third_party/mesa3d/src/gallium/drivers/r300/
H A Dr300_transfer.c72 blit.mask = PIPE_MASK_RGBA; in r300_copy_from_tiled_texture()
H A Dr300_blit.c706 info->mask == PIPE_MASK_RGBA && in r300_is_simple_msaa_resolve()
861 info.mask = PIPE_MASK_RGBA; /* depth+stencil */ in r300_blit()
/third_party/mesa3d/src/gallium/drivers/lima/
H A Dlima_draw.c618 render->alpha_blend |= (rt->colormask & PIPE_MASK_RGBA) << 28; in lima_pack_render_state()
733 if ((rt->colormask & PIPE_MASK_RGBA) != PIPE_MASK_RGBA) in lima_pack_render_state()
/third_party/mesa3d/src/gallium/frontends/dri/
H A Ddri_drawable.c385 blit.mask = PIPE_MASK_RGBA; in dri_pipe_blit()

Completed in 27 milliseconds

123