Searched defs:float4 (Results 1 – 14 of 14) sorted by relevance
84 typedef struct __device_builtin__ __align__(16) float4 struct87 } float4; argument
18 using float4 = vec<4>; variable
22 using float4 = vec<4>; variable
26 using float4 = vec<4>; variable
66 using float4 = skvx::Vec<4, float>; variable
30 TType *float4 = new TType(EbtFloat, 4); in InsertBuiltInFunctions() local
117 using float4 = std::array<float, 4>; in test_RuntimeEffect_Shaders() typedef
13 using float4 = skvx::Vec<4,float>; typedef
432 using float4 = std::array<float, 4>; in test_RuntimeEffect_Shaders() typedef537 using float4 = std::array<float, 4>; in test_RuntimeEffect_Blenders() typedef
211 using float4 = vec4<float>; typedef
98 …typedef tvec4<float, highp> float4; //!< \brief single-precision floating-point vector with 4 c… typedef
274 typedef float float4[4]; typedef
487 using float4 = skvx::Vec<4,float>; in SkChopCubicAt() typedef
2712 using float4 = float[4]; typedef