Home
last modified time | relevance | path

Searched refs:agx_pixel_format (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/asahi/lib/
Dagx_formats.h37 extern const struct agx_pixel_format_entry agx_pixel_format[PIPE_FORMAT_COUNT];
46 struct agx_pixel_format_entry entry = agx_pixel_format[format]; in agx_is_valid_pixel_format()
Dagx_formats.c38 const struct agx_pixel_format_entry agx_pixel_format[PIPE_FORMAT_COUNT] = { variable
/third_party/mesa3d/src/gallium/drivers/asahi/
Dagx_state.c468 cfg.format = agx_pixel_format[state->format].hw; in agx_create_sampler_view()
728 cfg.format = agx_pixel_format[surf->format].hw; in agx_set_framebuffer_state()
988 key.base.fs.tib_formats[i] = agx_pixel_format[fmt].internal; in agx_update_fs()
1204 cfg.format = agx_pixel_format[surf->format].hw; in agx_build_reload_pipeline()
Dagx_pipe.c469 enum agx_format internal = agx_pixel_format[fmt].internal; in agx_flush()
1029 struct agx_pixel_format_entry ent = agx_pixel_format[format]; in agx_is_format_supported()