Searched refs:MESA_FORMAT_Z24_UNORM_S8_UINT (Results 1 – 6 of 6) sorted by relevance
/third_party/mesa3d/src/mesa/main/ |
D | formats.h | 378 #define MESA_FORMAT_Z24_UNORM_S8_UINT PIPE_FORMAT_Z24_UNORM_S8_UINT macro
|
D | texstore.c | 413 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()
|
D | pack.c | 1716 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()
|
D | formats.c | 1038 case MESA_FORMAT_Z24_UNORM_S8_UINT: in _mesa_uncompressed_format_to_type_and_comps()
|
D | formats.csv | 83 MESA_FORMAT_Z24_UNORM_S8_UINT , packed, 1, 1, 1, u8 , un24, , , yx__, zs
|
D | readpix.c | 662 rb->Format != MESA_FORMAT_Z24_UNORM_S8_UINT) in fast_read_depth_stencil_pixels()
|