Home
last modified time | relevance | path

Searched refs:MESA_FORMAT_Z_UNORM32 (Results 1 – 13 of 13) 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()
442 if (rb->Format == MESA_FORMAT_Z_UNORM32 && !(span->arrayMask & SPAN_XY)) { in _swrast_depth_bounds_test()
600 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.c67 case MESA_FORMAT_Z_UNORM32: in swzsurf_format()
106 case MESA_FORMAT_Z_UNORM32: in surf2d_format()
145 case MESA_FORMAT_Z_UNORM32: in rect_format()
184 case MESA_FORMAT_Z_UNORM32: in sifm_format()
/external/mesa3d/src/mesa/main/
Dtexstore.c153 assert(dstFormat == MESA_FORMAT_Z_UNORM32 || in _mesa_texstore_z32()
157 if (dstFormat == MESA_FORMAT_Z_UNORM32) in _mesa_texstore_z32()
597 table[MESA_FORMAT_Z_UNORM32] = _mesa_texstore_z32; in texstore_depth_stencil()
Dformats.h401 MESA_FORMAT_Z_UNORM32, /* uint[i] = Z */ enumerator
Dtexformat.c224 RETURN_IF_SUPPORTED(MESA_FORMAT_Z_UNORM32); in _mesa_choose_tex_format()
Dformats.c995 case MESA_FORMAT_Z_UNORM32: in _mesa_uncompressed_format_to_type_and_comps()
1663 case MESA_FORMAT_Z_UNORM32: in _mesa_format_matches_format_and_type()
Dformats.csv119 MESA_FORMAT_Z_UNORM32 , array , 1, 1, 1, un32, , , , x___, zs
Dglformats.c3662 return MESA_FORMAT_Z_UNORM32; in _mesa_format_from_format_and_type()
/external/mesa3d/src/mesa/state_tracker/
Dst_format.c121 case MESA_FORMAT_Z_UNORM32: in st_mesa_format_to_pipe_format()
611 return MESA_FORMAT_Z_UNORM32; in st_pipe_format_to_mesa_format()
/external/mesa3d/prebuilt-intermediates/main/
Dformat_pack.c10774 case MESA_FORMAT_Z_UNORM32: in _mesa_get_pack_float_z_func()
10859 case MESA_FORMAT_Z_UNORM32: in _mesa_get_pack_uint_z_func()
10977 case MESA_FORMAT_Z_UNORM32: in _mesa_pack_float_z_row()
11048 case MESA_FORMAT_Z_UNORM32: in _mesa_pack_uint_z_row()
Dformat_unpack.c7258 case MESA_FORMAT_Z_UNORM32: in _mesa_unpack_float_z_row()
7363 case MESA_FORMAT_Z_UNORM32: in _mesa_unpack_uint_z_row()
Dformat_info.h847 .Name = MESA_FORMAT_Z_UNORM32,