Home
last modified time | relevance | path

Searched refs:mesa_format_supports_render (Results 1 – 9 of 9) sorted by relevance

/third_party/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_surface_formats.c309 screen->mesa_format_supports_render[format] = true; in brw_screen_init_surface_formats()
316 screen->mesa_format_supports_render[MESA_FORMAT_Z24_UNORM_S8_UINT] = true; in brw_screen_init_surface_formats()
317 screen->mesa_format_supports_render[MESA_FORMAT_Z24_UNORM_X8_UINT] = true; in brw_screen_init_surface_formats()
318 screen->mesa_format_supports_render[MESA_FORMAT_S_UINT8] = true; in brw_screen_init_surface_formats()
319 screen->mesa_format_supports_render[MESA_FORMAT_Z_FLOAT32] = true; in brw_screen_init_surface_formats()
320 screen->mesa_format_supports_render[MESA_FORMAT_Z32_FLOAT_S8X24_UINT] = true; in brw_screen_init_surface_formats()
322 screen->mesa_format_supports_render[MESA_FORMAT_Z_UNORM16] = true; in brw_screen_init_surface_formats()
374 screen->mesa_format_supports_render[rgbx_formats[i]] = false; in brw_screen_init_surface_formats()
405 brw->mesa_format_supports_render = screen->mesa_format_supports_render; in brw_init_surface_formats()
449 return brw->mesa_format_supports_render[format]; in brw_render_target_supported()
Dbrw_screen.h111 bool mesa_format_supports_render[MESA_FORMAT_COUNT]; member
Dbrw_generate_mipmap.c93 if (!brw->mesa_format_supports_render[format] || target == GL_TEXTURE_3D) { in brw_generate_mipmap()
Dbrw_fbo.c345 if (!screen->mesa_format_supports_render[original_format]) { in fallback_rgbx_to_rgba()
355 assert(screen->mesa_format_supports_render[format]); in fallback_rgbx_to_rgba()
388 if (!brw->mesa_format_supports_render[chosen_format]) { in brw_image_target_renderbuffer_storage()
Dbrw_blorp.c196 if (brw->mesa_format_supports_render[format]) in brw_blorp_supports_dst_format()
232 if (brw->mesa_format_supports_render[format]) { in brw_blorp_to_isl_format()
951 if (!brw->mesa_format_supports_render[dst_format]) { in brw_blorp_upload_miptree()
1044 if (!brw->mesa_format_supports_render[dst_format]) { in brw_blorp_download_miptree()
Dbrw_wm_surface_state.c242 if (unlikely(!brw->mesa_format_supports_render[rb_format])) { in gfx6_update_renderbuffer_surface()
950 if (unlikely(!brw->mesa_format_supports_render[rb_format])) { in gfx4_update_renderbuffer_surface()
Dbrw_context.h1191 const bool *mesa_format_supports_render; member
Dbrw_tex_image.c645 if (brw->mesa_format_supports_render[image->format]) { in brw_image_target_texture()
Dbrw_mipmap_tree.c176 } else if (brw->mesa_format_supports_render[mt->format]) { in brw_miptree_choose_aux_usage()