OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:char4
(Results
1 - 14
of
14
) sorted by null
/external/clang/test/Sema/
ext_vector_conversions.c
3
typedef __attribute__((ext_vector_type(4))) char
char4
;
typedef
8
char4
vc4;
/cts/tests/tests/renderscript/src/android/renderscript/cts/generated/
TestAbs.rs
35
uchar4 __attribute__((kernel)) testAbsChar4Uchar4(
char4
inV) {
TestClz.rs
35
char4
__attribute__((kernel)) testClzChar4Char4(
char4
inValue) {
TestConvert.rs
43
float4 __attribute__((kernel)) testConvertFloat4Char4Float4(
char4
inV) {
115
char4
__attribute__((kernel)) testConvertChar4Float4Char4(float4 inV) {
127
char4
__attribute__((kernel)) testConvertChar4Char4Char4(
char4
inV) {
139
char4
__attribute__((kernel)) testConvertChar4Uchar4Char4(uchar4 inV) {
151
char4
__attribute__((kernel)) testConvertChar4Short4Char4(short4 inV) {
163
char4
__attribute__((kernel)) testConvertChar4Ushort4Char4(ushort4 inV) {
175
char4
__attribute__((kernel)) testConvertChar4Int4Char4(int4 inV) {
187
char4
__attribute__((kernel)) testConvertChar4Uint4Char4(uint4 inV) {
211
uchar4 __attribute__((kernel)) testConvertUchar4Char4Uchar4(
char4
inV)
[
all
...]
TestClamp.rs
85
char4
__attribute__((kernel)) testClampChar4Char4Char4Char4(
char4
inValue, unsigned int x) {
86
char4
inMinValue = rsGetElementAt_char4(gAllocInMinValue, x);
87
char4
inMaxValue = rsGetElementAt_char4(gAllocInMaxValue, x);
271
char4
__attribute__((kernel)) testClampChar4CharCharChar4(
char4
inValue, unsigned int x) {
TestMax.rs
109
char4
__attribute__((kernel)) testMaxChar4Char4Char4(
char4
inA, unsigned int x) {
110
char4
inB = rsGetElementAt_char4(gAllocInB, x);
TestMin.rs
109
char4
__attribute__((kernel)) testMinChar4Char4Char4(
char4
inA, unsigned int x) {
110
char4
inB = rsGetElementAt_char4(gAllocInB, x);
/external/spirv-llvm/lib/SPIRV/runtime/OpenCL/inc/
spirv_convert.h
[
all
...]
/external/clang/lib/Headers/
opencl-c.h
80
typedef char
char4
__attribute__((ext_vector_type(4)));
typedef
[
all
...]
__clang_cuda_intrinsics.h
139
inline __device__
char4
__ldg(const
char4
*ptr) {
142
char4
ret;
/external/clang/test/CodeGen/
builtins-nvptx.c
333
typedef char
char4
__attribute__((ext_vector_type(4)));
typedef
335
__nvvm_ldg_c4((const
char4
*)p);
/external/skia/src/compute/skc/
types.h
141
typedef
char4
skc_char4;
/external/skqp/src/compute/skc/
types.h
141
typedef
char4
skc_char4;
/cts/tests/tests/renderscript/src/android/renderscript/cts/
kernel_input.rs
101
VEC4_TEST(
char4
)
Completed in 130 milliseconds