Home
last modified time | relevance | path

Searched refs:MESA_FORMAT_Z32_FLOAT_X24S8 (Results 1 – 21 of 21) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i915/
Dintel_tex_format.c45 case MESA_FORMAT_Z32_FLOAT_X24S8: in intel_mesa_format_to_rb_datatype()
Dintel_mipmap_tree.c160 } else if (mt->format == MESA_FORMAT_Z32_FLOAT_X24S8) { in intel_miptree_create_internal()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dintel_tex_format.c45 case MESA_FORMAT_Z32_FLOAT_X24S8: in intel_mesa_format_to_rb_datatype()
Dbrw_clear.c131 case MESA_FORMAT_Z32_FLOAT_X24S8: in brw_fast_clear_depth()
Dbrw_vtbl.c225 case MESA_FORMAT_Z32_FLOAT_X24S8: in brw_is_hiz_depth_format()
Dbrw_misc_state.c215 intel_rb_format(srb) == MESA_FORMAT_Z32_FLOAT_X24S8)) { in brw_depthbuffer_format()
247 case MESA_FORMAT_Z32_FLOAT_X24S8: in brw_depthbuffer_format()
Dbrw_wm_surface_state.c460 [MESA_FORMAT_Z32_FLOAT_X24S8] = 0, in brw_format_for_mesa_format()
545 brw->format_supported_as_render_target[MESA_FORMAT_Z32_FLOAT_X24S8] = true; in brw_init_surface_formats()
553 ctx->TextureFormatSupported[MESA_FORMAT_Z32_FLOAT_X24S8] = true; in brw_init_surface_formats()
617 case MESA_FORMAT_Z32_FLOAT_X24S8: in translate_tex_format()
Dintel_mipmap_tree.c160 } else if (mt->format == MESA_FORMAT_Z32_FLOAT_X24S8) { in intel_miptree_create_internal()
/external/mesa3d/src/mesa/drivers/dri/intel/
Dintel_tex_format.c45 case MESA_FORMAT_Z32_FLOAT_X24S8: in intel_mesa_format_to_rb_datatype()
Dintel_mipmap_tree.c160 } else if (mt->format == MESA_FORMAT_Z32_FLOAT_X24S8) { in intel_miptree_create_internal()
/external/mesa3d/src/mesa/main/
Dformats.h276 MESA_FORMAT_Z32_FLOAT_X24S8, enumerator
Dtexformat.c456 ASSERT(ctx->TextureFormatSupported[MESA_FORMAT_Z32_FLOAT_X24S8]); in _mesa_choose_tex_format()
457 return MESA_FORMAT_Z32_FLOAT_X24S8; in _mesa_choose_tex_format()
Dformat_pack.c2196 case MESA_FORMAT_Z32_FLOAT_X24S8: in _mesa_get_pack_float_z_func()
2282 case MESA_FORMAT_Z32_FLOAT_X24S8: in _mesa_get_pack_uint_z_func()
2340 case MESA_FORMAT_Z32_FLOAT_X24S8: in _mesa_get_pack_ubyte_stencil_func()
2409 case MESA_FORMAT_Z32_FLOAT_X24S8: in _mesa_pack_float_z_row()
2482 case MESA_FORMAT_Z32_FLOAT_X24S8: in _mesa_pack_uint_z_row()
2532 case MESA_FORMAT_Z32_FLOAT_X24S8: in _mesa_pack_ubyte_stencil_row()
2569 case MESA_FORMAT_Z32_FLOAT_X24S8: in _mesa_pack_uint_24_8_depth_stencil_row()
Dformats.c1503 MESA_FORMAT_Z32_FLOAT_X24S8, /* Name */
2193 case MESA_FORMAT_Z32_FLOAT_X24S8: in _mesa_format_to_type_and_comps()
2957 case MESA_FORMAT_Z32_FLOAT_X24S8: in _mesa_format_matches_format_and_type()
Dformat_unpack.c1602 table[MESA_FORMAT_Z32_FLOAT_X24S8] = unpack_Z32_FLOAT_X24S8; in get_unpack_rgba_function()
2963 case MESA_FORMAT_Z32_FLOAT_X24S8: in _mesa_unpack_float_z_row()
3068 case MESA_FORMAT_Z32_FLOAT_X24S8: in _mesa_unpack_uint_z_row()
3131 case MESA_FORMAT_Z32_FLOAT_X24S8: in _mesa_unpack_ubyte_stencil_row()
Dtexstore.c3824 ASSERT(dstFormat == MESA_FORMAT_Z32_FLOAT_X24S8); in _mesa_texstore_z32f_x24s8()
4152 table[MESA_FORMAT_Z32_FLOAT_X24S8] = _mesa_texstore_z32f_x24s8; in _mesa_get_texstore_func()
Dfbobject.c2520 else if (format == MESA_FORMAT_Z32_FLOAT_X24S8) { in _mesa_GetFramebufferAttachmentParameterivEXT()
/external/mesa3d/src/mesa/swrast/
Ds_depth.c625 case MESA_FORMAT_Z32_FLOAT_X24S8: in _swrast_clear_depth_buffer()
722 case MESA_FORMAT_Z32_FLOAT_X24S8: in _swrast_clear_depth_stencil_buffer()
Ds_texfetch.c1098 MESA_FORMAT_Z32_FLOAT_X24S8,
Ds_blit.c170 readRb->Format == MESA_FORMAT_Z32_FLOAT_X24S8) { in blit_nearest()
/external/mesa3d/src/mesa/state_tracker/
Dst_format.c118 case MESA_FORMAT_Z32_FLOAT_X24S8: in st_mesa_format_to_pipe_format()
445 return MESA_FORMAT_Z32_FLOAT_X24S8; in st_pipe_format_to_mesa_format()