Home
last modified time | relevance | path

Searched defs:n_element (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/deqp/external/openglcts/modules/gl/
H A Dgl4cVertexAttrib64BitTest.cpp3539 for (unsigned int n_element = 0; n_element < 9 /* 3x3 matrix */; ++n_element) in initBuffers() local
3546 for (unsigned int n_element = 0; n_element < m_n_batches; ++n_element) in initBuffers() local
3554 for (unsigned int n_element = 0; n_element < m_n_batches; ++n_element) in initBuffers() local
3575 for (unsigned int n_element = 0; n_element < m_n_batches; ++n_element) in initBuffers() local
3587 for (unsigned int n_element = 0; n_element < 8 /* 4x2 matrix */; ++n_element) in initBuffers() local
3854 for (unsigned int n_element = 0; n_element < m_n_batches; ++n_element) in verifyXFBData() local
3929 for (unsigned int n_element = 0; n_element < m_n_batches; ++n_element) in verifyXFBData() local
3961 for (unsigned int n_element = 0; n_element < m_n_batches; ++n_element) in verifyXFBData() local
3994 for (unsigned int n_element = 0; n_element < m_n_batches; ++n_element) in verifyXFBData() local
4031 for (unsigned int n_element = 0; n_element < m_n_batches; ++n_element) in verifyXFBData() local
[all …]
/aosp_15_r20/external/pytorch/aten/src/ATen/native/cuda/
H A DTensorModeKernel.cu32 const auto n_element = iter_end - iter_begin; in operator ()() local
154 int64_t n_element = ensure_nonempty_size(self, ndim - 1); in calculate_mode() local