/external/eigen/unsupported/Eigen/CXX11/src/Tensor/ |
D | TensorMap.h | 60 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/ |
D | MapBase.h | 149 …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/ |
D | PBOExtensionTest.cpp | 91 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/ |
D | checker_image_mem_host_read_only.hpp | 72 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
|
D | checker_image_mem_host_no_access.hpp | 118 T * dataPtr = (T*) clEnqueueMapImage(this->m_queue, this->m_Image, this->m_blocking, in verify_RW_Image_Mapping() local
|
D | checker_mem_host_no_access.hpp | 174 void *dataPtr; in verify_RW_Buffer_mapping() local
|
D | checker_mem_host_read_only.hpp | 228 void *dataPtr; in verify_RW_Buffer_mapping() local
|
D | checker_image_mem_host_write_only.hpp | 249 T* dataPtr = (T*) clEnqueueMapImage(this->m_queue, this->m_Image, in verify_RW_Image_Mapping() local
|
D | checker_mem_host_write_only.hpp | 305 void *dataPtr; in verify_RW_Buffer_mapping() local
|
/external/eigen/debug/gdb/ |
D | printers.py | 81 def __init__ (self, rows, cols, dataPtr, rowMajor): argument 150 def __init__ (self, dataPtr): argument
|
/external/OpenCSD/decoder/source/ |
D | trc_frame_deformatter.cpp | 398 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/ |
D | packet.h | 64 const uint8_t* dataPtr; variable
|
/external/skia/tests/ |
D | PictureShaderTest.cpp | 76 auto counter = [](const SkResourceCache::Rec& rec, void* dataPtr) { in DEF_TEST()
|
D | MallocPixelRefTest.cpp | 94 SkData* dataPtr = data.get(); in DEF_TEST() local
|
/external/skqp/src/ports/ |
D | SkOSFile_win.cpp | 228 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/ |
D | SkOSFile_win.cpp | 228 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/ |
D | MallocPixelRefTest.cpp | 108 SkData* dataPtr = data.get(); in DEF_TEST() local
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cShaderAtomicCounterOpsTests.cpp | 370 GLuint* dataPtr; in fillAtomicCounterBuffer() local 407 GLuint* dataPtr; in checkAtomicCounterBuffer() local
|
/external/webrtc/modules/third_party/portaudio/ |
D | pa_ringbuffer.c | 69 void* dataPtr) { in PaUtil_InitializeRingBuffer()
|
/external/skqp/src/core/ |
D | SkMallocPixelRef.cpp | 94 static void sk_data_releaseproc(void*, void* dataPtr) { in sk_data_releaseproc() argument
|
/external/skqp/src/gpu/ |
D | GrDrawOpAtlas.cpp | 110 unsigned char* dataPtr = fData; in addSubImage() local 143 const unsigned char* dataPtr = fData; in uploadToTexture() local
|
/external/skia/src/gpu/ |
D | GrDrawOpAtlas.cpp | 135 unsigned char* dataPtr = fData; in addSubImage() local 168 const unsigned char* dataPtr = fData; in uploadToTexture() local
|
/external/llvm-project/mlir/lib/Conversion/VectorToROCDL/ |
D | VectorToROCDL.cpp | 105 Value dataPtr = getStridedElementPtr(loc, memRefType, adaptor.memref(), in matchAndRewrite() local
|
/external/skqp/src/gpu/text/ |
D | GrStrikeCache.cpp | 225 void* dataPtr = storage.get(); in addGlyphToAtlas() local
|
/external/deqp/modules/egl/ |
D | teglWideColorTests.cpp | 734 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()
|