Searched refs:MESA_FORMAT_S8_UINT_Z24_UNORM (Results 1 – 17 of 17) sorted by relevance
/third_party/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 | 72 rb->Format = MESA_FORMAT_S8_UINT_Z24_UNORM; in set_renderbuffer_format() 283 case MESA_FORMAT_S8_UINT_Z24_UNORM: in validate_format_bpp()
|
D | nv04_surface.c | 65 case MESA_FORMAT_S8_UINT_Z24_UNORM: in swzsurf_format() 103 case MESA_FORMAT_S8_UINT_Z24_UNORM: in surf2d_format() 141 case MESA_FORMAT_S8_UINT_Z24_UNORM: in rect_format() 179 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()
|
/third_party/mesa3d/src/mesa/swrast/ |
D | s_depth.c | 309 case MESA_FORMAT_S8_UINT_Z24_UNORM: in get_pack_uint_z_func() 647 rb->Format == MESA_FORMAT_S8_UINT_Z24_UNORM || in _swrast_clear_depth_buffer() 698 case MESA_FORMAT_S8_UINT_Z24_UNORM: in _swrast_clear_depth_buffer() 788 case MESA_FORMAT_S8_UINT_Z24_UNORM: in _swrast_clear_depth_stencil_buffer()
|
D | s_stencil.c | 369 case MESA_FORMAT_S8_UINT_Z24_UNORM: in get_pack_ubyte_stencil_func() 690 case MESA_FORMAT_S8_UINT_Z24_UNORM: in _swrast_clear_stencil_buffer()
|
D | s_drawpix.c | 567 case MESA_FORMAT_S8_UINT_Z24_UNORM: in pack_uint_24_8_depth_stencil_row() 658 (depthRb->Format == MESA_FORMAT_S8_UINT_Z24_UNORM || in draw_depth_stencil_pixels()
|
D | s_renderbuffer.c | 112 rb->Format = MESA_FORMAT_S8_UINT_Z24_UNORM; in soft_renderbuffer_storage()
|
/third_party/mesa3d/src/mesa/main/ |
D | formats.h | 376 #define MESA_FORMAT_S8_UINT_Z24_UNORM PIPE_FORMAT_S8_UINT_Z24_UNORM macro
|
D | texformat.c | 365 RETURN_IF_SUPPORTED(MESA_FORMAT_S8_UINT_Z24_UNORM); in _mesa_choose_tex_format()
|
D | texstore.c | 333 assert(dstFormat == MESA_FORMAT_S8_UINT_Z24_UNORM); in _mesa_texstore_z24_s8() 591 table[MESA_FORMAT_S8_UINT_Z24_UNORM] = _mesa_texstore_z24_s8; in texstore_depth_stencil()
|
D | pack.c | 1713 case MESA_FORMAT_S8_UINT_Z24_UNORM: in _mesa_unpack_uint_24_8_depth_stencil_row() 1787 case MESA_FORMAT_S8_UINT_Z24_UNORM: in _mesa_unpack_float_32_uint_24_8_depth_stencil_row()
|
D | formats.c | 1033 case MESA_FORMAT_S8_UINT_Z24_UNORM: in _mesa_uncompressed_format_to_type_and_comps()
|
D | formats.csv | 81 MESA_FORMAT_S8_UINT_Z24_UNORM , packed, 1, 1, 1, un24, u8 , , , xy__, zs
|
D | readpix.c | 658 if (rb->Format != MESA_FORMAT_S8_UINT_Z24_UNORM && in fast_read_depth_stencil_pixels()
|
D | glformats.c | 3831 return MESA_FORMAT_S8_UINT_Z24_UNORM; in _mesa_format_from_format_and_type()
|