Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_surface_formats.c307 screen->mesa_format_supports_render[format] = true; in intel_screen_init_surface_formats()
314 screen->mesa_format_supports_render[MESA_FORMAT_Z24_UNORM_S8_UINT] = true; in intel_screen_init_surface_formats()
315 screen->mesa_format_supports_render[MESA_FORMAT_Z24_UNORM_X8_UINT] = true; in intel_screen_init_surface_formats()
316 screen->mesa_format_supports_render[MESA_FORMAT_S_UINT8] = true; in intel_screen_init_surface_formats()
317 screen->mesa_format_supports_render[MESA_FORMAT_Z_FLOAT32] = true; in intel_screen_init_surface_formats()
318 screen->mesa_format_supports_render[MESA_FORMAT_Z32_FLOAT_S8X24_UINT] = true; in intel_screen_init_surface_formats()
320 screen->mesa_format_supports_render[MESA_FORMAT_Z_UNORM16] = true; in intel_screen_init_surface_formats()
372 screen->mesa_format_supports_render[rgbx_formats[i]] = false; in intel_screen_init_surface_formats()
403 brw->mesa_format_supports_render = screen->mesa_format_supports_render; in brw_init_surface_formats()
447 return brw->mesa_format_supports_render[format]; in brw_render_target_supported()
Dintel_screen.h122 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()
Dintel_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 intel_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()
964 if (!brw->mesa_format_supports_render[dst_format]) { in brw_blorp_upload_miptree()
1057 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 gen6_update_renderbuffer_surface()
940 if (unlikely(!brw->mesa_format_supports_render[rb_format])) { in gen4_update_renderbuffer_surface()
Dbrw_context.h1199 const bool *mesa_format_supports_render; member
Dintel_tex_image.c646 if (brw->mesa_format_supports_render[image->format]) { in intel_image_target_texture()
Dintel_mipmap_tree.c176 } else if (brw->mesa_format_supports_render[mt->format]) { in intel_miptree_choose_aux_usage()