Searched refs:format_supported_as_render_target (Results 1 – 4 of 4) sorted by relevance
533 brw->format_supported_as_render_target[format] = true; in brw_init_surface_formats()540 brw->format_supported_as_render_target[MESA_FORMAT_S8_Z24] = true; in brw_init_surface_formats()541 brw->format_supported_as_render_target[MESA_FORMAT_X8_Z24] = true; in brw_init_surface_formats()542 brw->format_supported_as_render_target[MESA_FORMAT_S8] = true; in brw_init_surface_formats()543 brw->format_supported_as_render_target[MESA_FORMAT_Z16] = true; in brw_init_surface_formats()544 brw->format_supported_as_render_target[MESA_FORMAT_Z32_FLOAT] = true; in brw_init_surface_formats()545 brw->format_supported_as_render_target[MESA_FORMAT_Z32_FLOAT_X24S8] = true; in brw_init_surface_formats()593 return brw->format_supported_as_render_target[format]; in brw_render_target_supported()1184 if (unlikely(!brw->format_supported_as_render_target[rb_format])) { in brw_update_renderbuffer_surface()
110 assert(brw->format_supported_as_render_target[mt->format]); in set()
540 if (unlikely(!brw->format_supported_as_render_target[rb_format])) { in gen7_update_renderbuffer_surface()
1068 bool format_supported_as_render_target[MESA_FORMAT_COUNT]; member