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

/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
H A Dintel_mipmap_tree.c3486 bool map_z32f_x24s8 = mt->format == MESA_FORMAT_Z_FLOAT32; local in function:intel_miptree_unmap_depthstencil
3510 if (map_z32f_x24s8) {
3544 bool map_z32f_x24s8 = mt->format == MESA_FORMAT_Z_FLOAT32; local in function:intel_miptree_map_depthstencil
3545 int packed_bpp = map_z32f_x24s8 ? 8 : 4;
3587 if (map_z32f_x24s8) {
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
H A Dbrw_mipmap_tree.c2844 bool map_z32f_x24s8 = mt->format == MESA_FORMAT_Z_FLOAT32; local in function:brw_miptree_unmap_depthstencil
2868 if (map_z32f_x24s8) {
2902 bool map_z32f_x24s8 = mt->format == MESA_FORMAT_Z_FLOAT32; local in function:brw_miptree_map_depthstencil
2903 int packed_bpp = map_z32f_x24s8 ? 8 : 4;
2945 if (map_z32f_x24s8) {

Completed in 11 milliseconds