Home
last modified time | relevance | path

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

/external/minigbm/external/
Dvirgl_hw.h342 struct virgl_supported_format_mask { struct
348 struct virgl_supported_format_mask sampler; argument
349 struct virgl_supported_format_mask render;
350 struct virgl_supported_format_mask depthstencil;
351 struct virgl_supported_format_mask vertexbuffer;
414 struct virgl_supported_format_mask supported_readback_formats;
415 struct virgl_supported_format_mask scanout;
/external/mesa3d/src/virtio/virtio-gpu/
Dvirgl_hw.h487 struct virgl_supported_format_mask { struct
493 struct virgl_supported_format_mask sampler; argument
494 struct virgl_supported_format_mask render;
495 struct virgl_supported_format_mask depthstencil;
496 struct virgl_supported_format_mask vertexbuffer;
559 struct virgl_supported_format_mask supported_readback_formats;
560 struct virgl_supported_format_mask scanout;
/external/virglrenderer/src/
Dvirgl_hw.h519 struct virgl_supported_format_mask { struct
525 struct virgl_supported_format_mask sampler; argument
526 struct virgl_supported_format_mask render;
527 struct virgl_supported_format_mask depthstencil;
528 struct virgl_supported_format_mask vertexbuffer;
591 struct virgl_supported_format_mask supported_readback_formats;
592 struct virgl_supported_format_mask scanout;
Dvrend_renderer.c9880 static void set_format_bit(struct virgl_supported_format_mask *mask, enum virgl_formats fmt) in set_format_bit()
/external/mesa3d/src/gallium/drivers/virgl/
Dvirgl_screen.c502 has_format_bit(struct virgl_supported_format_mask *mask, in has_format_bit()
811 fixup_formats(union virgl_caps *caps, struct virgl_supported_format_mask *mask) in fixup_formats()
/external/minigbm/
Dvirtgpu_virgl.c87 static bool virgl_bitmask_supports_format(struct virgl_supported_format_mask *supported, in virgl_bitmask_supports_format()