Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/openglcts/modules/common/
H A DglcPixelStorageModesTests.cpp286 const T t_value = (T)d_value; in writeToUnsignedChannel() local
300 const T t_value = (T)d_value; in writeToSignedChannel() local
309 const glw::GLfloat t_value = (glw::GLfloat)col; in writeToFloatChannel() local
363 const T t_value = (T)d_value; in write3Channel() local
414 const T t_value = (T)d_value; in write4Channel() local
507 const T t_value = (T)d_value; in setUnsignedRefcolour() local
527 const T t_value = (T)d_value; in setSignedRefcolour() local
545 unsigned int t_value = (unsigned int)d_value; in setRGB10A2Refcolour() local
/aosp_15_r20/external/deqp/external/openglcts/modules/gl/
H A Dgl4cCopyImageTests.cpp1697 const T t_value = ptr[channel]; in readBaseTypeFromUnsignedChannel() local
1720 const T t_value = ptr[channel]; in readBaseTypeFromSignedChannel() local
1737 const GLfloat t_value = ptr[channel]; in readBaseTypeFromFloatChannel() local
1784 const T t_value = ptr[0]; in read3Channel() local
1845 const T t_value = ptr[0]; in read4Channel() local
1944 const T t_value = (T)d_value; in writeBaseTypeToUnsignedChannel() local
1968 const T t_value = (T)d_value; in writeBaseTypeToSignedChannel() local
1983 const GLfloat t_value = (GLfloat)value; in writeBaseTypeToFloatChannel() local
2057 const T t_value = (T)d_value; in write3Channel() local
2124 const T t_value = (T)d_value; in write4Channel() local
/aosp_15_r20/external/rust/android-crates-io/crates/criterion/src/
Dreport.rs27 pub t_value: f64, field
/aosp_15_r20/external/pytorch/aten/src/ATen/cpu/vec/vec256/
H A Dvec256_bfloat16.h54 auto t_value = _mm256_and_si256(_mm256_srli_epi32(value, 16), ones); in cvtfp32_bf16() local
/aosp_15_r20/external/pytorch/aten/src/ATen/cpu/vec/vec512/
H A Dvec512_bfloat16.h52 auto t_value = _mm512_and_si512(_mm512_srli_epi32(value, 16), ones); in cvtfp32_bf16() local