OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:half8
(Results
1 - 5
of
5
) sorted by null
/external/clang/test/CodeGen/
target-builtin-error-3.c
12
typedef __attribute__ ((ext_vector_type( 8),__aligned__( 16))) half
half8
;
typedef
17
static inline
half8
__attribute__((__overloadable__)) convert_half( float8 a ) {
/external/clang/lib/Headers/
opencl-c.h
128
typedef half
half8
__attribute__((ext_vector_type(8)));
typedef
[
all
...]
/external/spirv-llvm/lib/SPIRV/runtime/OpenCL/inc/
spirv_convert.h
121
__attribute__((overloadable)) uchar8 __spirv_ConvertFToU_Ruchar8(
half8
);
122
__attribute__((overloadable)) uchar8 __spirv_ConvertFToU_Ruchar8_rtz(
half8
);
123
__attribute__((overloadable)) uchar8 __spirv_ConvertFToU_Ruchar8_rte(
half8
);
124
__attribute__((overloadable)) uchar8 __spirv_ConvertFToU_Ruchar8_rtp(
half8
);
125
__attribute__((overloadable)) uchar8 __spirv_ConvertFToU_Ruchar8_rtn(
half8
);
126
__attribute__((overloadable)) uchar8 __spirv_ConvertFToU_Ruchar8_sat(
half8
);
127
__attribute__((overloadable)) uchar8 __spirv_ConvertFToU_Ruchar8_sat_rtz(
half8
);
128
__attribute__((overloadable)) uchar8 __spirv_ConvertFToU_Ruchar8_sat_rte(
half8
);
129
__attribute__((overloadable)) uchar8 __spirv_ConvertFToU_Ruchar8_sat_rtp(
half8
);
130
__attribute__((overloadable)) uchar8 __spirv_ConvertFToU_Ruchar8_sat_rtn(
half8
);
[
all
...]
/external/skia/src/compute/skc/
types.h
210
typedef
half8
skc_half8;
/external/skqp/src/compute/skc/
types.h
210
typedef
half8
skc_half8;
Completed in 1062 milliseconds