Home
last modified time | relevance | path

Searched defs:format_map (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/arm64/
Dinstructions-arm64.cc697 const NEONFormatMap* format_map) { in GetVectorFormat()
714 NEONFormat NEONFormatDecoder::GetNEONFormat(const NEONFormatMap* format_map) { in GetNEONFormat()
/external/mesa3d/src/mesa/state_tracker/
Dst_format.c1122 static const struct format_mapping format_map[] = { variable
/external/vixl/src/aarch64/
Dinstructions-aarch64.h664 VectorFormat GetVectorFormat(const NEONFormatMap* format_map) { in GetVectorFormat()
813 NEONFormat GetNEONFormat(const NEONFormatMap* format_map) { in GetNEONFormat()
/external/mesa3d/src/gallium/state_trackers/xa/
Dxa_priv.h76 unsigned int format_map[XA_LAST_SURFACE_TYPE][2]; member
/external/python/cpython3/Lib/collections/
D__init__.py1224 def format_map(self, mapping): member in UserString