Searched refs:is_contiguous (Results 1 – 15 of 15) sorted by relevance
/third_party/boost/libs/compute/include/boost/compute/detail/ |
D | iterator_traits.hpp | 26 static const bool is_contiguous = is_contiguous_iterator<Iterator>::value; member
|
/third_party/boost/boost/compute/detail/ |
D | iterator_traits.hpp | 26 static const bool is_contiguous = is_contiguous_iterator<Iterator>::value; member
|
/third_party/boost/boost/gil/concepts/ |
D | pixel_locator.hpp | 255 bool is_contiguous = loc.is_1d_traversable(xd); in constraints() local 256 ignore_unused_variable_warning(is_contiguous); in constraints()
|
D | image_view.hpp | 159 bool is_contiguous = view.is_1d_traversable(); in constraints() local 160 ignore_unused_variable_warning(is_contiguous); in constraints()
|
/third_party/exfatprogs/fsck/ |
D | fsck.h | 22 bool is_contiguous; member
|
D | fsck.c | 381 if (node->is_contiguous) { in get_next_clus() 437 if (node->is_contiguous) in check_clus_chain() 481 if (!node->is_contiguous) { in check_clus_chain() 533 if (!node->is_contiguous && heap_clus(exfat, prev)) in check_clus_chain() 907 if (node->size == 0 && node->is_contiguous) { in check_inode() 986 node->is_contiguous = in read_file_dentries()
|
/third_party/mesa3d/src/intel/compiler/ |
D | brw_fs_copy_propagation.cpp | 519 if ((entry->src.file == UNIFORM || !entry->src.is_contiguous()) && in try_copy_propagate() 956 inst->src[0].is_contiguous())) && in can_propagate_from() 960 !inst->dst.is_contiguous())) || in can_propagate_from() 1034 inst->src[i].is_contiguous())) { in opt_copy_propagation_local()
|
D | brw_ir_fs.h | 45 bool is_contiguous() const; 612 if (!inst->src[i].is_contiguous()) in is_copy_payload()
|
D | brw_fs_register_coalesce.cpp | 80 !inst->src[0].is_contiguous() || in is_coalesce_candidate()
|
D | brw_fs_reg_allocate.cpp | 1141 inst->dst.is_contiguous() && type_sz(inst->dst.type) == 4 && in spill_reg()
|
D | brw_fs.cpp | 540 fs_reg::is_contiguous() const in is_contiguous() function in fs_reg 737 !this->dst.is_contiguous() || in is_partial_write() 3257 !inst->src[0].is_contiguous() || in compute_to_mrf()
|
/third_party/python/Lib/test/ |
D | test_buffer.py | 867 if not is_contiguous(result, 'A') or \ 868 is_contiguous(result, 'C'): 875 if not is_contiguous(result, 'A') or \ 876 is_contiguous(result, 'F') and order == 'C': 936 f = ND_FORTRAN if is_contiguous(result, 'F') else 0 1119 self.assertTrue(is_contiguous(ex, 'F')) 1120 self.assertTrue(is_contiguous(ex, 'C')) 1124 self.assertTrue(is_contiguous(nd, 'F')) 1125 self.assertTrue(is_contiguous(nd, 'C')) 1281 self.assertRaises(TypeError, is_contiguous, 1, 2, 3, 4, 5) [all …]
|
/third_party/python/Modules/ |
D | _testbuffer.c | 2567 is_contiguous(PyObject *self, PyObject *args) in is_contiguous() function 2811 {"is_contiguous", is_contiguous, METH_VARARGS, NULL},
|
/third_party/boost/libs/gil/ |
D | RELEASES.md | 309 - Renamed `is_contiguous` to `is_1d_traversable`.
|
/third_party/mesa3d/docs/relnotes/ |
D | 20.0.0.rst | 1299 - intel/fs: Generalize fs_reg::is_contiguous() to register files other
|