Home
last modified time | relevance | path

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

12

/third_party/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_texture.c481 return MESA_FORMAT_NONE; in radeonChooseTextureFormat()
484 return MESA_FORMAT_NONE; /* never get here */ in radeonChooseTextureFormat()
593 mesa_format _radeon_texformat_rgba8888 = MESA_FORMAT_NONE;
594 mesa_format _radeon_texformat_argb8888 = MESA_FORMAT_NONE;
595 mesa_format _radeon_texformat_rgb565 = MESA_FORMAT_NONE;
596 mesa_format _radeon_texformat_argb4444 = MESA_FORMAT_NONE;
597 mesa_format _radeon_texformat_argb1555 = MESA_FORMAT_NONE;
Dradeon_pixel_read.c86 return MESA_FORMAT_NONE; in gl_format_and_type_to_mesa_format()
108 if (dst_format == MESA_FORMAT_NONE || in do_blit_readpixels()
Dradeon_tex.h61 [ MESA_FORMAT_NONE ] = { 0xffffffff, 0 },
/third_party/mesa3d/src/mesa/drivers/dri/r200/
Dradeon_texture.c481 return MESA_FORMAT_NONE; in radeonChooseTextureFormat()
484 return MESA_FORMAT_NONE; /* never get here */ in radeonChooseTextureFormat()
593 mesa_format _radeon_texformat_rgba8888 = MESA_FORMAT_NONE;
594 mesa_format _radeon_texformat_argb8888 = MESA_FORMAT_NONE;
595 mesa_format _radeon_texformat_rgb565 = MESA_FORMAT_NONE;
596 mesa_format _radeon_texformat_argb4444 = MESA_FORMAT_NONE;
597 mesa_format _radeon_texformat_argb1555 = MESA_FORMAT_NONE;
Dradeon_pixel_read.c86 return MESA_FORMAT_NONE; in gl_format_and_type_to_mesa_format()
108 if (dst_format == MESA_FORMAT_NONE || in do_blit_readpixels()
/third_party/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_blorp.c217 case MESA_FORMAT_NONE: in brw_blorp_to_isl_format()
298 if (src_format == MESA_FORMAT_NONE) in brw_blorp_blit_miptrees()
301 if (dst_format == MESA_FORMAT_NONE) in brw_blorp_blit_miptrees()
653 do_blorp_blit(brw, buffer_bit, src_irb, MESA_FORMAT_NONE, in try_blorp_blit()
654 dst_irb, MESA_FORMAT_NONE, srcX0, srcY0, in try_blorp_blit()
669 do_blorp_blit(brw, buffer_bit, src_irb, MESA_FORMAT_NONE, in try_blorp_blit()
670 dst_irb, MESA_FORMAT_NONE, srcX0, srcY0, in try_blorp_blit()
908 return MESA_FORMAT_NONE; in blorp_get_client_format()
912 return MESA_FORMAT_NONE; in blorp_get_client_format()
930 return MESA_FORMAT_NONE; in blorp_get_client_format()
[all …]
Dbrw_surface_formats.c215 for (format = MESA_FORMAT_NONE + 1; format < MESA_FORMAT_COUNT; format++) { in brw_screen_init_surface_formats()
/third_party/mesa3d/src/mesa/main/
Dformatquery.c531 MESA_FORMAT_NONE) in _is_resource_supported()
585 MESA_FORMAT_NONE) { in _is_internalformat_supported()
985 if (texformat == MESA_FORMAT_NONE || baseformat <= 0) in _mesa_GetInternalformativ()
1393 if (image_format == MESA_FORMAT_NONE) in _mesa_GetInternalformativ()
1438 if (image_format == MESA_FORMAT_NONE) in _mesa_GetInternalformativ()
1509 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()
Drenderbuffer.c74 rb->Format = MESA_FORMAT_NONE; in _mesa_init_renderbuffer()
Dshaderimage.c161 return MESA_FORMAT_NONE; in _mesa_get_shader_image_format()
350 if (tex_format == MESA_FORMAT_NONE) in _mesa_get_image_format_class()
Dteximage.c800 img->TexFormat = MESA_FORMAT_NONE; in clear_teximage_fields()
2848 assert(prevImage->TexFormat != MESA_FORMAT_NONE); in _mesa_choose_texture_format()
2855 assert(f != MESA_FORMAT_NONE); in _mesa_choose_texture_format()
3088 assert(texFormat != MESA_FORMAT_NONE); in teximage()
4409 assert(texFormat != MESA_FORMAT_NONE); in copyteximage()
6222 return MESA_FORMAT_NONE; in _mesa_get_texbuffer_format()
6245 return MESA_FORMAT_NONE; in _mesa_get_texbuffer_format()
6268 return MESA_FORMAT_NONE; in _mesa_get_texbuffer_format()
6288 return MESA_FORMAT_NONE; in _mesa_get_texbuffer_format()
6300 if (format == MESA_FORMAT_NONE) in _mesa_validate_texbuffer_format()
[all …]
Dtexcompress.c671 return MESA_FORMAT_NONE; in _mesa_glenum_to_compressed_format()
Dtexformat.c791 return MESA_FORMAT_NONE; in _mesa_choose_tex_format()
Dformats.h351 #define MESA_FORMAT_NONE PIPE_FORMAT_NONE macro
Dbufferobj.c392 if (mesaFormat == MESA_FORMAT_NONE) { in validate_clear_buffer_format()
395 return MESA_FORMAT_NONE; in validate_clear_buffer_format()
406 return MESA_FORMAT_NONE; in validate_clear_buffer_format()
412 return MESA_FORMAT_NONE; in validate_clear_buffer_format()
419 return MESA_FORMAT_NONE; in validate_clear_buffer_format()
2594 if (mesaFormat == MESA_FORMAT_NONE) in clear_buffer_sub_data()
Dglformats.c3608 return MESA_FORMAT_NONE; in _mesa_format_from_format_and_type()
3863 if (format == MESA_FORMAT_NONE || !ctx->TextureFormatSupported[format]) in _mesa_tex_format_from_format_and_type()
3864 return MESA_FORMAT_NONE; in _mesa_tex_format_from_format_and_type()
Dtextureview.c542 if (texFormat == MESA_FORMAT_NONE) return; in texture_view()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_format.c145 return MESA_FORMAT_NONE; in st_pipe_format_to_mesa_format()
1246 if (mesa_format != MESA_FORMAT_NONE) in st_choose_matching_format_noverify()
1381 return MESA_FORMAT_NONE; in st_ChooseTextureFormat()
Dst_cb_eglimage.c375 assert(texFormat != MESA_FORMAT_NONE); in st_bind_egl_image()
/third_party/mesa3d/src/mesa/main/tests/
Dmesa_formats.cpp46 for (int fi = MESA_FORMAT_NONE + 1; fi < MESA_FORMAT_COUNT; ++fi) { in TEST()
/third_party/mesa3d/src/mesa/drivers/dri/i915/
Dintel_tex_image.c283 mesa_format texFormat = MESA_FORMAT_NONE; in intelSetTexBuffer2()
Dintel_screen.c270 image->format == MESA_FORMAT_NONE) { in intel_allocate_image()
331 if (image->format == MESA_FORMAT_NONE) in intel_create_image_from_name()
Dintel_fbo.c201 assert(rb->Format != MESA_FORMAT_NONE); in intel_alloc_private_renderbuffer_storage()
/third_party/mesa3d/src/mesa/drivers/dri/common/
Ddri_util.c1045 return MESA_FORMAT_NONE; in driImageFormatToGLFormat()

12