Home
last modified time | relevance | path

Searched refs:uc3 (Results 1 – 8 of 8) sorted by relevance

/external/OpenCL-CTS/test_common/gl/
Dhelpers.cpp119 cl_uchar uc3 = p[i * 4 + 3]; in CreateGLTexture1DArray() local
124 p[ i * 4 + 3 ] = uc3; in CreateGLTexture1DArray()
137 cl_uchar uc3 = p[i * 4 + 3]; in CreateGLTexture1DArray() local
141 p[ i * 4 + 2 ] = uc3; in CreateGLTexture1DArray()
236 cl_uchar uc3 = p[i * 4 + 3]; in CreateGLTexture2DArray() local
241 p[ i * 4 + 3 ] = uc3; in CreateGLTexture2DArray()
254 cl_uchar uc3 = p[i * 4 + 3]; in CreateGLTexture2DArray() local
258 p[ i * 4 + 2 ] = uc3; in CreateGLTexture2DArray()
332 cl_uchar uc3 = p[i * 4 + 3]; in CreateGLTextureBuffer() local
337 p[ i * 4 + 3 ] = uc3; in CreateGLTextureBuffer()
[all …]
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dcppcoreguidelines-narrowing-conversions.cpp214 unsigned char uc3 = -1; // unsigned dst type is well defined. in narrow_constant_to_unsigned_integer_is_ok() local
249 char uc3 = b ? -129 : 0; in narrow_conditional_operator_contant_to_signed_is_not_ok() local
Dcppcoreguidelines-narrowing-conversions-unsigned-char.cpp72 unsigned char uc3 = -1; // unsigned dst type is well defined. in narrow_constant_to_unsigned_integer_is_ok() local
/external/OpenCL-CTS/test_common/gles/
Dhelpers.cpp165 cl_uchar uc3 = p[i * 4 + 3]; in CreateGLTexture2D() local
170 p[ i * 4 + 3 ] = uc3; in CreateGLTexture2D()
253 cl_uchar uc3 = p[i * 4 + 3]; in CreateGLTexture3D() local
258 p[ i * 4 + 3 ] = uc3; in CreateGLTexture3D()
566 cl_uchar uc3 = p[i * 4 + 3]; in CreateGLRenderbuffer() local
571 p[ i * 4 + 3 ] = uc3; in CreateGLRenderbuffer()
/external/llvm-project/clang/test/Sema/
Dzvector.c42 __vector unsigned char uc3; variable
/external/llvm/test/CodeGen/Mips/Fast-ISel/
Dlogopm.ll9 @uc3 = common global i8 0, align 1
/external/llvm-project/llvm/test/CodeGen/Mips/Fast-ISel/
Dlogopm.ll9 @uc3 = common global i8 0, align 1
/external/libffi/testsuite/libffi.bhaible/
Dtestcases.c79 uchar uc1='a', uc2=127, uc3=128, uc4=255, uc5=(uchar)-1; variable