Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/state_trackers/xa/
Dxa_tracker.c185 memset(xa->format_map, 0, sizeof(xa->format_map)); in xa_tracker_create()
200 if (xa->format_map[stype][0] == 0) in xa_tracker_create()
201 xa->format_map[stype][0] = num_formats; in xa_tracker_create()
202 xa->format_map[stype][1] = num_formats; in xa_tracker_create()
269 for (i = xa->format_map[stype][0]; i <= xa->format_map[stype][1]; ++i) { in xa_get_format_stype_depth()
Dxa_priv.h76 unsigned int format_map[XA_LAST_SURFACE_TYPE][2]; member
/external/vixl/src/aarch64/
Dinstructions-aarch64.h658 VectorFormat GetVectorFormat(const NEONFormatMap* format_map) { in GetVectorFormat() argument
672 VIXL_ASSERT(GetNEONFormat(format_map) < (sizeof(vform) / sizeof(vform[0]))); in GetVectorFormat()
673 return vform[GetNEONFormat(format_map)]; in GetVectorFormat()
820 NEONFormat GetNEONFormat(const NEONFormatMap* format_map) { in GetNEONFormat() argument
821 return format_map->map[PickBits(format_map->bits)]; in GetNEONFormat()
/external/mesa3d/src/mesa/state_tracker/
Dst_format.c1109 static const struct format_mapping format_map[] = { variable
2116 for (i = 0; i < ARRAY_SIZE(format_map); i++) { in st_choose_format()
2117 const struct format_mapping *mapping = &format_map[i]; in st_choose_format()