Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/swrast/
Ds_depth.c220 if (rb->Format == MESA_FORMAT_Z_UNORM32) { in get_z32_values()
255 if (rb->Format == MESA_FORMAT_Z_UNORM32) { in put_z32_values()
308 else if (rb->Format == MESA_FORMAT_Z_UNORM32 && !(span->arrayMask & SPAN_XY)) { in _swrast_depth_test_span()
436 if (rb->Format == MESA_FORMAT_Z_UNORM32 && !(span->arrayMask & SPAN_XY)) { in _swrast_depth_bounds_test()
595 case MESA_FORMAT_Z_UNORM32: in _swrast_clear_depth_buffer()
Ds_renderbuffer.c108 rb->Format = MESA_FORMAT_Z_UNORM32; in soft_renderbuffer_storage()
/external/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()
/external/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.h405 #define MESA_FORMAT_Z_UNORM32 PIPE_FORMAT_Z32_UNORM macro
Dformats.c1055 case MESA_FORMAT_Z_UNORM32: in _mesa_uncompressed_format_to_type_and_comps()
Dformats.csv115 MESA_FORMAT_Z_UNORM32 , array , 1, 1, 1, un32, , , , x___, zs
Dglformats.c3798 return MESA_FORMAT_Z_UNORM32; in _mesa_format_from_format_and_type()
/external/mesa3d/prebuilt-intermediates/main/
Dformat_pack.c10289 case MESA_FORMAT_Z_UNORM32: in _mesa_get_pack_float_z_func()
10366 case MESA_FORMAT_Z_UNORM32: in _mesa_get_pack_uint_z_func()
10480 case MESA_FORMAT_Z_UNORM32: in _mesa_pack_float_z_row()
10551 case MESA_FORMAT_Z_UNORM32: in _mesa_pack_uint_z_row()
Dformat_unpack.c6854 case MESA_FORMAT_Z_UNORM32: in _mesa_unpack_float_z_row()
6957 case MESA_FORMAT_Z_UNORM32: in _mesa_unpack_uint_z_row()