Searched refs:MESA_FORMAT_S8_UINT_Z24_UNORM (Results 1 – 19 of 19) sorted by relevance
/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
D | nv20_state_fb.c | 47 case MESA_FORMAT_S8_UINT_Z24_UNORM: in get_rt_format() 120 rt_format |= get_rt_format(MESA_FORMAT_S8_UINT_Z24_UNORM); in nv20_emit_framebuffer()
|
D | nouveau_fbo.c | 71 rb->Format = MESA_FORMAT_S8_UINT_Z24_UNORM; in set_renderbuffer_format() 278 case MESA_FORMAT_S8_UINT_Z24_UNORM: in validate_format_bpp()
|
D | nv04_surface.c | 66 case MESA_FORMAT_S8_UINT_Z24_UNORM: in swzsurf_format() 105 case MESA_FORMAT_S8_UINT_Z24_UNORM: in surf2d_format() 144 case MESA_FORMAT_S8_UINT_Z24_UNORM: in rect_format() 183 case MESA_FORMAT_S8_UINT_Z24_UNORM: in sifm_format()
|
D | nouveau_util.h | 60 case MESA_FORMAT_S8_UINT_Z24_UNORM: in pack_zs_i()
|
D | nv10_state_fb.c | 47 case MESA_FORMAT_S8_UINT_Z24_UNORM: in get_rt_format()
|
/external/mesa3d/src/mesa/swrast/ |
D | s_depth.c | 567 rb->Format == MESA_FORMAT_S8_UINT_Z24_UNORM || in _swrast_clear_depth_buffer() 617 case MESA_FORMAT_S8_UINT_Z24_UNORM: in _swrast_clear_depth_buffer() 706 case MESA_FORMAT_S8_UINT_Z24_UNORM: in _swrast_clear_depth_stencil_buffer()
|
D | s_renderbuffer.c | 112 rb->Format = MESA_FORMAT_S8_UINT_Z24_UNORM; in soft_renderbuffer_storage()
|
D | s_stencil.c | 630 case MESA_FORMAT_S8_UINT_Z24_UNORM: in _swrast_clear_stencil_buffer()
|
D | s_drawpix.c | 625 (depthRb->Format == MESA_FORMAT_S8_UINT_Z24_UNORM || in draw_depth_stencil_pixels()
|
/external/mesa3d/src/mesa/main/ |
D | formats.h | 370 MESA_FORMAT_S8_UINT_Z24_UNORM,/* ZZZZ ZZZZ ZZZZ ZZZZ ZZZZ ZZZZ SSSS SSSS */ enumerator
|
D | texformat.c | 365 RETURN_IF_SUPPORTED(MESA_FORMAT_S8_UINT_Z24_UNORM); in _mesa_choose_tex_format()
|
D | texstore.c | 334 assert(dstFormat == MESA_FORMAT_S8_UINT_Z24_UNORM); in _mesa_texstore_z24_s8() 592 table[MESA_FORMAT_S8_UINT_Z24_UNORM] = _mesa_texstore_z24_s8; in texstore_depth_stencil()
|
D | formats.c | 970 case MESA_FORMAT_S8_UINT_Z24_UNORM: in _mesa_uncompressed_format_to_type_and_comps() 1649 case MESA_FORMAT_S8_UINT_Z24_UNORM: in _mesa_format_matches_format_and_type()
|
D | readpix.c | 648 if (rb->Format != MESA_FORMAT_S8_UINT_Z24_UNORM && in fast_read_depth_stencil_pixels()
|
D | formats.csv | 89 MESA_FORMAT_S8_UINT_Z24_UNORM , packed, 1, 1, 1, un24, u8 , , , xy__, zs
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_format.c | 123 case MESA_FORMAT_S8_UINT_Z24_UNORM: in st_mesa_format_to_pipe_format() 613 return MESA_FORMAT_S8_UINT_Z24_UNORM; in st_pipe_format_to_mesa_format()
|
/external/mesa3d/prebuilt-intermediates/main/ |
D | format_pack.c | 10766 case MESA_FORMAT_S8_UINT_Z24_UNORM: in _mesa_get_pack_float_z_func() 10851 case MESA_FORMAT_S8_UINT_Z24_UNORM: in _mesa_get_pack_uint_z_func() 10915 case MESA_FORMAT_S8_UINT_Z24_UNORM: in _mesa_get_pack_ubyte_stencil_func() 10937 case MESA_FORMAT_S8_UINT_Z24_UNORM: in _mesa_pack_float_z_row() 11013 case MESA_FORMAT_S8_UINT_Z24_UNORM: in _mesa_pack_uint_z_row() 11086 case MESA_FORMAT_S8_UINT_Z24_UNORM: in _mesa_pack_ubyte_stencil_row() 11136 case MESA_FORMAT_S8_UINT_Z24_UNORM: in _mesa_pack_uint_24_8_depth_stencil_row()
|
D | format_unpack.c | 7247 case MESA_FORMAT_S8_UINT_Z24_UNORM: in _mesa_unpack_float_z_row() 7352 case MESA_FORMAT_S8_UINT_Z24_UNORM: in _mesa_unpack_uint_z_row() 7426 case MESA_FORMAT_S8_UINT_Z24_UNORM: in _mesa_unpack_ubyte_stencil_row() 7483 case MESA_FORMAT_S8_UINT_Z24_UNORM: in _mesa_unpack_uint_24_8_depth_stencil_row() 7560 case MESA_FORMAT_S8_UINT_Z24_UNORM: in _mesa_unpack_float_32_uint_24_8_depth_stencil_row()
|
D | format_info.h | 497 .Name = MESA_FORMAT_S8_UINT_Z24_UNORM,
|