HomeSort by relevance Sort by last modified time
    Searched refs:is_contiguous (Results 1 - 7 of 7) sorted by null

  /external/mesa3d/src/intel/compiler/
brw_fs_register_coalesce.cpp 78 !inst->src[0].is_contiguous() ||
brw_ir_fs.h 44 bool is_contiguous() const;
brw_fs_copy_propagation.cpp 402 !entry->src.is_contiguous()) &&
brw_fs_reg_allocate.cpp     [all...]
brw_fs.cpp 441 fs_reg::is_contiguous() const function in class:fs_reg
673 !this->dst.is_contiguous() ||
    [all...]
  /external/python/cpython3/Lib/test/
test_buffer.py 860 if not is_contiguous(result, 'A') or \
861 is_contiguous(result, 'C'):
868 if not is_contiguous(result, 'A') or \
869 is_contiguous(result, 'F') and order == 'C':
917 f = ND_FORTRAN if is_contiguous(result, 'F') else 0
    [all...]
  /external/python/cpython3/Modules/
_testbuffer.c 2567 is_contiguous(PyObject *self, PyObject *args) function
    [all...]

Completed in 273 milliseconds