Home
last modified time | relevance | path

Searched refs:vect (Results 1 – 3 of 3) sorted by relevance

/hardware/google/pixel/pixelstats/
DStatsHelper.cpp257 std::vector<uint16_t> vect(num_fields); in readLogbuffer() local
281 vect[field_idx++] = addr; in readLogbuffer()
282 vect[field_idx] = val; in readLogbuffer()
287 vect[field_idx] = val; in readLogbuffer()
292 vect[field_idx] = val; in readLogbuffer()
299 events.push_back(vect); in readLogbuffer()
/hardware/google/aemu/base/include/aemu/base/files/
DQueueStreambuf.h51 static size_t reclaim(size_t offset, CharVec& vect);
/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dastcenc_ideal_endpoints_and_weights.cpp1148 vfloat4 vect = rgbq_sum * rdet; in compute_rgbo_vector() local
1150 return vfloat4(dot_s(mat0, vect), in compute_rgbo_vector()
1151 dot_s(mat1, vect), in compute_rgbo_vector()
1152 dot_s(mat2, vect), in compute_rgbo_vector()
1153 dot_s(mat3, vect)); in compute_rgbo_vector()