Home
last modified time | relevance | path

Searched defs:t_value (Results 1 – 3 of 3) sorted by relevance

/external/deqp/external/openglcts/modules/common/
DglcPixelStorageModesTests.cpp301 const T t_value = (T)d_value; in writeToUnsignedChannel() local
315 const T t_value = (T)d_value; in writeToSignedChannel() local
324 const glw::GLfloat t_value = (glw::GLfloat)col; in writeToFloatChannel() local
379 const T t_value = (T)d_value; in write3Channel() local
433 const T t_value = (T)d_value; in write4Channel() local
528 const T t_value = (T)d_value; in setUnsignedRefcolour() local
550 const T t_value = (T)d_value; in setSignedRefcolour() local
570 unsigned int t_value = (unsigned int)d_value; in setRGB10A2Refcolour() local
/external/deqp/external/openglcts/modules/gl/
Dgl4cCopyImageTests.cpp1656 const T t_value = ptr[channel]; in readBaseTypeFromUnsignedChannel() local
1679 const T t_value = ptr[channel]; in readBaseTypeFromSignedChannel() local
1696 const GLfloat t_value = ptr[channel]; in readBaseTypeFromFloatChannel() local
1743 const T t_value = ptr[0]; in read3Channel() local
1804 const T t_value = ptr[0]; in read4Channel() local
1903 const T t_value = (T)d_value; in writeBaseTypeToUnsignedChannel() local
1927 const T t_value = (T)d_value; in writeBaseTypeToSignedChannel() local
1942 const GLfloat t_value = (GLfloat)value; in writeBaseTypeToFloatChannel() local
2016 const T t_value = (T)d_value; in write3Channel() local
2083 const T t_value = (T)d_value; in write4Channel() local
/external/rust/crates/criterion/src/
Dreport.rs25 pub t_value: f64, field