Home
last modified time | relevance | path

Searched defs:uc3 (Results 1 – 6 of 6) sorted by relevance

/external/OpenCL-CTS/test_common/gl/
Dhelpers.cpp119 cl_uchar uc3 = p[i * 4 + 3]; in CreateGLTexture1DArray() local
137 cl_uchar uc3 = p[i * 4 + 3]; in CreateGLTexture1DArray() local
236 cl_uchar uc3 = p[i * 4 + 3]; in CreateGLTexture2DArray() local
254 cl_uchar uc3 = p[i * 4 + 3]; in CreateGLTexture2DArray() local
332 cl_uchar uc3 = p[i * 4 + 3]; in CreateGLTextureBuffer() local
350 cl_uchar uc3 = p[i * 4 + 3]; in CreateGLTextureBuffer() local
441 cl_uchar uc3 = p[i * 4 + 3]; in CreateGLTexture1D() local
459 cl_uchar uc3 = p[i * 4 + 3]; in CreateGLTexture1D() local
622 cl_uchar uc3 = p[i * 4 + 3]; in CreateGLTexture2D() local
640 cl_uchar uc3 = p[i * 4 + 3]; in CreateGLTexture2D() local
[all …]
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
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
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
/external/OpenCL-CTS/test_common/gles/
Dhelpers.cpp165 cl_uchar uc3 = p[i * 4 + 3]; in CreateGLTexture2D() local
253 cl_uchar uc3 = p[i * 4 + 3]; in CreateGLTexture3D() local
566 cl_uchar uc3 = p[i * 4 + 3]; in CreateGLRenderbuffer() local
/external/llvm-project/clang/test/Sema/
Dzvector.c42 __vector unsigned char uc3; variable
/external/libffi/testsuite/libffi.bhaible/
Dtestcases.c79 uchar uc1='a', uc2=127, uc3=128, uc4=255, uc5=(uchar)-1; variable