Home
last modified time | relevance | path

Searched refs:MESA_FORMAT_Z32_FLOAT (Results 1 – 18 of 18) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_blorp.cpp87 case MESA_FORMAT_Z32_FLOAT: in set()
198 case MESA_FORMAT_Z32_FLOAT: depth_format = BRW_DEPTHFORMAT_D32_FLOAT; break; in brw_hiz_op_params()
Dbrw_clear.c143 case MESA_FORMAT_Z32_FLOAT: in brw_fast_clear_depth()
Dbrw_vtbl.c224 case MESA_FORMAT_Z32_FLOAT: in brw_is_hiz_depth_format()
Dbrw_wm_surface_state.c459 [MESA_FORMAT_Z32_FLOAT] = 0, in brw_format_for_mesa_format()
544 brw->format_supported_as_render_target[MESA_FORMAT_Z32_FLOAT] = true; in brw_init_surface_formats()
552 ctx->TextureFormatSupported[MESA_FORMAT_Z32_FLOAT] = true; in brw_init_surface_formats()
614 case MESA_FORMAT_Z32_FLOAT: in translate_tex_format()
Dintel_mipmap_tree.c161 mt->format = MESA_FORMAT_Z32_FLOAT; in intel_miptree_create_internal()
1342 bool map_z32f_x24s8 = mt->format == MESA_FORMAT_Z32_FLOAT; in intel_miptree_map_depthstencil()
1413 bool map_z32f_x24s8 = mt->format == MESA_FORMAT_Z32_FLOAT; in intel_miptree_unmap_depthstencil()
Dbrw_misc_state.c225 case MESA_FORMAT_Z32_FLOAT: in brw_depthbuffer_format()
/external/mesa3d/src/mesa/main/
Dformats.h275 MESA_FORMAT_Z32_FLOAT, enumerator
Dtexformat.c453 ASSERT(ctx->TextureFormatSupported[MESA_FORMAT_Z32_FLOAT]); in _mesa_choose_tex_format()
454 return MESA_FORMAT_Z32_FLOAT; in _mesa_choose_tex_format()
Dformats.c1494 MESA_FORMAT_Z32_FLOAT, /* Name */
2188 case MESA_FORMAT_Z32_FLOAT: in _mesa_format_to_type_and_comps()
2954 case MESA_FORMAT_Z32_FLOAT: in _mesa_format_matches_format_and_type()
Dformat_pack.c2195 case MESA_FORMAT_Z32_FLOAT: in _mesa_get_pack_float_z_func()
2280 case MESA_FORMAT_Z32_FLOAT: in _mesa_get_pack_uint_z_func()
2406 case MESA_FORMAT_Z32_FLOAT: in _mesa_pack_float_z_row()
2470 case MESA_FORMAT_Z32_FLOAT: in _mesa_pack_uint_z_row()
Dformat_unpack.c1601 table[MESA_FORMAT_Z32_FLOAT] = unpack_Z32_FLOAT; in get_unpack_rgba_function()
2960 case MESA_FORMAT_Z32_FLOAT: in _mesa_unpack_float_z_row()
3065 case MESA_FORMAT_Z32_FLOAT: in _mesa_unpack_uint_z_row()
Dtexstore.c1017 dstFormat == MESA_FORMAT_Z32_FLOAT); in _mesa_texstore_z32()
4151 table[MESA_FORMAT_Z32_FLOAT] = _mesa_texstore_z32; in _mesa_get_texstore_func()
/external/mesa3d/src/mesa/state_tracker/
Dst_format.c116 case MESA_FORMAT_Z32_FLOAT: in st_mesa_format_to_pipe_format()
443 return MESA_FORMAT_Z32_FLOAT; in st_pipe_format_to_mesa_format()
/external/mesa3d/src/mesa/drivers/dri/i915/
Dintel_mipmap_tree.c161 mt->format = MESA_FORMAT_Z32_FLOAT; in intel_miptree_create_internal()
1342 bool map_z32f_x24s8 = mt->format == MESA_FORMAT_Z32_FLOAT; in intel_miptree_map_depthstencil()
1413 bool map_z32f_x24s8 = mt->format == MESA_FORMAT_Z32_FLOAT; in intel_miptree_unmap_depthstencil()
/external/mesa3d/src/mesa/drivers/dri/intel/
Dintel_mipmap_tree.c161 mt->format = MESA_FORMAT_Z32_FLOAT; in intel_miptree_create_internal()
1342 bool map_z32f_x24s8 = mt->format == MESA_FORMAT_Z32_FLOAT; in intel_miptree_map_depthstencil()
1413 bool map_z32f_x24s8 = mt->format == MESA_FORMAT_Z32_FLOAT; in intel_miptree_unmap_depthstencil()
/external/mesa3d/src/mesa/swrast/
Ds_texfetch.c1092 MESA_FORMAT_Z32_FLOAT,
Ds_depth.c585 case MESA_FORMAT_Z32_FLOAT: in _swrast_clear_depth_buffer()
Ds_blit.c169 if (readRb->Format == MESA_FORMAT_Z32_FLOAT || in blit_nearest()