Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_image.h54 struct brw_image_format { struct
84 const struct brw_image_format *planar_format; argument
Dbrw_tex_obj.h65 const struct brw_image_format *planar_format;
Dbrw_screen.c200 static const struct brw_image_format brw_image_formats[] = {
359 const struct brw_image_format *fmt, int dri_format, in modifier_is_supported()
436 static const struct brw_image_format *
999 const struct brw_image_format *f = brw_image_format_lookup(fourcc); in brw_query_format_modifier_attribs()
1067 const struct brw_image_format *f = NULL; in brw_create_image_from_names()
1104 const struct brw_image_format *f; in brw_create_image_from_fds_common()
1297 const struct brw_image_format *f = brw_image_format_lookup(fourcc); in brw_create_image_from_dma_bufs2()
1354 const struct brw_image_format *fmt) in brw_image_format_is_supported()
1417 const struct brw_image_format *f; in brw_query_dma_buf_modifiers()
1473 const struct brw_image_format *f = parent->planar_format; in brw_from_planar()
Dbrw_mipmap_tree.c670 const struct brw_image_format *f = image->planar_format; in miptree_create_for_planar_image()