Searched refs:translate_element (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/translate/
H A Dtranslate.h60 struct translate_element struct
75 struct translate_element element[TRANSLATE_MAX_ATTRIBS];
135 return 2 * sizeof(int) + key->nr_elements * sizeof(struct translate_element);
H A Dtranslate_cache.c76 sizeof(struct translate_element) * (TRANSLATE_MAX_ATTRIBS - key->nr_elements);
H A Dtranslate_sse.c460 const struct translate_element *a,
1060 const struct translate_element *a,
1382 const struct translate_element *a = &p->translate.key.element[j];
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/translate/
H A Dtranslate.h67 struct translate_element struct
82 struct translate_element element[TRANSLATE_MAX_ATTRIBS];
143 return 2 * sizeof(int) + key->nr_elements * sizeof(struct translate_element);
H A Dtranslate_cache.c76 sizeof(struct translate_element) * (TRANSLATE_MAX_ATTRIBS - key->nr_elements);
H A Dtranslate_sse.c460 const struct translate_element *a,
1060 const struct translate_element *a,
1382 const struct translate_element *a = &p->translate.key.element[j];
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_vbuf.c633 struct translate_element *te;
695 struct translate_element *te = &key[type].element[elem_index[type][i]];
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
H A Du_vbuf.c733 struct translate_element *te;
795 struct translate_element *te = &key[type].element[elem_index[type][i]];

Completed in 12 milliseconds