HomeSort by relevance Sort by last modified time
    Searched refs:format_map (Results 1 - 5 of 5) sorted by null

  /external/mesa3d/src/gallium/state_trackers/xa/
xa_tracker.c 40 * format_map [xa_surface_type][first..last in list].
185 memset(xa->format_map, 0, sizeof(xa->format_map));
200 if (xa->format_map[stype][0] == 0)
201 xa->format_map[stype][0] = num_formats;
202 xa->format_map[stype][1] = num_formats;
269 for (i = xa->format_map[stype][0]; i <= xa->format_map[stype][1]; ++i) {
xa_priv.h 76 unsigned int format_map[XA_LAST_SURFACE_TYPE][2]; member in struct:xa_tracker
  /external/vixl/src/aarch64/
instructions-aarch64.h 658 VectorFormat GetVectorFormat(const NEONFormatMap* format_map) {
672 VIXL_ASSERT(GetNEONFormat(format_map) < (sizeof(vform) / sizeof(vform[0])));
673 return vform[GetNEONFormat(format_map)];
820 NEONFormat GetNEONFormat(const NEONFormatMap* format_map) {
821 return format_map->map[PickBits(format_map->bits)];
  /toolchain/binutils/binutils-2.25/binutils/
windres.c 72 struct format_map struct
80 static const struct format_map format_names[] =
90 static const struct format_map format_fileexts[] =
553 const struct format_map *m;
588 const struct format_map *m;
  /external/mesa3d/src/mesa/state_tracker/
st_format.c 1109 static const struct format_mapping format_map[] = { variable in typeref:struct:format_mapping
    [all...]

Completed in 316 milliseconds