Home
last modified time | relevance | path

Searched defs:float4 (Results 1 – 25 of 70) sorted by relevance

123

/external/skqp/src/sksl/
DSkSLCPP.h46 inline Float4 float4(float xyzw) { return Float4(xyzw, xyzw, xyzw, xyzw); } in float4() function
48 inline Float4 float4(float x, float y, float z, float w) { return Float4(x, y, z, w); } in float4() function
/external/llvm-project/clang/test/PCH/Inputs/
Dchain-ext_vector2.h3 typedef __attribute__((ext_vector_type(4))) float float4; typedef
/external/clang/test/PCH/Inputs/
Dchain-ext_vector2.h3 typedef __attribute__((ext_vector_type(4))) float float4; typedef
/external/clang/test/PCH/
Dext_vector.h4 typedef __attribute__((ext_vector_type(4))) float float4; typedef
/external/llvm-project/clang/test/PCH/
Dext_vector.h4 typedef __attribute__((ext_vector_type(4))) float float4; typedef
Dtypes.h27 typedef float float4 __attribute__((vector_size(16))); typedef
/external/clang/test/CodeGen/
D2010-02-18-Dbg-VectorType.c2 typedef float float4 __attribute__((vector_size(16))); typedef
Dext-vector-indexing.c3 typedef __attribute__(( ext_vector_type(4) )) float float4; typedef
Dext-vector-member-alignment.c3 typedef float float4 __attribute__((ext_vector_type(4))); typedef
Dbuiltinshufflevector2.c3 typedef float float4 __attribute__((ext_vector_type(4))); typedef
/external/llvm-project/clang/test/CodeGen/
D2010-02-18-Dbg-VectorType.c2 typedef float float4 __attribute__((vector_size(16))); typedef
Dext-vector-indexing.c3 typedef __attribute__(( ext_vector_type(4) )) float float4; typedef
Dvector.cpp3 typedef __attribute__((__vector_size__(16))) float float4; typedef
Dext-vector-member-alignment.c3 typedef float float4 __attribute__((ext_vector_type(4))); typedef
Dbuiltinshufflevector2.c3 typedef float float4 __attribute__((ext_vector_type(4))); typedef
/external/llvm-project/lldb/test/API/functionalities/data-formatter/data-formatter-caching/
Da.c1 typedef float float4; typedef
Db.c1 typedef float float4 __attribute__((ext_vector_type(4))); typedef
/external/llvm-project/lldb/test/API/functionalities/data-formatter/vector-types/
Dmain.cpp1 typedef float float4 __attribute__((ext_vector_type(4))); typedef
/external/skia/src/sksl/
DSkSLCPP.h63 inline SkSLFloat4 float4(float xyzw) { return SkSLFloat4(xyzw, xyzw, xyzw, xyzw); } in float4() function
65 inline SkSLFloat4 float4(float x, float y, float z, float w) { return SkSLFloat4(x, y, z, w); } in float4() function
/external/llvm-project/clang/test/CodeGenCXX/
D2007-05-03-VectorInit.cpp6 typedef v4sf float4; typedef
/external/clang/test/CodeGenCXX/
D2007-05-03-VectorInit.cpp6 typedef v4sf float4; typedef
/external/clang/test/Sema/
Dext_vector_comparisons.c18 typedef __attribute__(( ext_vector_type(4) )) float float4; typedef
Dtypedef-retain.c3 typedef float float4 __attribute__((vector_size(16))); typedef
/external/llvm-project/clang/test/Sema/
Dfp16vec-sema.c4 typedef float float4 __attribute__ ((vector_size (16))); typedef
Dext_vector_comparisons.c18 typedef __attribute__(( ext_vector_type(4) )) float float4; typedef

123