Home
last modified time | relevance | path

Searched defs:virgl_format (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/hardware/google/gfxstream/host/
DVirtioGpuFormatUtils.h84 static inline uint32_t virgl_format_to_gl(uint32_t virgl_format) { in virgl_format_to_gl()
126 static inline uint32_t virgl_format_to_fwk_format(uint32_t virgl_format) { in virgl_format_to_fwk_format()
197 static inline void set_virgl_format_supported(uint32_t* mask, uint32_t virgl_format, in set_virgl_format_supported()
209 uint32_t virgl_format = drm_format_to_virgl_format(drm_format); in set_drm_format_supported() local
214 uint32_t virgl_format = drm_format_to_virgl_format(drm_format); in is_drm_format_supported() local
/aosp_15_r20/external/minigbm/
H A Dvirtgpu_virgl.c138 uint32_t virgl_format = translate_format(drm_format); in virgl_bitmask_supports_format() local
781 uint32_t use_flags, uint32_t virgl_format, uint32_t total_size, in virgl_blob_do_create()
842 uint32_t virgl_format = translate_format(meta->format); in virgl_blob_get_host_format() local
919 uint32_t virgl_format = translate_format(bo->meta.format); in virgl_bo_create_blob() local
/aosp_15_r20/external/virglrenderer/src/
H A Dvrend_winsys_gbm.c55 uint32_t virgl_format; member
306 int virgl_gbm_convert_format(uint32_t *virgl_format, uint32_t *gbm_format) in virgl_gbm_convert_format()
H A Dvrend_winsys_gbm_stubs.c34 int virgl_gbm_convert_format(uint32_t *virgl_format, uint32_t *gbm_format) { in virgl_gbm_convert_format()
H A Dvrend_formats.c348 static bool color_format_can_readback(struct vrend_format_table *virgl_format, int gles_ver) in color_format_can_readback()
H A Dvirglrenderer.h293 uint32_t virgl_format; member
H A Dvrend_shader.c6233 const char *get_internalformat_string(int virgl_format, enum tgsi_return_type *stype) in get_internalformat_string()
H A Dvrend_renderer.c12301 uint32_t virgl_format; in vrend_renderer_pipe_resource_set_type() local
/aosp_15_r20/hardware/google/gfxstream/host/include/gfxstream/
Dvirtio-gpu-gfxstream-renderer-unstable.h94 uint32_t virgl_format; member
/aosp_15_r20/external/crosvm/rutabaga_gfx/src/generated/
H A Dvirgl_renderer_bindings.rs339 pub virgl_format: u32, field