Searched defs:v3f32 (Results 1 – 13 of 13) sorted by relevance
150 auto* v3f32 = types.back().get(); local
93 auto* v3f32 = types.back().get(); in GenerateAllTypes() local
72 typedef float __attribute__((ext_vector_type(3))) v3f32; typedef
106 typedef float __attribute__((ext_vector_type(3))) v3f32; typedef
96 typedef float __attribute__((ext_vector_type(3))) v3f32; typedef
127 v3f32 = 72, // 3 x f32 enumerator
91 LLVMTypeRef v3f32; member
141 v3f32 = 86, // 3 x f32 enumerator
1417 using v3f32 = tcu::Vector<tcu::Float32, 3>; typedef