Searched refs:isDataTypeUintOrUVec8Bit (Results 1 – 2 of 2) sorted by relevance
286 inline bool isDataTypeUintOrUVec8Bit (DataType dataType) { return (dataType >= TYPE_UINT8) … in isDataTypeUintOrUVec8Bit() function
73 needsInt8 |= isDataTypeIntOrIVec8Bit(dt) || isDataTypeUintOrUVec8Bit(dt); in useType()