Home
last modified time | relevance | path

Searched refs:MESA_FORMAT_Z24_S8 (Results 1 – 20 of 20) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnv20_state_fb.c47 case MESA_FORMAT_Z24_S8: in get_rt_format()
120 rt_format |= get_rt_format(MESA_FORMAT_Z24_S8); in nv20_emit_framebuffer()
Dnv04_surface.c66 case MESA_FORMAT_Z24_S8: in swzsurf_format()
105 case MESA_FORMAT_Z24_S8: in surf2d_format()
144 case MESA_FORMAT_Z24_S8: in rect_format()
183 case MESA_FORMAT_Z24_S8: in sifm_format()
Dnouveau_util.h60 case MESA_FORMAT_Z24_S8: in pack_zs_i()
Dnv10_state_fb.c47 case MESA_FORMAT_Z24_S8: in get_rt_format()
Dnouveau_fbo.c72 rb->Format = MESA_FORMAT_Z24_S8; in set_renderbuffer_format()
/external/mesa3d/src/mesa/main/
Dformat_pack.c1728 table[MESA_FORMAT_Z24_S8] = NULL; in _mesa_get_pack_ubyte_rgba_function()
1874 table[MESA_FORMAT_Z24_S8] = NULL; in _mesa_get_pack_float_rgba_function()
2185 case MESA_FORMAT_Z24_S8: in _mesa_get_pack_float_z_func()
2270 case MESA_FORMAT_Z24_S8: in _mesa_get_pack_uint_z_func()
2334 case MESA_FORMAT_Z24_S8: in _mesa_get_pack_ubyte_stencil_func()
2356 case MESA_FORMAT_Z24_S8: in _mesa_pack_float_z_row()
2432 case MESA_FORMAT_Z24_S8: in _mesa_pack_uint_z_row()
2505 case MESA_FORMAT_Z24_S8: in _mesa_pack_ubyte_stencil_row()
2555 case MESA_FORMAT_Z24_S8: in _mesa_pack_uint_24_8_depth_stencil_row()
Dformats.h108 MESA_FORMAT_Z24_S8, /* ZZZZ ZZZZ ZZZZ ZZZZ ZZZZ ZZZZ SSSS SSSS */ enumerator
Dformats.c434 MESA_FORMAT_Z24_S8, /* Name */
2158 case MESA_FORMAT_Z24_S8: in _mesa_format_to_type_and_comps()
2737 case MESA_FORMAT_Z24_S8: in _mesa_format_matches_format_and_type()
Dtexformat.c442 RETURN_IF_SUPPORTED(MESA_FORMAT_Z24_S8); in _mesa_choose_tex_format()
Dformat_unpack.c1517 table[MESA_FORMAT_Z24_S8] = unpack_Z24_S8; in get_unpack_rgba_function()
2946 case MESA_FORMAT_Z24_S8: in _mesa_unpack_float_z_row()
3051 case MESA_FORMAT_Z24_S8: in _mesa_unpack_uint_z_row()
3125 case MESA_FORMAT_Z24_S8: in _mesa_unpack_ubyte_stencil_row()
3163 case MESA_FORMAT_Z24_S8: in _mesa_unpack_uint_24_8_depth_stencil_row()
Dreadpix.c430 if (rb->Format != MESA_FORMAT_Z24_S8 && in fast_read_depth_stencil_pixels()
Dtexstore.c2782 ASSERT(dstFormat == MESA_FORMAT_Z24_S8); in _mesa_texstore_z24_s8()
4083 table[MESA_FORMAT_Z24_S8] = _mesa_texstore_z24_s8; in _mesa_get_texstore_func()
/external/mesa3d/src/mesa/swrast/
Ds_depth.c551 rb->Format == MESA_FORMAT_Z24_S8 || in _swrast_clear_depth_buffer()
601 case MESA_FORMAT_Z24_S8: in _swrast_clear_depth_buffer()
690 case MESA_FORMAT_Z24_S8: in _swrast_clear_depth_stencil_buffer()
Ds_texfetch.c356 MESA_FORMAT_Z24_S8,
Ds_renderbuffer.c112 rb->Format = MESA_FORMAT_Z24_S8; in soft_renderbuffer_storage()
Ds_stencil.c628 case MESA_FORMAT_Z24_S8: in _swrast_clear_stencil_buffer()
Ds_drawpix.c577 (depthRb->Format == MESA_FORMAT_Z24_S8 || in draw_depth_stencil_pixels()
Ds_texfetch_tmp.h1503 ASSERT(texImage->Base.TexFormat == MESA_FORMAT_Z24_S8 || in FETCH()
/external/mesa3d/src/mesa/state_tracker/
Dst_format.c106 case MESA_FORMAT_Z24_S8: in st_mesa_format_to_pipe_format()
435 return MESA_FORMAT_Z24_S8; in st_pipe_format_to_mesa_format()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_wm_surface_state.c329 [MESA_FORMAT_Z24_S8] = 0, in brw_format_for_mesa_format()