Home
last modified time | relevance | path

Searched refs:vector_t (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/clover/api/
Dtransfer.cpp35 typedef resource::vector vector_t; typedef
37 vector_t
44 vector_t
45 pitch(const vector_t &region, vector_t pitch) { in pitch()
61 size(const vector_t &pitch, const vector_t &region) { in size()
65 return dot(pitch, region - vector_t{ 0, 1, 1 }); in size()
84 validate_object(command_queue &q, buffer &mem, const vector_t &origin, in validate_object()
85 const vector_t &pitch, const vector_t &region) { in validate_object()
106 const vector_t &orig, const vector_t &region) { in validate_object()
109 vector_t size = { img.width(), height, depth }; in validate_object()
[all …]
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-bit-page.hh186 typedef hb_vector_size_t<elt_t, PAGE_BITS / 8> vector_t; typedef
190 static constexpr unsigned BITS = sizeof (vector_t) * 8;
198 vector_t v;
/third_party/node/src/
Dnode_http_common.h287 typedef typename T::vector_t vector_t; typedef
334 vector_t v = T::get_vec(buf_); in data()
339 vector_t v = T::get_vec(buf_); in len()
373 vector_t b = T::get_vec(buf); in IsZeroLength()
Dnode_http2.h124 typedef nghttp2_vec vector_t; typedef
134 static vector_t get_vec(rcbuf_t* buf) { in get_vec()
/third_party/chromium/patch/
D0001-cve.patch29083 typedef hb_vector_size_t<elt_t, PAGE_BITS / 8> vector_t;
29090 static constexpr unsigned BITS = sizeof (vector_t) * 8;