Searched refs:MESA_FORMAT_S8_UINT_Z24_UNORM (Results 1 – 7 of 7) sorted by relevance
/third_party/mesa3d/src/mesa/main/ |
D | formats.h | 376 #define MESA_FORMAT_S8_UINT_Z24_UNORM PIPE_FORMAT_S8_UINT_Z24_UNORM macro
|
D | texstore.c | 334 assert(dstFormat == MESA_FORMAT_S8_UINT_Z24_UNORM); in _mesa_texstore_z24_s8() 594 table[MESA_FORMAT_S8_UINT_Z24_UNORM] = _mesa_texstore_z24_s8; in texstore_depth_stencil()
|
D | pack.c | 1713 case MESA_FORMAT_S8_UINT_Z24_UNORM: in _mesa_unpack_uint_24_8_depth_stencil_row() 1787 case MESA_FORMAT_S8_UINT_Z24_UNORM: in _mesa_unpack_float_32_uint_24_8_depth_stencil_row()
|
D | formats.c | 1033 case MESA_FORMAT_S8_UINT_Z24_UNORM: in _mesa_uncompressed_format_to_type_and_comps()
|
D | formats.csv | 81 MESA_FORMAT_S8_UINT_Z24_UNORM , packed, 1, 1, 1, un24, u8 , , , xy__, zs
|
D | readpix.c | 661 if (rb->Format != MESA_FORMAT_S8_UINT_Z24_UNORM && in fast_read_depth_stencil_pixels()
|
D | glformats.c | 3988 return MESA_FORMAT_S8_UINT_Z24_UNORM; in _mesa_format_from_format_and_type()
|