Searched refs:vector_t (Results 1 – 5 of 5) sorted by relevance
/third_party/mesa3d/src/gallium/frontends/clover/api/ |
D | transfer.cpp | 35 typedef resource::vector vector_t; typedef 37 vector_t 44 vector_t 45 pitch(const vector_t ®ion, vector_t pitch) { in pitch() 61 size(const vector_t &pitch, const vector_t ®ion) { 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 ®ion) { in validate_object() 106 const vector_t &orig, const vector_t ®ion) { in validate_object() 109 vector_t size = { img.width(), height, depth }; in validate_object() [all …]
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-bit-page.hh | 186 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/ |
D | node_http_common.h | 287 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()
|
D | node_http2.h | 124 typedef nghttp2_vec vector_t; typedef 134 static vector_t get_vec(rcbuf_t* buf) { in get_vec()
|
/third_party/chromium/patch/ |
D | 0001-cve.patch | 29083 typedef hb_vector_size_t<elt_t, PAGE_BITS / 8> vector_t; 29090 static constexpr unsigned BITS = sizeof (vector_t) * 8;
|