Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/main/tests/
Dmesa_formats.cpp276 _mesa_pack_float_z_row(MESA_FORMAT_Z_UNORM32, 1, &val, &result); in TEST_F()
/third_party/mesa3d/src/mesa/main/
Dtexstore.c155 assert(dstFormat == MESA_FORMAT_Z_UNORM32 || in _mesa_texstore_z32()
159 if (dstFormat == MESA_FORMAT_Z_UNORM32) in _mesa_texstore_z32()
599 table[MESA_FORMAT_Z_UNORM32] = _mesa_texstore_z32; in texstore_depth_stencil()
Dformats.h407 #define MESA_FORMAT_Z_UNORM32 PIPE_FORMAT_Z32_UNORM macro
Dformats.c1058 case MESA_FORMAT_Z_UNORM32: in _mesa_uncompressed_format_to_type_and_comps()
Dformats.csv118 MESA_FORMAT_Z_UNORM32 , array , 1, 1, 1, un32, , , , x___, zs
Dglformats.c3980 return MESA_FORMAT_Z_UNORM32; in _mesa_format_from_format_and_type()