Searched defs:t_value (Results 1 – 4 of 4) sorted by relevance
300 const T t_value = (T)d_value; in writeToUnsignedChannel() local314 const T t_value = (T)d_value; in writeToSignedChannel() local323 const glw::GLfloat t_value = (glw::GLfloat)col; in writeToFloatChannel() local378 const T t_value = (T)d_value; in write3Channel() local432 const T t_value = (T)d_value; in write4Channel() local529 const T t_value = (T)d_value; in setUnsignedRefcolour() local551 const T t_value = (T)d_value; in setSignedRefcolour() local571 unsigned int t_value = (unsigned int)d_value; in setRGB10A2Refcolour() local
1663 const T t_value = ptr[channel]; in readBaseTypeFromUnsignedChannel() local1686 const T t_value = ptr[channel]; in readBaseTypeFromSignedChannel() local1703 const GLfloat t_value = ptr[channel]; in readBaseTypeFromFloatChannel() local1750 const T t_value = ptr[0]; in read3Channel() local1811 const T t_value = ptr[0]; in read4Channel() local1911 const T t_value = (T)d_value; in writeBaseTypeToUnsignedChannel() local1935 const T t_value = (T)d_value; in writeBaseTypeToSignedChannel() local1950 const GLfloat t_value = (GLfloat)value; in writeBaseTypeToFloatChannel() local2024 const T t_value = (T)d_value; in write3Channel() local2091 const T t_value = (T)d_value; in write4Channel() local
25 pub t_value: f64, field
2655 typedef struct kmp_base_data { volatile kmp_uint32 t_value; } kmp_base_data_t; member