Home
last modified time | relevance | path

Searched refs:AllocateBuffer (Results 1 – 11 of 11) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/common/
Ddri_util.h149 __DRIbuffer *(*AllocateBuffer) (__DRIscreen *screenPrivate, member
Ddri_util.c730 return screen->driver->AllocateBuffer(screen, attachment, format, in dri2AllocateBuffer()
/external/webp/src/dec/
Dbuffer_dec.c87 static VP8StatusCode AllocateBuffer(WebPDecBuffer* const buffer) { in AllocateBuffer() function
218 status = AllocateBuffer(buffer); in WebPAllocateDecBuffer()
/external/tensorflow/tensorflow/compiler/xla/python/tpu_driver/client/
Dtpu_client.cc439 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()
Dtpu_client.h246 static StatusOr<std::unique_ptr<PyTpuBuffer>> AllocateBuffer(
/external/tensorflow/tensorflow/core/kernels/mkl/
Dmkl_fused_batch_norm_op.cc816 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/
Ddri2.c2365 .AllocateBuffer = dri2_allocate_buffer,
2386 .AllocateBuffer = dri2_allocate_buffer,
/external/mesa3d/src/mesa/drivers/dri/i915/
Dintel_screen.c1250 .AllocateBuffer = intelAllocateBuffer,
/external/libchrome/base/numerics/
DREADME.md76 bool AllocateBuffer(void** buffer, StrictCast<size_t> size);
/external/tensorflow/tensorflow/core/util/
Dmkl_util.h1404 inline void AllocateBuffer(size_t size) { in AllocateBuffer() function
/external/mesa3d/src/mesa/drivers/dri/i965/
Dintel_screen.c2918 .AllocateBuffer = intelAllocateBuffer,