HomeSort by relevance Sort by last modified time
    Searched refs:mesa_format_supports_render (Results 1 - 7 of 7) sorted by null

  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_surface_formats.c 304 screen->mesa_format_supports_render[format] = true;
311 screen->mesa_format_supports_render[MESA_FORMAT_Z24_UNORM_S8_UINT] = true;
312 screen->mesa_format_supports_render[MESA_FORMAT_Z24_UNORM_X8_UINT] = true;
313 screen->mesa_format_supports_render[MESA_FORMAT_S_UINT8] = true;
314 screen->mesa_format_supports_render[MESA_FORMAT_Z_FLOAT32] = true;
315 screen->mesa_format_supports_render[MESA_FORMAT_Z32_FLOAT_S8X24_UINT] = true;
317 screen->mesa_format_supports_render[MESA_FORMAT_Z_UNORM16] = true;
369 screen->mesa_format_supports_render[rgbx_formats[i]] = false;
400 brw->mesa_format_supports_render = screen->mesa_format_supports_render;
    [all...]
intel_screen.h 118 bool mesa_format_supports_render[MESA_FORMAT_COUNT]; member in struct:intel_screen
intel_fbo.c 352 if (!brw->mesa_format_supports_render[image->format]) {
445 if (!screen->mesa_format_supports_render[rb->Format]) {
455 assert(screen->mesa_format_supports_render[rb->Format]);
    [all...]
brw_blorp.c 221 assert(brw->mesa_format_supports_render[format]);
672 if (!brw->mesa_format_supports_render[dst_image->TexFormat])
    [all...]
brw_wm_surface_state.c 228 if (unlikely(!brw->mesa_format_supports_render[rb_format])) {
882 if (unlikely(!brw->mesa_format_supports_render[rb_format])) {
    [all...]
brw_context.h 1251 const bool *mesa_format_supports_render; member in struct:brw_context
    [all...]
intel_mipmap_tree.c 211 if (!brw->mesa_format_supports_render[mt->format])
    [all...]

Completed in 1627 milliseconds