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

  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_surface_formats.c 211 memset(&screen->mesa_format_supports_texture, 0,
212 sizeof(screen->mesa_format_supports_texture));
239 screen->mesa_format_supports_texture[format] = true;
322 screen->mesa_format_supports_texture[MESA_FORMAT_Z24_UNORM_S8_UINT] = true;
323 screen->mesa_format_supports_texture[MESA_FORMAT_Z24_UNORM_X8_UINT] = true;
324 screen->mesa_format_supports_texture[MESA_FORMAT_Z_FLOAT32] = true;
325 screen->mesa_format_supports_texture[MESA_FORMAT_Z32_FLOAT_S8X24_UINT] = true;
326 screen->mesa_format_supports_texture[MESA_FORMAT_S_UINT8] = true;
343 screen->mesa_format_supports_texture[MESA_FORMAT_Z_UNORM16] = true;
368 screen->mesa_format_supports_texture[rgbx_formats[i]] = false
    [all...]
intel_screen.h 117 bool mesa_format_supports_texture[MESA_FORMAT_COUNT]; member in struct:intel_screen

Completed in 95 milliseconds