Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_mipmap_tree.c2844 bool map_z32f_x24s8 = mt->format == MESA_FORMAT_Z_FLOAT32; in brw_miptree_unmap_depthstencil() local
2868 if (map_z32f_x24s8) { in brw_miptree_unmap_depthstencil()
2902 bool map_z32f_x24s8 = mt->format == MESA_FORMAT_Z_FLOAT32; in brw_miptree_map_depthstencil() local
2903 int packed_bpp = map_z32f_x24s8 ? 8 : 4; in brw_miptree_map_depthstencil()
2945 if (map_z32f_x24s8) { in brw_miptree_map_depthstencil()