Home
last modified time | relevance | path

Searched refs:MESA_FORMAT_Z24_UNORM_X8_UINT (Results 1 – 25 of 26) sorted by relevance

12

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_surface_formats.c312 screen->mesa_format_supports_render[MESA_FORMAT_Z24_UNORM_X8_UINT] = true; in intel_screen_init_surface_formats()
323 screen->mesa_format_supports_texture[MESA_FORMAT_Z24_UNORM_X8_UINT] = true; in intel_screen_init_surface_formats()
462 case MESA_FORMAT_Z24_UNORM_X8_UINT: in translate_tex_format()
526 case MESA_FORMAT_Z24_UNORM_X8_UINT: in brw_depth_format()
Dbrw_blorp.c211 case MESA_FORMAT_Z24_UNORM_X8_UINT: in brw_blorp_to_isl_format()
575 if ((src_mt->format == MESA_FORMAT_Z24_UNORM_X8_UINT) != in try_blorp_blit()
576 (dst_mt->format == MESA_FORMAT_Z24_UNORM_X8_UINT)) in try_blorp_blit()
660 if ((src_mt->format == MESA_FORMAT_Z24_UNORM_X8_UINT) != in brw_blorp_copytexsubimage()
661 (dst_mt->format == MESA_FORMAT_Z24_UNORM_X8_UINT)) { in brw_blorp_copytexsubimage()
Dbrw_misc_state.c354 case MESA_FORMAT_Z24_UNORM_X8_UINT: in brw_convert_depth_value()
Dintel_mipmap_tree.c239 case MESA_FORMAT_Z24_UNORM_X8_UINT: in intel_miptree_supports_hiz()
308 return MESA_FORMAT_Z24_UNORM_X8_UINT; in intel_depth_format_for_depthstencil_format()
1304 if (mt->format == MESA_FORMAT_Z24_UNORM_X8_UINT && mt->stencil_mt) in intel_miptree_match_image()
Dintel_screen.c1673 MESA_FORMAT_Z24_UNORM_X8_UINT, in intelCreateBuffer()
/external/mesa3d/src/mesa/swrast/
Ds_depth.c566 rb->Format == MESA_FORMAT_Z24_UNORM_X8_UINT || in _swrast_clear_depth_buffer()
616 case MESA_FORMAT_Z24_UNORM_X8_UINT: in _swrast_clear_depth_buffer()
625 rb->Format == MESA_FORMAT_Z24_UNORM_X8_UINT) in _swrast_clear_depth_buffer()
Ds_texfetch.c188 MESA_FORMAT_Z24_UNORM_X8_UINT,
Ds_renderbuffer.c105 rb->Format = MESA_FORMAT_Z24_UNORM_X8_UINT; in soft_renderbuffer_storage()
/external/mesa3d/src/mesa/main/
Dtexformat.c225 RETURN_IF_SUPPORTED(MESA_FORMAT_Z24_UNORM_X8_UINT); in _mesa_choose_tex_format()
230 RETURN_IF_SUPPORTED(MESA_FORMAT_Z24_UNORM_X8_UINT); in _mesa_choose_tex_format()
Dformats.h373 MESA_FORMAT_Z24_UNORM_X8_UINT,/* xxxx xxxx ZZZZ ZZZZ ZZZZ ZZZZ ZZZZ ZZZZ */ enumerator
Dtexstore.c190 assert(dstFormat == MESA_FORMAT_Z24_UNORM_X8_UINT); in _mesa_texstore_x8_z24()
595 table[MESA_FORMAT_Z24_UNORM_X8_UINT] = _mesa_texstore_x8_z24; in texstore_depth_stencil()
Dformats.c985 case MESA_FORMAT_Z24_UNORM_X8_UINT: in _mesa_uncompressed_format_to_type_and_comps()
1660 case MESA_FORMAT_Z24_UNORM_X8_UINT: in _mesa_format_matches_format_and_type()
Dformats.csv92 MESA_FORMAT_Z24_UNORM_X8_UINT , packed, 1, 1, 1, x8 , un24, , , y___, zs
/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_fbo.c307 … if (rb->Format == MESA_FORMAT_Z24_UNORM_S8_UINT || rb->Format == MESA_FORMAT_Z24_UNORM_X8_UINT) { in radeon_map_renderbuffer()
416 … if (rb->Format == MESA_FORMAT_Z24_UNORM_S8_UINT || rb->Format == MESA_FORMAT_Z24_UNORM_X8_UINT) { in radeon_unmap_renderbuffer()
516 rb->Format = MESA_FORMAT_Z24_UNORM_X8_UINT; in radeon_alloc_renderbuffer_storage()
Dradeon_screen.c697 radeon_create_renderbuffer(MESA_FORMAT_Z24_UNORM_X8_UINT, driDrawPriv); in radeonCreateBuffer()
/external/mesa3d/src/mesa/drivers/dri/r200/
Dradeon_fbo.c307 … if (rb->Format == MESA_FORMAT_Z24_UNORM_S8_UINT || rb->Format == MESA_FORMAT_Z24_UNORM_X8_UINT) { in radeon_map_renderbuffer()
416 … if (rb->Format == MESA_FORMAT_Z24_UNORM_S8_UINT || rb->Format == MESA_FORMAT_Z24_UNORM_X8_UINT) { in radeon_unmap_renderbuffer()
516 rb->Format = MESA_FORMAT_Z24_UNORM_X8_UINT; in radeon_alloc_renderbuffer_storage()
Dradeon_screen.c697 radeon_create_renderbuffer(MESA_FORMAT_Z24_UNORM_X8_UINT, driDrawPriv); in radeonCreateBuffer()
/external/mesa3d/src/mesa/drivers/dri/i915/
Di915_context.c126 ctx->TextureFormatSupported[MESA_FORMAT_Z24_UNORM_X8_UINT] = true; in intel_init_texture_formats()
Di915_texstate.c92 case MESA_FORMAT_Z24_UNORM_X8_UINT: in translate_texture_format()
Dintel_fbo.c176 return MESA_FORMAT_Z24_UNORM_X8_UINT; in intel_renderbuffer_format()
Di915_vtbl.c560 format == MESA_FORMAT_Z24_UNORM_X8_UINT || in i915_render_target_supported()
Di830_vtbl.c600 format == MESA_FORMAT_Z24_UNORM_X8_UINT || in i830_render_target_supported()
/external/mesa3d/src/mesa/state_tracker/
Dst_format.c129 case MESA_FORMAT_Z24_UNORM_X8_UINT: in st_mesa_format_to_pipe_format()
617 return MESA_FORMAT_Z24_UNORM_X8_UINT; in st_pipe_format_to_mesa_format()
/external/mesa3d/prebuilt-intermediates/main/
Dformat_pack.c10770 case MESA_FORMAT_Z24_UNORM_X8_UINT: in _mesa_get_pack_float_z_func()
10855 case MESA_FORMAT_Z24_UNORM_X8_UINT: in _mesa_get_pack_uint_z_func()
10953 case MESA_FORMAT_Z24_UNORM_X8_UINT: in _mesa_pack_float_z_row()
11027 case MESA_FORMAT_Z24_UNORM_X8_UINT: in _mesa_pack_uint_z_row()
Dformat_unpack.c7252 case MESA_FORMAT_Z24_UNORM_X8_UINT: in _mesa_unpack_float_z_row()
7357 case MESA_FORMAT_Z24_UNORM_X8_UINT: in _mesa_unpack_uint_z_row()

12