Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_surface_formats.c314 screen->mesa_format_supports_render[MESA_FORMAT_Z_FLOAT32] = true; in intel_screen_init_surface_formats()
324 screen->mesa_format_supports_texture[MESA_FORMAT_Z_FLOAT32] = true; in intel_screen_init_surface_formats()
465 case MESA_FORMAT_Z_FLOAT32: in translate_tex_format()
524 case MESA_FORMAT_Z_FLOAT32: in brw_depth_format()
Dbrw_clear.c170 mt->format == MESA_FORMAT_Z_FLOAT32 ? ctx->Depth.Clear : in brw_fast_clear_depth()
Dintel_mipmap_tree.c237 case MESA_FORMAT_Z_FLOAT32: in intel_miptree_supports_hiz()
310 return MESA_FORMAT_Z_FLOAT32; in intel_depth_format_for_depthstencil_format()
1306 if (mt->format == MESA_FORMAT_Z_FLOAT32 && mt->stencil_mt) in intel_miptree_match_image()
3377 bool map_z32f_x24s8 = mt->format == MESA_FORMAT_Z_FLOAT32; in intel_miptree_map_depthstencil()
3449 bool map_z32f_x24s8 = mt->format == MESA_FORMAT_Z_FLOAT32; in intel_miptree_unmap_depthstencil()
Dbrw_misc_state.c350 case MESA_FORMAT_Z_FLOAT32: in brw_convert_depth_value()
Dbrw_blorp.c214 case MESA_FORMAT_Z_FLOAT32: in brw_blorp_to_isl_format()
/external/mesa3d/src/mesa/main/
Dtexformat.c370 assert(ctx->TextureFormatSupported[MESA_FORMAT_Z_FLOAT32]); in _mesa_choose_tex_format()
371 return MESA_FORMAT_Z_FLOAT32; in _mesa_choose_tex_format()
Dformats.h472 MESA_FORMAT_Z_FLOAT32, enumerator
Dtexstore.c154 dstFormat == MESA_FORMAT_Z_FLOAT32); in _mesa_texstore_z32()
599 table[MESA_FORMAT_Z_FLOAT32] = _mesa_texstore_z32; in texstore_depth_stencil()
Dformats.c1000 case MESA_FORMAT_Z_FLOAT32: in _mesa_uncompressed_format_to_type_and_comps()
1997 case MESA_FORMAT_Z_FLOAT32: in _mesa_format_matches_format_and_type()
Dformats.csv188 MESA_FORMAT_Z_FLOAT32 , array , 1, 1, 1, f32 , , , , x___, zs
Dglformats.c3658 return MESA_FORMAT_Z_FLOAT32; in _mesa_format_from_format_and_type()
/external/mesa3d/src/mesa/swrast/
Ds_texfetch.c287 MESA_FORMAT_Z_FLOAT32,
Ds_depth.c601 case MESA_FORMAT_Z_FLOAT32: in _swrast_clear_depth_buffer()
Ds_blit.c170 if (readRb->Format == MESA_FORMAT_Z_FLOAT32 || in blit_nearest()
/external/mesa3d/src/mesa/state_tracker/
Dst_format.c133 case MESA_FORMAT_Z_FLOAT32: in st_mesa_format_to_pipe_format()
621 return MESA_FORMAT_Z_FLOAT32; in st_pipe_format_to_mesa_format()
/external/mesa3d/prebuilt-intermediates/main/
Dformat_pack.c10776 case MESA_FORMAT_Z_FLOAT32: in _mesa_get_pack_float_z_func()
10861 case MESA_FORMAT_Z_FLOAT32: in _mesa_get_pack_uint_z_func()
10987 case MESA_FORMAT_Z_FLOAT32: in _mesa_pack_float_z_row()
11051 case MESA_FORMAT_Z_FLOAT32: in _mesa_pack_uint_z_row()
Dformat_unpack.c7261 case MESA_FORMAT_Z_FLOAT32: in _mesa_unpack_float_z_row()
7366 case MESA_FORMAT_Z_FLOAT32: in _mesa_unpack_uint_z_row()
Dformat_info.h1645 .Name = MESA_FORMAT_Z_FLOAT32,