Searched refs:MESA_FORMAT_NONE (Results 1 – 19 of 19) sorted by relevance
/third_party/mesa3d/src/mesa/main/ |
D | formatquery.c | 550 MESA_FORMAT_NONE) in _is_resource_supported() 604 MESA_FORMAT_NONE) { in _is_internalformat_supported() 1002 if (texformat == MESA_FORMAT_NONE || baseformat <= 0) in _mesa_GetInternalformativ() 1409 if (image_format == MESA_FORMAT_NONE) in _mesa_GetInternalformativ() 1454 if (image_format == MESA_FORMAT_NONE) in _mesa_GetInternalformativ() 1525 if (mesaformat == MESA_FORMAT_NONE) in _mesa_GetInternalformativ()
|
D | formats.c | 92 if (info->Name == MESA_FORMAT_NONE && format != MESA_FORMAT_NONE) in _mesa_get_format_info() 514 return MESA_FORMAT_NONE; in _mesa_format_from_array_format() 523 return MESA_FORMAT_NONE; in _mesa_format_from_array_format() 1428 assert(format == MESA_FORMAT_NONE || in _mesa_uncompressed_format_to_type_and_comps()
|
D | shaderimage.c | 164 return MESA_FORMAT_NONE; in _mesa_get_shader_image_format() 353 if (tex_format == MESA_FORMAT_NONE) in _mesa_get_image_format_class()
|
D | teximage.c | 801 img->TexFormat = MESA_FORMAT_NONE; in clear_teximage_fields() 2827 mesa_format f = MESA_FORMAT_NONE; in _mesa_choose_texture_format() 2840 assert(prevImage->TexFormat != MESA_FORMAT_NONE); in _mesa_choose_texture_format() 2847 assert(f != MESA_FORMAT_NONE); in _mesa_choose_texture_format() 3080 assert(texFormat != MESA_FORMAT_NONE); in teximage() 4375 assert(texFormat != MESA_FORMAT_NONE); in copyteximage() 6186 return MESA_FORMAT_NONE; in _mesa_get_texbuffer_format() 6209 return MESA_FORMAT_NONE; in _mesa_get_texbuffer_format() 6232 return MESA_FORMAT_NONE; in _mesa_get_texbuffer_format() 6252 return MESA_FORMAT_NONE; in _mesa_get_texbuffer_format() [all …]
|
D | texcompress.c | 671 return MESA_FORMAT_NONE; in _mesa_glenum_to_compressed_format()
|
D | formats.h | 351 #define MESA_FORMAT_NONE PIPE_FORMAT_NONE macro
|
D | renderbuffer.c | 334 rb->Format = MESA_FORMAT_NONE; in _mesa_init_renderbuffer()
|
D | bufferobj.c | 943 if (mesaFormat == MESA_FORMAT_NONE) { in validate_clear_buffer_format() 946 return MESA_FORMAT_NONE; in validate_clear_buffer_format() 957 return MESA_FORMAT_NONE; in validate_clear_buffer_format() 963 return MESA_FORMAT_NONE; in validate_clear_buffer_format() 970 return MESA_FORMAT_NONE; in validate_clear_buffer_format() 2831 if (mesaFormat == MESA_FORMAT_NONE) in clear_buffer_sub_data()
|
D | glformats.c | 3765 return MESA_FORMAT_NONE; in _mesa_format_from_format_and_type() 4020 if (format == MESA_FORMAT_NONE || !ctx->TextureFormatSupported[format]) in _mesa_tex_format_from_format_and_type() 4021 return MESA_FORMAT_NONE; in _mesa_tex_format_from_format_and_type()
|
D | textureview.c | 545 if (texFormat == MESA_FORMAT_NONE) return; in texture_view()
|
D | fbobject.c | 1499 att->Renderbuffer->Format == MESA_FORMAT_NONE) { in _mesa_test_framebuffer_completeness() 2721 rb->Format = MESA_FORMAT_NONE; in _mesa_renderbuffer_storage() 2740 rb->Format = MESA_FORMAT_NONE; in _mesa_renderbuffer_storage() 4436 rb && rb->Format != MESA_FORMAT_NONE) { in framebuffer_renderbuffer()
|
D | texparam.c | 1715 if (!img || img->TexFormat == MESA_FORMAT_NONE) { in get_tex_level_parameter_image() 1724 dummy_image.TexFormat = MESA_FORMAT_NONE; in get_tex_level_parameter_image()
|
D | formats.csv | 52 MESA_FORMAT_NONE , other , 1, 1, 1, x8 , , , , 0001, rgb
|
/third_party/mesa3d/src/mesa/state_tracker/ |
D | st_format.c | 134 return MESA_FORMAT_NONE; in st_pipe_format_to_mesa_format() 1215 if (mesa_format != MESA_FORMAT_NONE) in st_choose_matching_format_noverify() 1366 return MESA_FORMAT_NONE; in st_ChooseTextureFormat()
|
D | st_cb_eglimage.c | 373 assert(texFormat != MESA_FORMAT_NONE); in st_bind_egl_image()
|
D | st_manager.c | 625 st_pipe_format_to_mesa_format(srgb_format) != MESA_FORMAT_NONE && in st_framebuffer_create()
|
/third_party/mesa3d/src/mesa/main/tests/ |
D | mesa_formats.cpp | 50 for (int fi = MESA_FORMAT_NONE + 1; fi < MESA_FORMAT_COUNT; ++fi) { in TEST_F()
|
/third_party/mesa3d/src/gallium/frontends/dri/ |
D | dri_util.c | 1189 return MESA_FORMAT_NONE; in driImageFormatToGLFormat()
|
/third_party/mesa3d/docs/relnotes/ |
D | 7.11.rst | 295 MESA_FORMAT_NONE' failed.
|