Home
last modified time | relevance | path

Searched refs:MESA_FORMAT_Z32 (Results 1 – 12 of 12) sorted by relevance

/external/mesa3d/src/mesa/swrast/
Ds_depth.c220 if (rb->Format == MESA_FORMAT_Z32) { in get_z32_values()
255 if (rb->Format == MESA_FORMAT_Z32) { in put_z32_values()
308 else if (rb->Format == MESA_FORMAT_Z32 && !(span->arrayMask & SPAN_XY)) { in _swrast_depth_test_span()
436 if (rb->Format == MESA_FORMAT_Z32 && !(span->arrayMask & SPAN_XY)) { in _swrast_depth_bounds_test()
584 case MESA_FORMAT_Z32: in _swrast_clear_depth_buffer()
Ds_texfetch.c386 MESA_FORMAT_Z32,
Ds_renderbuffer.c108 rb->Format = MESA_FORMAT_Z32; in soft_renderbuffer_storage()
/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnv04_surface.c67 case MESA_FORMAT_Z32: in swzsurf_format()
106 case MESA_FORMAT_Z32: in surf2d_format()
145 case MESA_FORMAT_Z32: in rect_format()
184 case MESA_FORMAT_Z32: in sifm_format()
/external/mesa3d/src/mesa/main/
Dformats.h113 MESA_FORMAT_Z32, /* ZZZZ ZZZZ ZZZZ ZZZZ ZZZZ ZZZZ ZZZZ ZZZZ */ enumerator
Dformat_pack.c1733 table[MESA_FORMAT_Z32] = NULL; in _mesa_get_pack_ubyte_rgba_function()
1879 table[MESA_FORMAT_Z32] = NULL; in _mesa_get_pack_float_rgba_function()
2193 case MESA_FORMAT_Z32: in _mesa_get_pack_float_z_func()
2278 case MESA_FORMAT_Z32: in _mesa_get_pack_uint_z_func()
2396 case MESA_FORMAT_Z32: in _mesa_pack_float_z_row()
2467 case MESA_FORMAT_Z32: in _mesa_pack_uint_z_row()
Dformats.c479 MESA_FORMAT_Z32, /* Name */
2183 case MESA_FORMAT_Z32: in _mesa_format_to_type_and_comps()
2751 case MESA_FORMAT_Z32: in _mesa_format_matches_format_and_type()
Dtexformat.c212 RETURN_IF_SUPPORTED(MESA_FORMAT_Z32); in _mesa_choose_tex_format()
Dformat_unpack.c1522 table[MESA_FORMAT_Z32] = unpack_Z32; in get_unpack_rgba_function()
2957 case MESA_FORMAT_Z32: in _mesa_unpack_float_z_row()
3062 case MESA_FORMAT_Z32: in _mesa_unpack_uint_z_row()
Dtexstore.c1016 ASSERT(dstFormat == MESA_FORMAT_Z32 || in _mesa_texstore_z32()
1020 if (dstFormat == MESA_FORMAT_Z32) in _mesa_texstore_z32()
4088 table[MESA_FORMAT_Z32] = _mesa_texstore_z32; in _mesa_get_texstore_func()
/external/mesa3d/src/mesa/state_tracker/
Dst_format.c104 case MESA_FORMAT_Z32: in st_mesa_format_to_pipe_format()
433 return MESA_FORMAT_Z32; in st_pipe_format_to_mesa_format()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_wm_surface_state.c334 [MESA_FORMAT_Z32] = 0, in brw_format_for_mesa_format()