Home
last modified time | relevance | path

Searched defs:alpha_dst_factor (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_test_blend.c644 const unsigned *alpha_dst_factor; in test_all() local
695 const unsigned *alpha_dst_factor; in test_some() local
H A Dlp_bld_blend_aos.c89 LLVMValueRef alpha_dst_factor; member
/aosp_15_r20/external/mesa3d/src/panfrost/lib/
H A Dpan_blend.h52 enum pipe_blendfactor alpha_dst_factor : 5; member
/aosp_15_r20/external/mesa3d/src/asahi/lib/
H A Dagx_linker.h97 enum pipe_blendfactor alpha_dst_factor : 5; member
/aosp_15_r20/external/mesa3d/src/gallium/drivers/lima/
H A Dlima_draw.c498 … enum pipe_blendfactor alpha_src_factor, enum pipe_blendfactor alpha_dst_factor) in lima_calculate_alpha_blend()
/aosp_15_r20/external/virglrenderer/src/gallium/include/pipe/
H A Dp_state.h269 unsigned alpha_dst_factor:5; /**< PIPE_BLENDFACTOR_x */ member
/aosp_15_r20/external/mesa3d/src/gallium/include/pipe/
H A Dp_state.h358 unsigned alpha_dst_factor:5; /**< PIPE_BLENDFACTOR_x */ member
/aosp_15_r20/external/virglrenderer/src/
H A Dvrend_renderer.c5637 uint32_t alpha_dst_factor = sub_ctx->blend_state.rt[0].alpha_dst_factor; in vrend_draw_vbo() local