Home
last modified time | relevance | path

Searched defs:alpha_func (Results 1 – 12 of 12) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/r300/
Dr300_state_inlines.h171 static inline uint32_t r300_translate_alpha_function(int alpha_func) in r300_translate_alpha_function()
Dr300_emit.c88 uint32_t alpha_func = dsa->alpha_function; in r300_emit_dsa_state() local
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_test_blend.c642 const unsigned *alpha_func; in test_all() local
693 const unsigned *alpha_func; in test_some() local
Dlp_bld_blend.c67 lp_build_blend_func_reverse(unsigned rgb_func, unsigned alpha_func) in lp_build_blend_func_reverse()
/third_party/mesa3d/src/panfrost/lib/
Dpan_blend.h47 enum blend_func alpha_func : 3; member
/third_party/mesa3d/src/gallium/drivers/lima/
Dlima_draw.c532 lima_calculate_alpha_blend(enum pipe_blend_func rgb_func, enum pipe_blend_func alpha_func, in lima_calculate_alpha_blend()
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_shader.h87 unsigned alpha_func:4; /**< SVGA3D_CMP_x */ member
/third_party/mesa3d/src/gallium/include/pipe/
Dp_state.h331 unsigned alpha_func:3; /**< PIPE_FUNC_x */ member
352 unsigned alpha_func:3; /**< PIPE_BLEND_x */ member
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state.h131 ubyte alpha_func : 3; member
Dsi_shader.h571 unsigned alpha_func : 3; member
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_state.c1409 unsigned alpha_func:3; /**< PIPE_FUNC_x */ member
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dvideo-converter.c424 void (*alpha_func) (GstVideoConverter * convert, gpointer pixels, gint width); member