Searched defs:dataPointer (Results 1 – 8 of 8) sorted by relevance
52 val dataPointer = allocator.allocate(byteCount) in <lambda>() constant85 val dataPointer = allocator.write(array, arrayOffset, byteCount) in <lambda>() constant
58 val dataPointer = allocator.write(data, offset, count) in <lambda>() constant
61 val dataPointer = allocator.allocate(count) in <lambda>() constant
112 inline const T *dataPointer(const std::vector<T> &vec) in dataPointer() function
126 inline const T *dataPointer(const std::vector<T> &vec) in dataPointer() function
179 inline const T *dataPointer(const std::vector<T> &vec) in dataPointer() function
203 inline const T *dataPointer(const std::vector<T> &vec) in dataPointer() function
737 const uint8_t *dataPointer = pipelineData.data(); in initializePipelineCache() local