Home
last modified time | relevance | path

Searched refs:MESA_FORMAT_Z24_UNORM_S8_UINT (Results 1 – 6 of 6) sorted by relevance

/third_party/mesa3d/src/mesa/main/
Dformats.h378 #define MESA_FORMAT_Z24_UNORM_S8_UINT PIPE_FORMAT_Z24_UNORM_S8_UINT macro
Dtexstore.c413 assert(dstFormat == MESA_FORMAT_Z24_UNORM_S8_UINT); in _mesa_texstore_s8_z24()
595 table[MESA_FORMAT_Z24_UNORM_S8_UINT] = _mesa_texstore_s8_z24; in texstore_depth_stencil()
Dpack.c1716 case MESA_FORMAT_Z24_UNORM_S8_UINT: in _mesa_unpack_uint_24_8_depth_stencil_row()
1790 case MESA_FORMAT_Z24_UNORM_S8_UINT: in _mesa_unpack_float_32_uint_24_8_depth_stencil_row()
Dformats.c1038 case MESA_FORMAT_Z24_UNORM_S8_UINT: in _mesa_uncompressed_format_to_type_and_comps()
Dformats.csv83 MESA_FORMAT_Z24_UNORM_S8_UINT , packed, 1, 1, 1, u8 , un24, , , yx__, zs
Dreadpix.c662 rb->Format != MESA_FORMAT_Z24_UNORM_S8_UINT) in fast_read_depth_stencil_pixels()