Searched defs:vsplit (Results 1 – 8 of 8) sorted by relevance
| /third_party/mesa3d/src/gallium/auxiliary/draw/ |
| D | draw_pt_vsplit.c | 68 vsplit_clear_cache(struct vsplit_frontend *vsplit) in vsplit_clear_cache() 78 vsplit_flush_cache(struct vsplit_frontend *vsplit, unsigned flags) in vsplit_flush_cache() 90 vsplit_add_cache(struct vsplit_frontend *vsplit, unsigned fetch) in vsplit_add_cache() 124 vsplit_add_cache_uint8(struct vsplit_frontend *vsplit, const uint8_t *elts, in vsplit_add_cache_uint8() 142 vsplit_add_cache_uint16(struct vsplit_frontend *vsplit, const uint16_t *elts, in vsplit_add_cache_uint16() 164 vsplit_add_cache_uint32(struct vsplit_frontend *vsplit, const uint32_t *elts, in vsplit_add_cache_uint32() 190 #define ADD_CACHE(vsplit, ib, start, fetch, bias) vsplit_add_cache_uint8(vsplit,ib,start,fetch,bias) argument 195 #define ADD_CACHE(vsplit, ib, start, fetch, bias) vsplit_add_cache_uint16(vsplit,ib,start,fetch, bi… argument 200 #define ADD_CACHE(vsplit, ib, start, fetch, bias) vsplit_add_cache_uint32(vsplit, ib, start, fetch,… argument 210 struct vsplit_frontend *vsplit = (struct vsplit_frontend *) frontend; in vsplit_prepare() local [all …]
|
| D | draw_pt_vsplit_tmp.h | 219 vsplit_segment_simple_linear(struct vsplit_frontend *vsplit, unsigned flags, in vsplit_segment_simple_linear() 228 vsplit_segment_loop_linear(struct vsplit_frontend *vsplit, unsigned flags, in vsplit_segment_loop_linear() 253 vsplit_segment_fan_linear(struct vsplit_frontend *vsplit, unsigned flags, in vsplit_segment_fan_linear()
|
| D | draw_private.h | 196 struct draw_pt_front_end *vsplit; member
|
| /third_party/rust/rust/src/tools/clippy/tests/ |
| D | versioncheck.rs | 63 let vsplit: Vec<&str> = rustc_version in check_that_clippy_has_the_same_major_version_as_rustc() localVariable
|
| /third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/numpy/ |
| D | array_ops.py | 1493 def vsplit(x, indices_or_sections): function
|
| /third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/ops/function/ |
| D | array_func.py | 5166 def vsplit(input, indices_or_sections): function
|
| /third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/_extends/parse/ |
| D | standard_method.py | 3667 def vsplit(input, indices_or_sections): function
|
| /third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/common/ |
| D | tensor.py | 3755 def vsplit(self, indices_or_sections): member in Tensor
|