Home
last modified time | relevance | path

Searched refs:MESA_FORMAT_S8_UINT_Z24_UNORM (Results 1 – 18 of 18) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnv20_state_fb.c47 case MESA_FORMAT_S8_UINT_Z24_UNORM: in get_rt_format()
120 rt_format |= get_rt_format(MESA_FORMAT_S8_UINT_Z24_UNORM); in nv20_emit_framebuffer()
Dnouveau_fbo.c72 rb->Format = MESA_FORMAT_S8_UINT_Z24_UNORM; in set_renderbuffer_format()
283 case MESA_FORMAT_S8_UINT_Z24_UNORM: in validate_format_bpp()
Dnv04_surface.c65 case MESA_FORMAT_S8_UINT_Z24_UNORM: in swzsurf_format()
103 case MESA_FORMAT_S8_UINT_Z24_UNORM: in surf2d_format()
141 case MESA_FORMAT_S8_UINT_Z24_UNORM: in rect_format()
179 case MESA_FORMAT_S8_UINT_Z24_UNORM: in sifm_format()
Dnouveau_util.h60 case MESA_FORMAT_S8_UINT_Z24_UNORM: in pack_zs_i()
Dnv10_state_fb.c47 case MESA_FORMAT_S8_UINT_Z24_UNORM: in get_rt_format()
/external/mesa3d/src/mesa/swrast/
Ds_depth.c561 rb->Format == MESA_FORMAT_S8_UINT_Z24_UNORM || in _swrast_clear_depth_buffer()
612 case MESA_FORMAT_S8_UINT_Z24_UNORM: in _swrast_clear_depth_buffer()
702 case MESA_FORMAT_S8_UINT_Z24_UNORM: in _swrast_clear_depth_stencil_buffer()
Ds_renderbuffer.c112 rb->Format = MESA_FORMAT_S8_UINT_Z24_UNORM; in soft_renderbuffer_storage()
Ds_stencil.c630 case MESA_FORMAT_S8_UINT_Z24_UNORM: in _swrast_clear_stencil_buffer()
Ds_drawpix.c633 (depthRb->Format == MESA_FORMAT_S8_UINT_Z24_UNORM || in draw_depth_stencil_pixels()
/external/mesa3d/src/mesa/main/
Dtexformat.c365 RETURN_IF_SUPPORTED(MESA_FORMAT_S8_UINT_Z24_UNORM); in _mesa_choose_tex_format()
Dformats.h376 #define MESA_FORMAT_S8_UINT_Z24_UNORM PIPE_FORMAT_S8_UINT_Z24_UNORM macro
Dtexstore.c333 assert(dstFormat == MESA_FORMAT_S8_UINT_Z24_UNORM); in _mesa_texstore_z24_s8()
591 table[MESA_FORMAT_S8_UINT_Z24_UNORM] = _mesa_texstore_z24_s8; in texstore_depth_stencil()
Dformats.c1030 case MESA_FORMAT_S8_UINT_Z24_UNORM: in _mesa_uncompressed_format_to_type_and_comps()
Dreadpix.c650 if (rb->Format != MESA_FORMAT_S8_UINT_Z24_UNORM && in fast_read_depth_stencil_pixels()
Dformats.csv81 MESA_FORMAT_S8_UINT_Z24_UNORM , packed, 1, 1, 1, un24, u8 , , , xy__, zs
Dglformats.c3806 return MESA_FORMAT_S8_UINT_Z24_UNORM; in _mesa_format_from_format_and_type()
/external/mesa3d/prebuilt-intermediates/main/
Dformat_pack.c10281 case MESA_FORMAT_S8_UINT_Z24_UNORM: in _mesa_get_pack_float_z_func()
10358 case MESA_FORMAT_S8_UINT_Z24_UNORM: in _mesa_get_pack_uint_z_func()
10420 case MESA_FORMAT_S8_UINT_Z24_UNORM: in _mesa_get_pack_ubyte_stencil_func()
10440 case MESA_FORMAT_S8_UINT_Z24_UNORM: in _mesa_pack_float_z_row()
10516 case MESA_FORMAT_S8_UINT_Z24_UNORM: in _mesa_pack_uint_z_row()
10589 case MESA_FORMAT_S8_UINT_Z24_UNORM: in _mesa_pack_ubyte_stencil_row()
10639 case MESA_FORMAT_S8_UINT_Z24_UNORM: in _mesa_pack_uint_24_8_depth_stencil_row()
Dformat_unpack.c6843 case MESA_FORMAT_S8_UINT_Z24_UNORM: in _mesa_unpack_float_z_row()
6946 case MESA_FORMAT_S8_UINT_Z24_UNORM: in _mesa_unpack_uint_z_row()
7018 case MESA_FORMAT_S8_UINT_Z24_UNORM: in _mesa_unpack_ubyte_stencil_row()
7073 case MESA_FORMAT_S8_UINT_Z24_UNORM: in _mesa_unpack_uint_24_8_depth_stencil_row()
7147 case MESA_FORMAT_S8_UINT_Z24_UNORM: in _mesa_unpack_float_32_uint_24_8_depth_stencil_row()