Home
last modified time | relevance | path

Searched defs:dataPtr (Results 1 – 25 of 66) sorted by relevance

123

/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorMap.h60 EIGEN_STRONG_INLINE TensorMap(PointerArgType dataPtr) : m_data(dataPtr), m_dimensions() { in TensorMap()
67 …EIGEN_STRONG_INLINE TensorMap(PointerArgType dataPtr, Index firstDimension, IndexTypes... otherDim… in TensorMap()
73 …EIGEN_STRONG_INLINE TensorMap(PointerArgType dataPtr, Index firstDimension) : m_data(dataPtr), m_d… in TensorMap()
78 …EIGEN_STRONG_INLINE TensorMap(PointerArgType dataPtr, Index dim1, Index dim2) : m_data(dataPtr), m… in TensorMap()
82 …EIGEN_STRONG_INLINE TensorMap(PointerArgType dataPtr, Index dim1, Index dim2, Index dim3) : m_data… in TensorMap()
86 …EIGEN_STRONG_INLINE TensorMap(PointerArgType dataPtr, Index dim1, Index dim2, Index dim3, Index di… in TensorMap()
90 …EIGEN_STRONG_INLINE TensorMap(PointerArgType dataPtr, Index dim1, Index dim2, Index dim3, Index di… in TensorMap()
95 …EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorMap(PointerArgType dataPtr, const array<Index, NumIndi… in TensorMap()
100 …EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorMap(PointerArgType dataPtr, const Dimensions& dimensio… in TensorMap()
/external/eigen/Eigen/src/Core/
DMapBase.h149 …explicit inline MapBase(PointerType dataPtr) : m_data(dataPtr), m_rows(RowsAtCompileTime), m_cols(… in MapBase()
157 inline MapBase(PointerType dataPtr, Index vecSize) in MapBase()
170 inline MapBase(PointerType dataPtr, Index rows, Index cols) in MapBase()
279 EIGEN_DEVICE_FUNC explicit inline MapBase(PointerType dataPtr) : Base(dataPtr) {} in MapBase()
280 EIGEN_DEVICE_FUNC inline MapBase(PointerType dataPtr, Index vecSize) : Base(dataPtr, vecSize) {} in MapBase()
281 …EIGEN_DEVICE_FUNC inline MapBase(PointerType dataPtr, Index rows, Index cols) : Base(dataPtr, rows… in MapBase()
/external/angle/src/tests/gl_tests/
DPBOExtensionTest.cpp91 unsigned char *dataPtr = static_cast<unsigned char *>(mappedPtr); in TEST_P() local
125 unsigned char *dataPtr = static_cast<unsigned char *>(mappedPtr); in TEST_P() local
/external/OpenCL-CTS/test_conformance/mem_host_flags/
Dchecker_image_mem_host_read_only.hpp72 cl_int cImage_check_mem_host_read_only< T >::verify_mapping_ptr( T* dataPtr) in verify_mapping_ptr()
239 T * dataPtr = (T*) clEnqueueMapImage(this->m_queue, this->m_Image, this->m_blocking, in verify_RW_Image_Mapping() local
Dchecker_image_mem_host_no_access.hpp118 T * dataPtr = (T*) clEnqueueMapImage(this->m_queue, this->m_Image, this->m_blocking, in verify_RW_Image_Mapping() local
Dchecker_mem_host_no_access.hpp174 void *dataPtr; in verify_RW_Buffer_mapping() local
Dchecker_mem_host_read_only.hpp228 void *dataPtr; in verify_RW_Buffer_mapping() local
Dchecker_image_mem_host_write_only.hpp249 T* dataPtr = (T*) clEnqueueMapImage(this->m_queue, this->m_Image, in verify_RW_Image_Mapping() local
Dchecker_mem_host_write_only.hpp305 void *dataPtr; in verify_RW_Buffer_mapping() local
/external/eigen/debug/gdb/
Dprinters.py81 def __init__ (self, rows, cols, dataPtr, rowMajor): argument
150 def __init__ (self, dataPtr): argument
/external/OpenCSD/decoder/source/
Dtrc_frame_deformatter.cpp398 const uint8_t *dataPtr = m_in_block_base; in findfirstFSync() local
423 const uint8_t *dataPtr = m_in_block_base + m_in_block_processed; in checkForResetFSyncPatterns() local
514 const uint8_t *dataPtr = m_in_block_base+m_in_block_processed; in extractFrame() local
/external/webrtc/modules/video_coding/
Dpacket.h64 const uint8_t* dataPtr; variable
/external/skia/tests/
DPictureShaderTest.cpp76 auto counter = [](const SkResourceCache::Rec& rec, void* dataPtr) { in DEF_TEST()
DMallocPixelRefTest.cpp94 SkData* dataPtr = data.get(); in DEF_TEST() local
/external/skqp/src/ports/
DSkOSFile_win.cpp228 static bool get_the_file(HANDLE handle, SkString* name, WIN32_FIND_DATAW* dataPtr, bool getDir) { in get_the_file()
267 WIN32_FIND_DATAW* dataPtr = nullptr; in next() local
/external/skia/src/ports/
DSkOSFile_win.cpp228 static bool get_the_file(HANDLE handle, SkString* name, WIN32_FIND_DATAW* dataPtr, bool getDir) { in get_the_file()
267 WIN32_FIND_DATAW* dataPtr = nullptr; in next() local
/external/skqp/tests/
DMallocPixelRefTest.cpp108 SkData* dataPtr = data.get(); in DEF_TEST() local
/external/deqp/external/openglcts/modules/gl/
Dgl4cShaderAtomicCounterOpsTests.cpp370 GLuint* dataPtr; in fillAtomicCounterBuffer() local
407 GLuint* dataPtr; in checkAtomicCounterBuffer() local
/external/webrtc/modules/third_party/portaudio/
Dpa_ringbuffer.c69 void* dataPtr) { in PaUtil_InitializeRingBuffer()
/external/skqp/src/core/
DSkMallocPixelRef.cpp94 static void sk_data_releaseproc(void*, void* dataPtr) { in sk_data_releaseproc() argument
/external/skqp/src/gpu/
DGrDrawOpAtlas.cpp110 unsigned char* dataPtr = fData; in addSubImage() local
143 const unsigned char* dataPtr = fData; in uploadToTexture() local
/external/skia/src/gpu/
DGrDrawOpAtlas.cpp135 unsigned char* dataPtr = fData; in addSubImage() local
168 const unsigned char* dataPtr = fData; in uploadToTexture() local
/external/llvm-project/mlir/lib/Conversion/VectorToROCDL/
DVectorToROCDL.cpp105 Value dataPtr = getStridedElementPtr(loc, memRefType, adaptor.memref(), in matchAndRewrite() local
/external/skqp/src/gpu/text/
DGrStrikeCache.cpp225 void* dataPtr = storage.get(); in addGlyphToAtlas() local
/external/deqp/modules/egl/
DteglWideColorTests.cpp734 void WideColorSurfaceTest::readPixels (const glw::Functions& gl, float* dataPtr) in readPixels()
740 void WideColorSurfaceTest::readPixels (const glw::Functions& gl, deUint32 *dataPtr) in readPixels()
746 void WideColorSurfaceTest::readPixels (const glw::Functions& gl, deUint8 *dataPtr) in readPixels()

123