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.h145 __DRIbuffer *(*AllocateBuffer) (__DRIscreen *screenPrivate, member
Ddri_util.c727 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/autotest/client/site_tests/camera_V4L2/src/
Dmedia_v4l2_device.h114 bool AllocateBuffer(uint32_t buffer_count);
Dmedia_v4l2_device.cc437 bool V4L2Device::AllocateBuffer(uint32_t buffer_count) { in AllocateBuffer() function in V4L2Device
473 if (!AllocateBuffer(req.count)) in InitMmapIO()
520 if (!AllocateBuffer(req.count)) in InitUserPtrIO()
/external/tensorflow/tensorflow/core/kernels/
Dmkl_fused_batch_norm_op.cc621 weights.AllocateBuffer(2 * depth_ * sizeof(T)); in Compute()
946 weights.AllocateBuffer(2 * depth_ * sizeof(T)); in Compute()
954 diff_weights.AllocateBuffer(2 * depth_ * sizeof(T)); in Compute()
/external/mesa3d/src/gallium/state_trackers/dri/
Ddri2.c2243 .AllocateBuffer = dri2_allocate_buffer,
2264 .AllocateBuffer = dri2_allocate_buffer,
/external/mesa3d/src/mesa/drivers/dri/i915/
Dintel_screen.c1278 .AllocateBuffer = intelAllocateBuffer,
/external/libchrome/base/numerics/
DREADME.md76 bool AllocateBuffer(void** buffer, StrictCast<size_t> size);
/external/mesa3d/src/mesa/drivers/dri/i965/
Dintel_screen.c2769 .AllocateBuffer = intelAllocateBuffer,
/external/tensorflow/tensorflow/core/util/
Dmkl_util.h1821 inline void AllocateBuffer(size_t size) { in AllocateBuffer() function