Searched refs:MESA_FORMAT_Z_UNORM32 (Results 1 – 11 of 11) sorted by relevance
/external/mesa3d/src/mesa/swrast/ |
D | s_depth.c | 220 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()
|
D | s_renderbuffer.c | 108 rb->Format = MESA_FORMAT_Z_UNORM32; in soft_renderbuffer_storage()
|
/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
D | nv04_surface.c | 66 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/ |
D | texstore.c | 154 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()
|
D | texformat.c | 224 RETURN_IF_SUPPORTED(MESA_FORMAT_Z_UNORM32); in _mesa_choose_tex_format()
|
D | formats.h | 405 #define MESA_FORMAT_Z_UNORM32 PIPE_FORMAT_Z32_UNORM macro
|
D | formats.c | 1055 case MESA_FORMAT_Z_UNORM32: in _mesa_uncompressed_format_to_type_and_comps()
|
D | formats.csv | 115 MESA_FORMAT_Z_UNORM32 , array , 1, 1, 1, un32, , , , x___, zs
|
D | glformats.c | 3798 return MESA_FORMAT_Z_UNORM32; in _mesa_format_from_format_and_type()
|
/external/mesa3d/prebuilt-intermediates/main/ |
D | format_pack.c | 10289 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()
|
D | format_unpack.c | 6854 case MESA_FORMAT_Z_UNORM32: in _mesa_unpack_float_z_row() 6957 case MESA_FORMAT_Z_UNORM32: in _mesa_unpack_uint_z_row()
|