Searched refs:destIsFloat (Results 1 – 1 of 1) sorted by relevance
91 bool destIsFloat = params.destFormat->isFloat(); in GetConvertVertexFlags() local98 ASSERT(!srcIsFixed || destIsFloat); // If source is fixed, dest must be float in GetConvertVertexFlags()102 ASSERT(destIsSint || destIsUint || destIsSnorm || destIsUnorm || destIsFloat || in GetConvertVertexFlags()