Home
last modified time | relevance | path

Searched refs:TextureFormatSupported (Results 1 – 8 of 8) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i915/
Di915_context.c107 ctx->TextureFormatSupported[MESA_FORMAT_B8G8R8A8_UNORM] = true; in intel_init_texture_formats()
110 ctx->TextureFormatSupported[MESA_FORMAT_B8G8R8X8_UNORM] = true; in intel_init_texture_formats()
112 ctx->TextureFormatSupported[MESA_FORMAT_B8G8R8A8_SRGB] = true; in intel_init_texture_formats()
113 ctx->TextureFormatSupported[MESA_FORMAT_B4G4R4A4_UNORM] = true; in intel_init_texture_formats()
114 ctx->TextureFormatSupported[MESA_FORMAT_B5G5R5A1_UNORM] = true; in intel_init_texture_formats()
115 ctx->TextureFormatSupported[MESA_FORMAT_B5G6R5_UNORM] = true; in intel_init_texture_formats()
116 ctx->TextureFormatSupported[MESA_FORMAT_L_UNORM8] = true; in intel_init_texture_formats()
118 ctx->TextureFormatSupported[MESA_FORMAT_A_UNORM8] = true; in intel_init_texture_formats()
119 ctx->TextureFormatSupported[MESA_FORMAT_I_UNORM8] = true; in intel_init_texture_formats()
120 ctx->TextureFormatSupported[MESA_FORMAT_LA_UNORM8] = true; in intel_init_texture_formats()
[all …]
Dintel_context.c444 memset(&ctx->TextureFormatSupported, in intelInitContext()
445 0, sizeof(ctx->TextureFormatSupported)); in intelInitContext()
/external/mesa3d/src/mesa/main/
Dtexformat.c44 if (ctx->TextureFormatSupported[f]) \
355 assert(ctx->TextureFormatSupported[MESA_FORMAT_R9G9B9E5_FLOAT]); in _mesa_choose_tex_format()
360 assert(ctx->TextureFormatSupported[MESA_FORMAT_R11G11B10_FLOAT]); in _mesa_choose_tex_format()
370 assert(ctx->TextureFormatSupported[MESA_FORMAT_Z_FLOAT32]); in _mesa_choose_tex_format()
373 assert(ctx->TextureFormatSupported[MESA_FORMAT_Z32_FLOAT_S8X24_UINT]); in _mesa_choose_tex_format()
Dcontext.c1260 memset(&ctx->TextureFormatSupported, GL_TRUE, in _mesa_initialize_context()
1261 sizeof(ctx->TextureFormatSupported)); in _mesa_initialize_context()
Dglformats.c3838 if (format == MESA_FORMAT_NONE || !ctx->TextureFormatSupported[format]) in _mesa_tex_format_from_format_and_type()
Dmtypes.h5232 GLboolean TextureFormatSupported[MESA_FORMAT_COUNT]; member
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_surface_formats.c406 STATIC_ASSERT(ARRAY_SIZE(ctx->TextureFormatSupported) == in brw_init_surface_formats()
409 for (unsigned i = 0; i < ARRAY_SIZE(ctx->TextureFormatSupported); ++i) { in brw_init_surface_formats()
410 ctx->TextureFormatSupported[i] = screen->mesa_format_supports_texture[i]; in brw_init_surface_formats()
Dintel_mipmap_tree.c797 if (!brw->ctx.TextureFormatSupported[format]) { in intel_miptree_create_for_dri_image()
810 if (!brw->ctx.TextureFormatSupported[format]) in intel_miptree_create_for_dri_image()