Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
DInitialize.cpp29 TType *float3 = new TType(EbtFloat, 3); in InsertBuiltInFunctions() local
/third_party/skia/third_party/externals/swiftshader/src/System/
DTypes.hpp206 using float3 = vec3<float>; typedef
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/
Dcompatibility.hpp97 …typedef tvec3<float, highp> float3; //!< \brief single-precision floating-point vector with 3 c… typedef
/third_party/flutter/skia/src/sksl/
DSkSLJIT.cpp46 using float3 = __attribute__((vector_size(16))) float; typedef