Searched refs:s_map (Results 1 – 2 of 2) sorted by relevance
2905 uint8_t *s_map = intel_miptree_map_raw(brw, s_mt, GL_MAP_WRITE_BIT); in intel_miptree_unmap_depthstencil() local2927 s_map[s_offset] = packed_map[(y * map->w + x) * 2 + 1]; in intel_miptree_unmap_depthstencil()2930 s_map[s_offset] = packed >> 24; in intel_miptree_unmap_depthstencil()2979 uint8_t *s_map = intel_miptree_map_raw(brw, s_mt, GL_MAP_READ_BIT); in intel_miptree_map_depthstencil() local2999 uint8_t s = s_map[s_offset]; in intel_miptree_map_depthstencil()
253 static CreationFuncMap s_map; in GetCreationFuncMap() local254 return s_map; in GetCreationFuncMap()