Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/swrast/
Ds_depth.c220 if (rb->Format == MESA_FORMAT_Z_UNORM32) { in get_z32_values()
317 case MESA_FORMAT_Z_UNORM32: in get_pack_uint_z_func()
341 if (rb->Format == MESA_FORMAT_Z_UNORM32) { in put_z32_values()
394 else if (rb->Format == MESA_FORMAT_Z_UNORM32 && !(span->arrayMask & SPAN_XY)) { in _swrast_depth_test_span()
522 if (rb->Format == MESA_FORMAT_Z_UNORM32 && !(span->arrayMask & SPAN_XY)) { in _swrast_depth_bounds_test()
681 case MESA_FORMAT_Z_UNORM32: in _swrast_clear_depth_buffer()
Ds_renderbuffer.c108 rb->Format = MESA_FORMAT_Z_UNORM32; in soft_renderbuffer_storage()
/third_party/mesa3d/src/mesa/drivers/dri/nouveau/
Dnv04_surface.c66 case MESA_FORMAT_Z_UNORM32: in swzsurf_format()
104 case MESA_FORMAT_Z_UNORM32: in surf2d_format()
142 case MESA_FORMAT_Z_UNORM32: in rect_format()
180 case MESA_FORMAT_Z_UNORM32: in sifm_format()
/third_party/mesa3d/src/mesa/main/tests/
Dmesa_formats.cpp272 _mesa_pack_float_z_row(MESA_FORMAT_Z_UNORM32, 1, &val, &result); in TEST()
/third_party/mesa3d/src/mesa/main/
Dtexstore.c154 assert(dstFormat == MESA_FORMAT_Z_UNORM32 || in _mesa_texstore_z32()
158 if (dstFormat == MESA_FORMAT_Z_UNORM32) in _mesa_texstore_z32()
596 table[MESA_FORMAT_Z_UNORM32] = _mesa_texstore_z32; in texstore_depth_stencil()
Dtexformat.c224 RETURN_IF_SUPPORTED(MESA_FORMAT_Z_UNORM32); in _mesa_choose_tex_format()
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.c3823 return MESA_FORMAT_Z_UNORM32; in _mesa_format_from_format_and_type()