Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_wm_surface_state.c533 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()
Dbrw_blorp.cpp110 assert(brw->format_supported_as_render_target[mt->format]); in set()
Dgen7_wm_surface_state.c540 if (unlikely(!brw->format_supported_as_render_target[rb_format])) { in gen7_update_renderbuffer_surface()
Dbrw_context.h1068 bool format_supported_as_render_target[MESA_FORMAT_COUNT]; member