Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/common/
DglcPixelStorageModesTests.cpp300 const T t_value = (T)d_value; in writeToUnsignedChannel() local
314 const T t_value = (T)d_value; in writeToSignedChannel() local
323 const glw::GLfloat t_value = (glw::GLfloat)col; in writeToFloatChannel() local
378 const T t_value = (T)d_value; in write3Channel() local
432 const T t_value = (T)d_value; in write4Channel() local
529 const T t_value = (T)d_value; in setUnsignedRefcolour() local
551 const T t_value = (T)d_value; in setSignedRefcolour() local
571 unsigned int t_value = (unsigned int)d_value; in setRGB10A2Refcolour() local
/external/deqp/external/openglcts/modules/gl/
Dgl4cCopyImageTests.cpp1663 const T t_value = ptr[channel]; in readBaseTypeFromUnsignedChannel() local
1686 const T t_value = ptr[channel]; in readBaseTypeFromSignedChannel() local
1703 const GLfloat t_value = ptr[channel]; in readBaseTypeFromFloatChannel() local
1750 const T t_value = ptr[0]; in read3Channel() local
1811 const T t_value = ptr[0]; in read4Channel() local
1911 const T t_value = (T)d_value; in writeBaseTypeToUnsignedChannel() local
1935 const T t_value = (T)d_value; in writeBaseTypeToSignedChannel() local
1950 const GLfloat t_value = (GLfloat)value; in writeBaseTypeToFloatChannel() local
2024 const T t_value = (T)d_value; in write3Channel() local
2091 const T t_value = (T)d_value; in write4Channel() local
/external/rust/crates/criterion/src/
Dreport.rs25 pub t_value: f64, field
/external/llvm-project/openmp/runtime/src/
Dkmp.h2655 typedef struct kmp_base_data { volatile kmp_uint32 t_value; } kmp_base_data_t; member