Home
last modified time | relevance | path

Searched refs:MESA_FORMAT_NONE (Results 1 - 17 of 17) sorted by relevance

/third_party/mesa3d/src/mesa/main/
H A 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()
H A 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()
H A 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()
H A 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...]
H A Drenderbuffer.c334 rb->Format = MESA_FORMAT_NONE; in _mesa_init_renderbuffer()
H A Dtexcompress.c671 return MESA_FORMAT_NONE; in _mesa_glenum_to_compressed_format()
H A Dformats.h351 #define MESA_FORMAT_NONE PIPE_FORMAT_NONE macro
H A 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()
H A Dtextureview.c545 if (texFormat == MESA_FORMAT_NONE) return; in texture_view()
H A Dbufferobj.c928 * corresponding to internalformat, otherwise MESA_FORMAT_NONE.
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()
H A Dfbobject.c1496 /* Check that the format is valid. (MESA_FORMAT_NONE means unsupported) in _mesa_test_framebuffer_completeness()
1499 att->Renderbuffer->Format == MESA_FORMAT_NONE) { in _mesa_test_framebuffer_completeness()
2721 rb->Format = MESA_FORMAT_NONE; in _mesa_renderbuffer_storage()
2729 /* If rb->Format == MESA_FORMAT_NONE, the format is unsupported. */ in _mesa_renderbuffer_storage()
2740 rb->Format = MESA_FORMAT_NONE; in _mesa_renderbuffer_storage()
4436 rb && rb->Format != MESA_FORMAT_NONE) { in framebuffer_renderbuffer()
H A 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()
/third_party/mesa3d/src/mesa/state_tracker/
H A 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()
H A Dst_cb_eglimage.c373 assert(texFormat != MESA_FORMAT_NONE); in st_bind_egl_image()
H A 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/
H A 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/
H A Ddri_util.c1189 return MESA_FORMAT_NONE; in driImageFormatToGLFormat()

Completed in 43 milliseconds