Lines Matching refs:vformat
67 vertex_format_to_index(const struct gl_vertex_format *vformat)
69 if (vformat->Doubles)
71 else if (vformat->Integer)
73 else if (vformat->Normalized)
1396 func_nv(const struct gl_vertex_format *vformat)
1398 return AttribFuncsNV[vformat->Normalized][vformat->Size-1]
1399 [TYPE_IDX(vformat->Type)];
1407 func_arb(const struct gl_vertex_format *vformat)
1409 return AttribFuncsARB[vertex_format_to_index(vformat)][vformat->Size-1]
1410 [TYPE_IDX(vformat->Type)];