Home
last modified time | relevance | path

Searched defs:vpe_build_param (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/mesa3d/src/amd/vpelib/inc/
H A Dvpe_types.h602 struct vpe_build_param { struct
604 uint32_t num_streams;
605 struct vpe_stream *streams;
608 struct vpe_surface_info dst_surface;
609 …ct vpe_rect target_rect; /**< rectangle in target surface to be blt'd. Ranges out of rect
611 struct vpe_color bg_color;
612 enum vpe_alpha_mode alpha_mode;
613 struct vpe_hdr_metadata hdr_metadata;
614 struct vpe_reserved_param dst_reserved_param;
617 struct {
[all …]
/aosp_15_r20/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_vpe.h70 struct vpe_build_param *vpe_build_param; member