Home
last modified time | relevance | path

Searched defs:float3 (Results 1 – 21 of 21) sorted by relevance

/external/llvm-project/clang/test/SemaObjC/
Dx86-method-vector-values.m16 typedef __attribute__((__ext_vector_type__(3))) float float3; typedef
31 -(void)takeVector:(float3)v; // there should be no diagnostic at declaration argument
40 -(void)takeVector:(float3)v { argument
51 -(void)takeVector2:(float3)v AVAILABLE_MACOS_10_10 { // expected-error {{'float3' (vector of 3 'flo… argument
54 -(void)takeVector3:(float3)v AVAILABLE_MACOS_10_11 { // expected-error {{'float3' (vector of 3 'flo… argument
57 -(void)takeVector4:(float3)v AVAILABLE_IOS_8 { // expected-error {{'float3' (vector of 3 'float' va… argument
60 -(void)takeVector5:(float3)v AVAILABLE_IOS_9 { // expected-error {{'float3' (vector of 3 'float' va… argument
73 -(void)takeVector:(float3)v { argument
88 -(void)takeVector2:(float3)v AVAILABLE_MACOS_10_10 { argument
96 -(void)takeVector3:(float3)v AVAILABLE_MACOS_10_11 { // no error argument
[all …]
Dunsafe-perform-selector.m40 typedef __attribute__((__ext_vector_type__(3))) float float3; typedef
/external/llvm-project/clang/test/Sema/
Dvector-init.c33 typedef float __attribute__((ext_vector_type (3))) float3; typedef
Dext_vector_components.c4 typedef __attribute__(( ext_vector_type(3) )) float float3; typedef
Dext_vector_casts.c6 typedef __attribute__(( ext_vector_type(3) )) float float3; typedef
/external/clang/test/Sema/
Dvector-init.c33 typedef float __attribute__((ext_vector_type (3))) float3; typedef
Dext_vector_components.c4 typedef __attribute__(( ext_vector_type(3) )) float float3; typedef
Dext_vector_casts.c6 typedef __attribute__(( ext_vector_type(3) )) float float3; typedef
/external/llvm-project/clang/test/Index/
Dusrs.cpp98 typedef __attribute__((__ext_vector_type__(3))) float float3; typedef
/external/swiftshader/src/OpenGL/compiler/
DInitialize.cpp29 TType *float3 = new TType(EbtFloat, 3); in InsertBuiltInFunctions() local
/external/llvm-project/libclc/generic/include/clc/
Dclctypes.h74 typedef __attribute__((ext_vector_type(3))) float float3; typedef
/external/tensorflow/tensorflow/lite/delegates/gpu/common/
Dtypes.h186 using float3 = Vec3<float>; variable
/external/swiftshader/src/System/
DTypes.hpp195 using float3 = vec3<float>; typedef
/external/oboe/samples/RhythmGame/third_party/glm/gtx/
Dcompatibility.hpp97 …typedef tvec3<float, highp> float3; //!< \brief single-precision floating-point vector with 3 c… typedef
/external/clang/lib/Headers/
Dopencl-c.h119 typedef float float3 __attribute__((ext_vector_type(3))); typedef
/external/clang/test/CodeGen/
Dppc64le-aggregates.c243 typedef float float3 __attribute__((vector_size (12))); typedef
/external/llvm-project/clang/test/CodeGen/
Dppc64le-aggregates.c243 typedef float float3 __attribute__((vector_size (12))); typedef
Darm-swiftcall.c60 typedef float float3 __attribute__((ext_vector_type(3))); typedef
D64bit-swiftcall.c68 typedef float float3 __attribute__((ext_vector_type(3))); typedef
/external/llvm-project/clang/lib/Headers/
Dopencl-c-base.h106 typedef float float3 __attribute__((ext_vector_type(3))); typedef
/external/skqp/src/sksl/
DSkSLJIT.cpp46 using float3 = __attribute__((vector_size(16))) float; typedef