Home
last modified time | relevance | path

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

/external/virglrenderer/src/
Dvirgl_hw.h571 struct virgl_video_caps { struct
572 uint32_t profile:8;
573 uint32_t entrypoint:8;
574 uint32_t max_level:8;
575 uint32_t stacked_frames:8;
577 uint32_t max_width:16;
578 uint32_t max_height:16;
580 uint32_t prefered_format:16;
581 uint32_t max_macroblocks:16;
583 uint32_t npot_texture:1;
[all …]
/external/mesa3d/src/virtio/virtio-gpu/
Dvirgl_hw.h704 struct virgl_video_caps { struct
705 uint32_t profile:8;
706 uint32_t entrypoint:8;
707 uint32_t max_level:8;
708 uint32_t stacked_frames:8;
710 uint32_t max_width:16;
711 uint32_t max_height:16;
713 uint32_t prefered_format:16;
714 uint32_t max_macroblocks:16;
716 uint32_t npot_texture:1;
[all …]