Home
last modified time | relevance | path

Searched refs:MESA_FORMAT_NONE (Results 1 – 19 of 19) sorted by relevance

/third_party/mesa3d/src/mesa/main/
Dformatquery.c550 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()
Dformats.c92 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()
Dshaderimage.c164 return MESA_FORMAT_NONE; in _mesa_get_shader_image_format()
353 if (tex_format == MESA_FORMAT_NONE) in _mesa_get_image_format_class()
Dteximage.c801 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 …]
Dtexcompress.c671 return MESA_FORMAT_NONE; in _mesa_glenum_to_compressed_format()
Dformats.h351 #define MESA_FORMAT_NONE PIPE_FORMAT_NONE macro
Drenderbuffer.c334 rb->Format = MESA_FORMAT_NONE; in _mesa_init_renderbuffer()
Dbufferobj.c943 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()
Dglformats.c3765 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()
Dtextureview.c545 if (texFormat == MESA_FORMAT_NONE) return; in texture_view()
Dfbobject.c1499 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()
Dtexparam.c1715 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()
Dformats.csv52 MESA_FORMAT_NONE , other , 1, 1, 1, x8 , , , , 0001, rgb
/third_party/mesa3d/src/mesa/state_tracker/
Dst_format.c134 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()
Dst_cb_eglimage.c373 assert(texFormat != MESA_FORMAT_NONE); in st_bind_egl_image()
Dst_manager.c625 st_pipe_format_to_mesa_format(srgb_format) != MESA_FORMAT_NONE && in st_framebuffer_create()
/third_party/mesa3d/src/mesa/main/tests/
Dmesa_formats.cpp50 for (int fi = MESA_FORMAT_NONE + 1; fi < MESA_FORMAT_COUNT; ++fi) { in TEST_F()
/third_party/mesa3d/src/gallium/frontends/dri/
Ddri_util.c1189 return MESA_FORMAT_NONE; in driImageFormatToGLFormat()
/third_party/mesa3d/docs/relnotes/
D7.11.rst295 MESA_FORMAT_NONE' failed.