Searched refs:AllocateBuffer (Results 1 – 11 of 11) sorted by relevance
/external/mesa3d/src/mesa/drivers/dri/common/ |
D | dri_util.h | 149 __DRIbuffer *(*AllocateBuffer) (__DRIscreen *screenPrivate, member
|
D | dri_util.c | 730 return screen->driver->AllocateBuffer(screen, attachment, format, in dri2AllocateBuffer()
|
/external/webp/src/dec/ |
D | buffer_dec.c | 87 static VP8StatusCode AllocateBuffer(WebPDecBuffer* const buffer) { in AllocateBuffer() function 218 status = AllocateBuffer(buffer); in WebPAllocateDecBuffer()
|
/external/tensorflow/tensorflow/compiler/xla/python/tpu_driver/client/ |
D | tpu_client.cc | 439 StatusOr<std::unique_ptr<PyTpuBuffer>> PyTpuBuffer::AllocateBuffer( in AllocateBuffer() function in xla::PyTpuBuffer 458 AllocateBuffer(child_shape, client, device)); in AllocateBuffer() 556 ::xla::PyTpuBuffer::AllocateBuffer(result_shape_, client_, in ExecuteHelper()
|
D | tpu_client.h | 246 static StatusOr<std::unique_ptr<PyTpuBuffer>> AllocateBuffer(
|
/external/tensorflow/tensorflow/core/kernels/mkl/ |
D | mkl_fused_batch_norm_op.cc | 816 weights.AllocateBuffer(2 * depth_ * sizeof(U)); in Compute() 1210 weights.AllocateBuffer(2 * depth_ * sizeof(U)); in Compute() 1218 diff_weights.AllocateBuffer(2 * depth_ * sizeof(U)); in Compute()
|
/external/mesa3d/src/gallium/frontends/dri/ |
D | dri2.c | 2365 .AllocateBuffer = dri2_allocate_buffer, 2386 .AllocateBuffer = dri2_allocate_buffer,
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
D | intel_screen.c | 1250 .AllocateBuffer = intelAllocateBuffer,
|
/external/libchrome/base/numerics/ |
D | README.md | 76 bool AllocateBuffer(void** buffer, StrictCast<size_t> size);
|
/external/tensorflow/tensorflow/core/util/ |
D | mkl_util.h | 1404 inline void AllocateBuffer(size_t size) { in AllocateBuffer() function
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | intel_screen.c | 2918 .AllocateBuffer = intelAllocateBuffer,
|