Searched refs:MESA_FORMAT_NONE (Results 1 – 25 of 26) sorted by relevance
12
538 return MESA_FORMAT_NONE; in radeonChooseTextureFormat()541 return MESA_FORMAT_NONE; /* never get here */ in radeonChooseTextureFormat()652 gl_format _radeon_texformat_rgba8888 = MESA_FORMAT_NONE;653 gl_format _radeon_texformat_argb8888 = MESA_FORMAT_NONE;654 gl_format _radeon_texformat_rgb565 = MESA_FORMAT_NONE;655 gl_format _radeon_texformat_argb4444 = MESA_FORMAT_NONE;656 gl_format _radeon_texformat_argb1555 = MESA_FORMAT_NONE;657 gl_format _radeon_texformat_al88 = MESA_FORMAT_NONE;
86 return MESA_FORMAT_NONE; in gl_format_and_type_to_mesa_format()108 if (dst_format == MESA_FORMAT_NONE || in do_blit_readpixels()
186 GL_NONE, MESA_FORMAT_NONE); in setup_texstorage()229 0, 0, 0, 0, GL_NONE, MESA_FORMAT_NONE); in clear_image_fields()
56 rb->Format = MESA_FORMAT_NONE; in _mesa_init_renderbuffer()
83 MESA_FORMAT_NONE, /* Name */1954 for (f = MESA_FORMAT_NONE + 1; f < MESA_FORMAT_COUNT; f++) { in check_format_to_type_and_comps()1981 if (info->Name == MESA_FORMAT_NONE) in _mesa_test_formats()2524 case MESA_FORMAT_NONE: in _mesa_format_to_type_and_comps()2563 case MESA_FORMAT_NONE: in _mesa_format_matches_format_and_type()
1118 img->TexFormat = MESA_FORMAT_NONE; in clear_teximage_fields()2821 ASSERT(prevImage->TexFormat != MESA_FORMAT_NONE); in _mesa_choose_texture_format()2860 ASSERT(f != MESA_FORMAT_NONE); in _mesa_choose_texture_format()2998 gl_format texFormat = MESA_FORMAT_NONE; in teximage()3997 return MESA_FORMAT_NONE; in get_texbuffer_format()4007 if (format == MESA_FORMAT_NONE) in validate_texbuffer_format()4008 return MESA_FORMAT_NONE; in validate_texbuffer_format()4012 return MESA_FORMAT_NONE; in validate_texbuffer_format()4015 return MESA_FORMAT_NONE; in validate_texbuffer_format()4025 return MESA_FORMAT_NONE; in validate_texbuffer_format()[all …]
62 MESA_FORMAT_NONE = 0, enumerator
359 return MESA_FORMAT_NONE; in _mesa_glenum_to_compressed_format()
815 att->Renderbuffer->Format == MESA_FORMAT_NONE) { in _mesa_test_framebuffer_completeness()1469 rb->Format = MESA_FORMAT_NONE; in renderbuffer_storage()1487 rb->Format = MESA_FORMAT_NONE; in renderbuffer_storage()2326 rb && rb->Format != MESA_FORMAT_NONE) { in _mesa_FramebufferRenderbufferEXT()
983 return MESA_FORMAT_NONE; in _mesa_choose_tex_format()
1685 table[MESA_FORMAT_NONE] = NULL; in _mesa_get_pack_ubyte_rgba_function()1830 table[MESA_FORMAT_NONE] = NULL; in _mesa_get_pack_float_rgba_function()
997 if (!img || img->TexFormat == MESA_FORMAT_NONE) { in get_tex_level_parameter_image()
1476 table[MESA_FORMAT_NONE] = NULL; in get_unpack_rgba_function()
280 gl_format texFormat = MESA_FORMAT_NONE; in intelSetTexBuffer2()
282 image->format = MESA_FORMAT_NONE; in intel_allocate_image()305 if (image->format == MESA_FORMAT_NONE) in intel_create_image_from_name()
478 for (format = MESA_FORMAT_NONE + 1; format < MESA_FORMAT_COUNT; format++) { in brw_init_surface_formats()
697 return MESA_FORMAT_NONE; in st_pipe_format_to_mesa_format()1623 return MESA_FORMAT_NONE; in st_ChooseTextureFormat_renderable()
121 MESA_FORMAT_NONE,
1065 format = texImg ? texImg->TexFormat : MESA_FORMAT_NONE; in _swrast_choose_triangle()