/external/deqp/external/vulkancts/modules/vulkan/image/ |
D | vktImageQualifiersTests.cpp | 329 virtual void prepareResources (const VkDeviceSize bufferSizeInBytes) = 0; 334 const VkDeviceSize bufferSizeInBytes) const = 0; 337 const VkDeviceSize bufferSizeInBytes) const = 0; 374 …const VkDeviceSize bufferSizeInBytes = getNumPixels(m_imageType, m_imageSize) * tcu::getPixelSize(… in iterate() local 377 prepareResources(bufferSizeInBytes); in iterate() 399 commandsBeforeCompute(*cmdBuffer, bufferSizeInBytes); in iterate() 404 commandsAfterCompute(*cmdBuffer, bufferSizeInBytes); in iterate() 413 …yRange(deviceInterface, device, allocation.getMemory(), allocation.getOffset(), bufferSizeInBytes); in iterate() 484 virtual void prepareResources (const VkDeviceSize bufferSizeInBytes); 489 const VkDeviceSize bufferSizeInBytes) const; [all …]
|
/external/walt/android/WALT/app/src/main/jni/ |
D | player.c | 63 static unsigned int bufferSizeInBytes = 0; variable 83 bufferSizeInBytes = framesPerBuffer * sizeof(*beepBuffer); in createWaveTables() 84 silenceBuffer = malloc(bufferSizeInBytes); in createWaveTables() 85 beepBuffer = malloc(bufferSizeInBytes); in createWaveTables() 92 bufferSizeInBytes); in createWaveTables() 122 bufferSizeInBytes); in bqPlayerCallback() 127 bufferSizeInBytes); in bqPlayerCallback() 155 bufferSizeInBytes); in Java_org_chromium_latency_walt_AudioTest_playTone() 327 result = (*bqPlayerBufferQueue)->Enqueue(bqPlayerBufferQueue, silenceBuffer, bufferSizeInBytes); in Java_org_chromium_latency_walt_AudioTest_startWarmTest()
|
/external/tensorflow/tensorflow/core/kernels/ |
D | cuda_sparse.cc | 304 size_t* bufferSizeInBytes) { in Gtsv2BufferSizeExtImpl() argument 307 AsCudaComplex(B), ldb, bufferSizeInBytes)); in Gtsv2BufferSizeExtImpl() 315 const Scalar* B, int ldb, size_t* bufferSizeInBytes) const { \ 319 n, dl, d, du, B, ldb, bufferSizeInBytes); \ 328 const Scalar* B, int ldb, size_t* bufferSizeInBytes) const { \ 332 *gpusparse_handle_, m, n, dl, d, du, B, ldb, bufferSizeInBytes); \ 367 int batchStride, size_t* bufferSizeInBytes) { in Gtsv2StridedBatchBufferSizeImpl() argument 371 bufferSizeInBytes)); in Gtsv2StridedBatchBufferSizeImpl() 380 size_t* bufferSizeInBytes) const { \ 385 bufferSizeInBytes); \
|
D | cuda_sparse.h | 235 size_t *bufferSizeInBytes) const; 251 size_t *bufferSizeInBytes) const; 269 size_t *bufferSizeInBytes) const;
|
/external/webrtc/webrtc/modules/audio_device/android/java/src/org/webrtc/voiceengine/ |
D | WebRtcAudioRecord.java | 191 int bufferSizeInBytes = in initRecording() local 193 Logging.d(TAG, "bufferSizeInBytes: " + bufferSizeInBytes); in initRecording() 199 bufferSizeInBytes); in initRecording()
|
/external/tensorflow/tensorflow/stream_executor/cuda/ |
D | cusparse_10_0.inc | 813 size_t *bufferSizeInBytes) { 823 betatype, y, ytype, executiontype, bufferSizeInBytes); 4114 const float *du, const float *B, int ldb, size_t *bufferSizeInBytes) { 4120 return func_ptr(handle, m, n, dl, d, du, B, ldb, bufferSizeInBytes); 4125 const double *du, const double *B, int ldb, size_t *bufferSizeInBytes) { 4131 return func_ptr(handle, m, n, dl, d, du, B, ldb, bufferSizeInBytes); 4137 size_t *bufferSizeInBytes) { 4143 return func_ptr(handle, m, n, dl, d, du, B, ldb, bufferSizeInBytes); 4149 const cuDoubleComplex *B, int ldb, size_t *bufferSizeInBytes) { 4156 return func_ptr(handle, m, n, dl, d, du, B, ldb, bufferSizeInBytes); [all …]
|
D | cusparse_9_0.inc | 813 size_t *bufferSizeInBytes) { 823 betatype, y, ytype, executiontype, bufferSizeInBytes); 3861 const float *du, const float *B, int ldb, size_t *bufferSizeInBytes) { 3867 return func_ptr(handle, m, n, dl, d, du, B, ldb, bufferSizeInBytes); 3872 const double *du, const double *B, int ldb, size_t *bufferSizeInBytes) { 3878 return func_ptr(handle, m, n, dl, d, du, B, ldb, bufferSizeInBytes); 3884 size_t *bufferSizeInBytes) { 3890 return func_ptr(handle, m, n, dl, d, du, B, ldb, bufferSizeInBytes); 3896 const cuDoubleComplex *B, int ldb, size_t *bufferSizeInBytes) { 3903 return func_ptr(handle, m, n, dl, d, du, B, ldb, bufferSizeInBytes); [all …]
|
D | cusparse_10_1.inc | 855 size_t *bufferSizeInBytes) { 865 betatype, y, ytype, executiontype, bufferSizeInBytes); 4117 const float *du, const float *B, int ldb, size_t *bufferSizeInBytes) { 4123 return func_ptr(handle, m, n, dl, d, du, B, ldb, bufferSizeInBytes); 4128 const double *du, const double *B, int ldb, size_t *bufferSizeInBytes) { 4134 return func_ptr(handle, m, n, dl, d, du, B, ldb, bufferSizeInBytes); 4140 size_t *bufferSizeInBytes) { 4146 return func_ptr(handle, m, n, dl, d, du, B, ldb, bufferSizeInBytes); 4152 const cuDoubleComplex *B, int ldb, size_t *bufferSizeInBytes) { 4159 return func_ptr(handle, m, n, dl, d, du, B, ldb, bufferSizeInBytes); [all …]
|