Searched refs:MESA_FORMAT_Z32_FLOAT (Results 1 – 18 of 18) sorted by relevance
87 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()
143 case MESA_FORMAT_Z32_FLOAT: in brw_fast_clear_depth()
224 case MESA_FORMAT_Z32_FLOAT: in brw_is_hiz_depth_format()
459 [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()
161 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()
225 case MESA_FORMAT_Z32_FLOAT: in brw_depthbuffer_format()
275 MESA_FORMAT_Z32_FLOAT, enumerator
453 ASSERT(ctx->TextureFormatSupported[MESA_FORMAT_Z32_FLOAT]); in _mesa_choose_tex_format()454 return MESA_FORMAT_Z32_FLOAT; in _mesa_choose_tex_format()
1494 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()
2195 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()
1601 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()
1017 dstFormat == MESA_FORMAT_Z32_FLOAT); in _mesa_texstore_z32()4151 table[MESA_FORMAT_Z32_FLOAT] = _mesa_texstore_z32; in _mesa_get_texstore_func()
116 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()
1092 MESA_FORMAT_Z32_FLOAT,
585 case MESA_FORMAT_Z32_FLOAT: in _swrast_clear_depth_buffer()
169 if (readRb->Format == MESA_FORMAT_Z32_FLOAT || in blit_nearest()