Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/dri/i965/
Dintel_mipmap_tree.c2905 uint8_t *s_map = intel_miptree_map_raw(brw, s_mt, GL_MAP_WRITE_BIT); in intel_miptree_unmap_depthstencil() local
2927 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() local
2999 uint8_t s = s_map[s_offset]; in intel_miptree_map_depthstencil()
/external/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
DStructuredDataDarwinLog.cpp253 static CreationFuncMap s_map; in GetCreationFuncMap() local
254 return s_map; in GetCreationFuncMap()