Home
last modified time | relevance | path

Searched refs:MESA_FORMAT_Z_UNORM16 (Results 1 – 25 of 32) sorted by relevance

12

/external/mesa3d/src/mesa/main/tests/
Dmesa_formats.cpp163 MESA_FORMAT_Z_UNORM16); in TEST()
182 EXPECT_TRUE(_mesa_format_matches_format_and_type(MESA_FORMAT_Z_UNORM16, in TEST()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_surface_formats.c320 screen->mesa_format_supports_render[MESA_FORMAT_Z_UNORM16] = true; in intel_screen_init_surface_formats()
346 screen->mesa_format_supports_texture[MESA_FORMAT_Z_UNORM16] = true; in intel_screen_init_surface_formats()
461 case MESA_FORMAT_Z_UNORM16: in translate_tex_format()
525 case MESA_FORMAT_Z_UNORM16: in brw_depth_format()
Dbrw_clear.c145 case MESA_FORMAT_Z_UNORM16: in brw_fast_clear_depth()
/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnouveau_fbo.c64 rb->Format = MESA_FORMAT_Z_UNORM16; in set_renderbuffer_format()
286 case MESA_FORMAT_Z_UNORM16: in validate_format_bpp()
Dnv04_surface.c56 case MESA_FORMAT_Z_UNORM16: in swzsurf_format()
94 case MESA_FORMAT_Z_UNORM16: in surf2d_format()
132 case MESA_FORMAT_Z_UNORM16: in rect_format()
170 case MESA_FORMAT_Z_UNORM16: in sifm_format()
Dnv20_state_fb.c45 case MESA_FORMAT_Z_UNORM16: in get_rt_format()
Dnouveau_util.h64 case MESA_FORMAT_Z_UNORM16: in pack_zs_i()
Dnv10_state_fb.c45 case MESA_FORMAT_Z_UNORM16: in get_rt_format()
/external/mesa3d/src/mesa/swrast/
Ds_depth.c303 if (rb->Format == MESA_FORMAT_Z_UNORM16 && !(span->arrayMask & SPAN_XY)) { in _swrast_depth_test_span()
442 if (rb->Format == MESA_FORMAT_Z_UNORM16) { in _swrast_depth_bounds_test()
575 case MESA_FORMAT_Z_UNORM16: in _swrast_clear_depth_buffer()
Ds_renderbuffer.c102 rb->Format = MESA_FORMAT_Z_UNORM16; in soft_renderbuffer_storage()
Ds_triangle.c891 assert(rb->Format == MESA_FORMAT_Z_UNORM16); \
1029 depthRb->Format == MESA_FORMAT_Z_UNORM16) { in _swrast_choose_triangle()
/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_fbo.c316 if (rb->Format == MESA_FORMAT_Z_UNORM16) { in radeon_map_renderbuffer()
424 if (rb->Format == MESA_FORMAT_Z_UNORM16) { in radeon_unmap_renderbuffer()
514 rb->Format = MESA_FORMAT_Z_UNORM16; in radeon_alloc_renderbuffer_storage()
Dradeon_texture.c526 case MESA_FORMAT_Z_UNORM16: in radeonIsFormatRenderable()
Dradeon_screen.c739 radeon_create_renderbuffer(MESA_FORMAT_Z_UNORM16, driDrawPriv); in radeonCreateBuffer()
/external/mesa3d/src/mesa/drivers/dri/r200/
Dradeon_fbo.c316 if (rb->Format == MESA_FORMAT_Z_UNORM16) { in radeon_map_renderbuffer()
424 if (rb->Format == MESA_FORMAT_Z_UNORM16) { in radeon_unmap_renderbuffer()
514 rb->Format = MESA_FORMAT_Z_UNORM16; in radeon_alloc_renderbuffer_storage()
Dradeon_texture.c526 case MESA_FORMAT_Z_UNORM16: in radeonIsFormatRenderable()
Dradeon_screen.c739 radeon_create_renderbuffer(MESA_FORMAT_Z_UNORM16, driDrawPriv); in radeonCreateBuffer()
/external/mesa3d/src/mesa/drivers/dri/i915/
Di915_texstate.c73 case MESA_FORMAT_Z_UNORM16: in translate_texture_format()
Dintel_fbo.c176 return MESA_FORMAT_Z_UNORM16; in intel_renderbuffer_format()
Di915_vtbl.c560 format == MESA_FORMAT_Z_UNORM16) { in i915_render_target_supported()
Di830_vtbl.c601 format == MESA_FORMAT_Z_UNORM16) { in i830_render_target_supported()
/external/mesa3d/src/mesa/main/
Dtexformat.c229 RETURN_IF_SUPPORTED(MESA_FORMAT_Z_UNORM16); in _mesa_choose_tex_format()
Dformats.h404 #define MESA_FORMAT_Z_UNORM16 PIPE_FORMAT_Z16_UNORM macro
Dtexstore.c254 assert(dstFormat == MESA_FORMAT_Z_UNORM16); in _mesa_texstore_z16()
593 table[MESA_FORMAT_Z_UNORM16] = _mesa_texstore_z16; in texstore_depth_stencil()
Dformats.c1040 case MESA_FORMAT_Z_UNORM16: in _mesa_uncompressed_format_to_type_and_comps()

12