Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Headers/hlsl/
H A Dhlsl_basic_types.h53 typedef vector<half, 3> half3; typedef
/llvm-project-15.0.7/clang/test/CodeGen/X86/
H A Davx512fp16-abi.c28 struct half3 { struct
34 struct half3 h3(_Float16 a, _Float16 b, _Float16 c) { in h3() argument
/llvm-project-15.0.7/libclc/generic/include/clc/
H A Dclctypes.h91 typedef __attribute__((ext_vector_type(3))) half half3; typedef
/llvm-project-15.0.7/clang/lib/Headers/
H A Dopencl-c-base.h191 typedef half half3 __attribute__((ext_vector_type(3))); typedef