Home
last modified time | relevance | path

Searched defs:vec (Results 1 – 18 of 18) sorted by relevance

/device/generic/vulkan-cereal/third-party/glm/include/glm/gtc/
Dtype_ptr.inl16 tvec2<T, P> const & vec
27 tvec2<T, P> & vec
38 tvec3<T, P> const & vec
49 tvec3<T, P> & vec
60 tvec4<T, P> const & vec
71 tvec4<T, P> & vec
/device/google/cuttlefish/host/commands/cvd/unittests/parser/
Dtest_common.cc33 bool FindConfig(const std::vector<std::string>& vec, in FindConfig()
38 bool FindConfigIgnoreSpaces(const std::vector<std::string>& vec, in FindConfigIgnoreSpaces()
/device/google/contexthub/firmware/os/algos/calibration/diversity_checker/
Ddiversity_checker.c77 const float vec[THREE_AXIS_DATA_DIM] = {x, y, z}; in diversityCheckerFindNearestPoint() local
120 const float vec[THREE_AXIS_DATA_DIM] = {x, y, z}; in diversityCheckerUpdate() local
/device/google/cuttlefish/common/libs/confui/
Dpacket_types.cpp26 for (auto const& vec : packet.additional_info_) { in ToString() local
/device/google/contexthub/firmware/lib/libc/
Dcrt.c34 callVect vec = *start; in callVectors() local
/device/generic/opengl-transport/host/libs/virglrenderer/
DEglConfig.h28 static std::vector<EglConfig*> vec; member
DAVDVirglRenderer.cpp103 std::vector<EglConfig*> EglConfig::vec; member in EglConfig
/device/google/contexthub/util/nanotool/
Dlog.h38 #define LOGD_VEC(vec) Log::DebugBuf(vec) argument
Dlog.cpp67 void Log::DebugBuf(std::vector<uint8_t> vec) { in DebugBuf()
/device/google/contexthub/lib/include/nanohub/
Dnanohub.h135 struct AppVectors vec; member
142 struct AppVectors vec; member
205 struct AppVectors vec; member
/device/google/contexthub/firmware/os/algos/calibration/magnetometer/mag_sphere_fit_cal/
Dmag_sphere_fit.c76 const float vec[3] = {x, y, z}; in magCalSphereDataUpdate() local
/device/google/cuttlefish/guest/hals/gatekeeper/remote/
Dremote_gatekeeper.cpp43 SizedBuffer vec2sized_buffer(const std::vector<uint8_t>& vec) { in vec2sized_buffer()
/device/google/contexthub/firmware/os/inc/
Dbl.h81 struct BlVecTable vec; member
/device/google/cuttlefish/host/frontend/webrtc/libcommon/
Dutils.cpp52 Json::Value ToArray(const std::vector<T>& vec, in ToArray()
/device/generic/vulkan-cereal/stream-servers/gl/glestranslator/GLES_CM/
DGLEScmContext.cpp583 std::vector<float> vec(4); in getColor() local
601 std::vector<float> vec = { mNormal.val.floatVal[0], in getNormal() local
610 std::vector<float> vec = { mMultiTexCoord[index].floatVal[0], in getMultiTexCoord() local
/device/generic/goldfish-opengl/system/codecs/c2/decoders/base/
DSimpleC2Component.cpp391 std::list<std::unique_ptr<C2Work>> vec(std::unique_ptr<C2Work> &work) { in vec() function
/device/google/trout/tools/tracing/proto/
Dperfetto_trace.proto4357 optional uint32 vec = 1; field
4360 optional uint32 vec = 1; field
4363 optional uint32 vec = 1; field
/device/generic/goldfish-opengl/system/profiler/
Dperfetto.cpp61911 struct iovec* vec = &msg->msg_iov[i]; in ShiftMsgHdrPosix() local