OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:half16
(Results
1 - 5
of
5
) sorted by null
/external/clang/test/CodeGen/
target-builtin-error-3.c
13
typedef __attribute__ ((ext_vector_type(16),__aligned__( 32))) half
half16
;
typedef
20
static inline
half16
__attribute__((__overloadable__)) convert_half( float16 a ) {
21
half16
r;
/external/clang/lib/Headers/
opencl-c.h
129
typedef half
half16
__attribute__((ext_vector_type(16)));
typedef
[
all
...]
/external/spirv-llvm/lib/SPIRV/runtime/OpenCL/inc/
spirv_convert.h
151
__attribute__((overloadable)) uchar16 __spirv_ConvertFToU_Ruchar16(
half16
);
152
__attribute__((overloadable)) uchar16 __spirv_ConvertFToU_Ruchar16_rtz(
half16
);
153
__attribute__((overloadable)) uchar16 __spirv_ConvertFToU_Ruchar16_rte(
half16
);
154
__attribute__((overloadable)) uchar16 __spirv_ConvertFToU_Ruchar16_rtp(
half16
);
155
__attribute__((overloadable)) uchar16 __spirv_ConvertFToU_Ruchar16_rtn(
half16
);
156
__attribute__((overloadable)) uchar16 __spirv_ConvertFToU_Ruchar16_sat(
half16
);
157
__attribute__((overloadable)) uchar16 __spirv_ConvertFToU_Ruchar16_sat_rtz(
half16
);
158
__attribute__((overloadable)) uchar16 __spirv_ConvertFToU_Ruchar16_sat_rte(
half16
);
159
__attribute__((overloadable)) uchar16 __spirv_ConvertFToU_Ruchar16_sat_rtp(
half16
);
160
__attribute__((overloadable)) uchar16 __spirv_ConvertFToU_Ruchar16_sat_rtn(
half16
);
[
all
...]
/external/skia/src/compute/skc/
types.h
213
typedef
half16
skc_half16;
/external/skqp/src/compute/skc/
types.h
213
typedef
half16
skc_half16;
Completed in 285 milliseconds