/external/mesa3d/src/mesa/state_tracker/ |
D | st_atom_blend.c | 66 return PIPE_BLENDFACTOR_ONE; in translate_blend() 223 blend->rt[i].rgb_src_factor = PIPE_BLENDFACTOR_ONE; in update_blend() 224 blend->rt[i].rgb_dst_factor = PIPE_BLENDFACTOR_ONE; in update_blend() 239 blend->rt[i].alpha_src_factor = PIPE_BLENDFACTOR_ONE; in update_blend() 240 blend->rt[i].alpha_dst_factor = PIPE_BLENDFACTOR_ONE; in update_blend()
|
D | st_cb_clear.c | 233 blend.rt[0].rgb_src_factor = PIPE_BLENDFACTOR_ONE; in clear_with_quad() 234 blend.rt[0].alpha_src_factor = PIPE_BLENDFACTOR_ONE; in clear_with_quad()
|
/external/mesa3d/src/gallium/state_trackers/xa/ |
D | xa_composite.c | 56 0, 0, PIPE_BLENDFACTOR_ONE, PIPE_BLENDFACTOR_ZERO}, 58 0, 0, PIPE_BLENDFACTOR_ZERO, PIPE_BLENDFACTOR_ONE}, 60 0, 1, PIPE_BLENDFACTOR_ONE, PIPE_BLENDFACTOR_INV_SRC_ALPHA}, 62 1, 0, PIPE_BLENDFACTOR_INV_DST_ALPHA, PIPE_BLENDFACTOR_ONE}, 78 0, 0, PIPE_BLENDFACTOR_ONE, PIPE_BLENDFACTOR_ONE}, 146 blend->rgb_src = PIPE_BLENDFACTOR_ONE; in blend_for_op()
|
D | xa_yuv.c | 47 blend.rt[0].rgb_src_factor = PIPE_BLENDFACTOR_ONE; in xa_yuv_bind_blend_state() 48 blend.rt[0].alpha_src_factor = PIPE_BLENDFACTOR_ONE; in xa_yuv_bind_blend_state()
|
D | xa_context.c | 274 blend.rt[0].rgb_src_factor = PIPE_BLENDFACTOR_ONE; in bind_solid_blend_state() 275 blend.rt[0].alpha_src_factor = PIPE_BLENDFACTOR_ONE; in bind_solid_blend_state()
|
D | xa_renderer.c | 413 blend.rt[0].rgb_src_factor = PIPE_BLENDFACTOR_ONE; in renderer_copy_prepare() 414 blend.rt[0].alpha_src_factor = PIPE_BLENDFACTOR_ONE; in renderer_copy_prepare()
|
/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d1x/ |
D | d3d_enums.cpp | 31 PIPE_BLENDFACTOR_ONE, /* absent in D3D11, but apparently accepted */ 33 PIPE_BLENDFACTOR_ONE,
|
/external/mesa3d/src/gallium/state_trackers/xorg/ |
D | xorg_composite.c | 29 0, 0, PIPE_BLENDFACTOR_ONE, PIPE_BLENDFACTOR_ZERO}, 31 0, 0, PIPE_BLENDFACTOR_ZERO, PIPE_BLENDFACTOR_ONE}, 33 0, 1, PIPE_BLENDFACTOR_ONE, PIPE_BLENDFACTOR_INV_SRC_ALPHA}, 35 1, 0, PIPE_BLENDFACTOR_INV_DST_ALPHA, PIPE_BLENDFACTOR_ONE}, 51 0, 0, PIPE_BLENDFACTOR_ONE, PIPE_BLENDFACTOR_ONE}, 94 blend->rgb_src = PIPE_BLENDFACTOR_ONE; in blend_for_op()
|
D | xorg_xv.c | 441 blend.rt[0].rgb_src_factor = PIPE_BLENDFACTOR_ONE; in bind_blend_state() 442 blend.rt[0].alpha_src_factor = PIPE_BLENDFACTOR_ONE; in bind_blend_state()
|
/external/mesa3d/src/gallium/auxiliary/vl/ |
D | vl_matrix_filter.c | 179 blend.rt[0].rgb_src_factor = PIPE_BLENDFACTOR_ONE; in vl_matrix_filter_init() 180 blend.rt[0].rgb_dst_factor = PIPE_BLENDFACTOR_ONE; in vl_matrix_filter_init() 182 blend.rt[0].alpha_src_factor = PIPE_BLENDFACTOR_ONE; in vl_matrix_filter_init() 183 blend.rt[0].alpha_dst_factor = PIPE_BLENDFACTOR_ONE; in vl_matrix_filter_init()
|
D | vl_median_filter.c | 265 blend.rt[0].rgb_src_factor = PIPE_BLENDFACTOR_ONE; in vl_median_filter_init() 266 blend.rt[0].rgb_dst_factor = PIPE_BLENDFACTOR_ONE; in vl_median_filter_init() 268 blend.rt[0].alpha_src_factor = PIPE_BLENDFACTOR_ONE; in vl_median_filter_init() 269 blend.rt[0].alpha_dst_factor = PIPE_BLENDFACTOR_ONE; in vl_median_filter_init()
|
D | vl_zscan.c | 284 blend.rt[0].rgb_src_factor = PIPE_BLENDFACTOR_ONE; in init_state() 285 blend.rt[0].rgb_dst_factor = PIPE_BLENDFACTOR_ONE; in init_state() 287 blend.rt[0].alpha_src_factor = PIPE_BLENDFACTOR_ONE; in init_state() 288 blend.rt[0].alpha_dst_factor = PIPE_BLENDFACTOR_ONE; in init_state()
|
D | vl_idct.c | 530 blend.rt[0].rgb_src_factor = PIPE_BLENDFACTOR_ONE; in init_state() 531 blend.rt[0].rgb_dst_factor = PIPE_BLENDFACTOR_ONE; in init_state() 533 blend.rt[0].alpha_src_factor = PIPE_BLENDFACTOR_ONE; in init_state() 534 blend.rt[0].alpha_dst_factor = PIPE_BLENDFACTOR_ONE; in init_state()
|
/external/mesa3d/src/gallium/drivers/r300/ |
D | r300_state.c | 73 dstRGB == PIPE_BLENDFACTOR_ONE) && in blend_discard_if_src_alpha_0() 76 dstA == PIPE_BLENDFACTOR_ONE); in blend_discard_if_src_alpha_0() 92 dstRGB == PIPE_BLENDFACTOR_ONE) && in blend_discard_if_src_alpha_1() 95 dstA == PIPE_BLENDFACTOR_ONE); in blend_discard_if_src_alpha_1() 109 dstRGB == PIPE_BLENDFACTOR_ONE) && in blend_discard_if_src_color_0() 110 (dstA == PIPE_BLENDFACTOR_ONE); in blend_discard_if_src_color_0() 124 dstRGB == PIPE_BLENDFACTOR_ONE) && in blend_discard_if_src_color_1() 125 (dstA == PIPE_BLENDFACTOR_ONE); in blend_discard_if_src_color_1() 145 dstRGB == PIPE_BLENDFACTOR_ONE) && in blend_discard_if_src_alpha_color_0() 148 dstA == PIPE_BLENDFACTOR_ONE); in blend_discard_if_src_alpha_color_0() [all …]
|
D | r300_state_inlines.h | 67 case PIPE_BLENDFACTOR_ONE: in r300_translate_blend_factor()
|
/external/mesa3d/src/gallium/state_trackers/vega/ |
D | renderer.c | 393 blend.rt[0].rgb_src_factor = PIPE_BLENDFACTOR_ONE; in renderer_set_blend() 394 blend.rt[0].alpha_src_factor = PIPE_BLENDFACTOR_ONE; in renderer_set_blend() 1269 blend.rt[0].rgb_src_factor = PIPE_BLENDFACTOR_ONE; in renderer_validate_blend() 1270 blend.rt[0].alpha_src_factor = PIPE_BLENDFACTOR_ONE; in renderer_validate_blend() 1278 blend.rt[0].rgb_src_factor = PIPE_BLENDFACTOR_ONE; in renderer_validate_blend() 1279 blend.rt[0].alpha_src_factor = PIPE_BLENDFACTOR_ONE; in renderer_validate_blend() 1287 blend.rt[0].alpha_src_factor = PIPE_BLENDFACTOR_ONE; in renderer_validate_blend() 1294 blend.rt[0].rgb_src_factor = PIPE_BLENDFACTOR_ONE; in renderer_validate_blend() 1303 blend.rt[0].rgb_dst_factor = PIPE_BLENDFACTOR_ONE; in renderer_validate_blend()
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_bld_blend_aos.c | 94 case PIPE_BLENDFACTOR_ONE: in lp_build_blend_factor_unswizzled() 160 case PIPE_BLENDFACTOR_ONE: in lp_build_blend_factor_swizzle()
|
D | lp_test_blend.c | 249 case PIPE_BLENDFACTOR_ONE: in compute_blend_ref_term() 345 case PIPE_BLENDFACTOR_ONE: in compute_blend_ref_term() 694 PIPE_BLENDFACTOR_ONE,
|
D | lp_bld_blend_soa.c | 126 case PIPE_BLENDFACTOR_ONE: in lp_build_blend_soa_factor()
|
/external/mesa3d/src/gallium/drivers/nouveau/ |
D | nouveau_gldefs.h | 10 case PIPE_BLENDFACTOR_ONE: in nvgl_blend_func()
|
/external/mesa3d/src/gallium/drivers/softpipe/ |
D | sp_quad_blend.c | 279 case PIPE_BLENDFACTOR_ONE: in blend_quad() 450 case PIPE_BLENDFACTOR_ONE: in blend_quad() 542 case PIPE_BLENDFACTOR_ONE: in blend_quad() 702 case PIPE_BLENDFACTOR_ONE: in blend_quad() 1242 if (blend->rt[0].rgb_src_factor == PIPE_BLENDFACTOR_ONE && in choose_blend_quad() 1243 blend->rt[0].rgb_dst_factor == PIPE_BLENDFACTOR_ONE) { in choose_blend_quad()
|
/external/mesa3d/src/gallium/drivers/i915/ |
D | i915_state_inlines.h | 120 case PIPE_BLENDFACTOR_ONE: in i915_translate_blend_factor()
|
/external/mesa3d/src/gallium/include/pipe/ |
D | p_defines.h | 54 #define PIPE_BLENDFACTOR_ONE 0x1 macro
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_pipe_blend.c | 42 case PIPE_BLENDFACTOR_ONE: return SVGA3D_BLENDOP_ONE; in svga_translate_blend_factor()
|
/external/mesa3d/src/gallium/state_trackers/vdpau/ |
D | output.c | 514 return PIPE_BLENDFACTOR_ONE; in BlendFactorToPipe() 543 return PIPE_BLENDFACTOR_ONE; in BlendFactorToPipe()
|