Home
last modified time | relevance | path

Searched refs:blend_type (Results 1 – 6 of 6) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_fs.c480 struct lp_type blend_type; in fs_fb_fetch() local
481 memset(&blend_type, 0, sizeof blend_type); in fs_fb_fetch()
482 blend_type.floating = FALSE; /* values are integers */ in fs_fb_fetch()
483 blend_type.sign = FALSE; /* values are unsigned */ in fs_fb_fetch()
484 blend_type.norm = TRUE; /* values are in [0,1] or [-1,1] */ in fs_fb_fetch()
485 blend_type.width = 8; /* 8-bit ubyte values */ in fs_fb_fetch()
486 blend_type.length = 16; /* 16 elements per vector */ in fs_fb_fetch()
510 LLVMTypeRef blend_vec_type = lp_build_vec_type(gallivm, blend_type); in fs_fb_fetch()
1849 struct lp_type blend_type; in convert_to_blend_type() local
1919 lp_blend_type_from_format_desc(src_fmt, &blend_type); in convert_to_blend_type()
[all …]
/third_party/weston/libweston/backend-hdi/
Dhdi_renderer.cpp74 BlendType blend_type; member
104 BlendType blend_type, in hdi_renderer_layer_operation() argument
113 .blend_type = blend_type, in hdi_renderer_layer_operation()
137 ret = b->layer_funcs->SetLayerBlendType(device_id, layer_id, blend_type); in hdi_renderer_layer_operation()
138 LOG_CORE("[ret=%d] LayerFuncs.SetLayerBlendType %d", ret, blend_type); in hdi_renderer_layer_operation()
597 hss->blend_type = BLEND_SRCOVER; in hdi_renderer_repaint_output()
650 hss->blend_type, in hdi_renderer_repaint_output()
Dhdi_backend.h60 BlendType blend_type; member
Dhdi_backend.cpp252 info.zorder, info.blend_type, info.comp_type, info.rotate_type); in OnDumpHdi()
/third_party/gstreamer/gstplugins_bad/sys/d3d11/
Dgstd3d11compositor.cpp193 static GType blend_type = 0; in gst_d3d11_compositor_blend_get_type() local
230 if (!blend_type) { in gst_d3d11_compositor_blend_get_type()
231 blend_type = g_enum_register_static ("GstD3D11CompositorBlend", blend); in gst_d3d11_compositor_blend_get_type()
233 return blend_type; in gst_d3d11_compositor_blend_get_type()
/third_party/mesa3d/src/compiler/glsl/
Dbuiltin_functions.cpp1049 const glsl_type *blend_type);
5459 …_mix_lrp(builtin_available_predicate avail, const glsl_type *val_type, const glsl_type *blend_type) in _mix_lrp() argument
5463 ir_variable *a = in_var(blend_type, "a"); in _mix_lrp()
5474 const glsl_type *blend_type) in _mix_sel() argument
5478 ir_variable *a = in_var(blend_type, "a"); in _mix_sel()