Home
last modified time | relevance | path

Searched defs:fi_type (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/util/
Dhalf_float.c30 typedef union { float f; int32_t i; uint32_t u; } fi_type; typedef
/external/mesa3d/src/mesa/main/
Dimports.h82 typedef union { GLfloat f; GLint i; GLuint u; } fi_type; typedef