Home
last modified time | relevance | path

Searched refs:RGB (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Dmangle-ms.cpp209 typedef double RGB[3]; typedef
210 RGB color1;
212 extern const RGB color2 = {};
214 extern RGB const color3[5] = {};
216 extern RGB const ((color4)[5]) = {};
/llvm-project-15.0.7/llvm/docs/Proposals/
H A DTestSuite.rst303 * RGB to grayscale
304 * HSL to RGB
/llvm-project-15.0.7/llvm/lib/Target/SPIRV/MCTargetDesc/
H A DSPIRVBaseInfo.h354 RGB = 4, enumerator
H A DSPIRVBaseInfo.cpp395 CASE(ImageChannelOrder, RGB) in getImageChannelOrderName()