/external/llvm-project/compiler-rt/lib/xray/ |
D | xray_allocator.h | 90 T *allocateBuffer(size_t S) XRAY_NEVER_INSTRUMENT { in allocateBuffer() function 140 auto A = allocateBuffer<T>(N); in initArray() 183 BackingStore = allocateBuffer(MaxMemory); in Alloc()
|
D | xray_profile_collector.cpp | 250 auto ProfileArena = allocateBuffer(MaxSize); in serialize() 257 auto PathArena = allocateBuffer(profilingFlags()->global_allocator_max); in serialize() 299 B->Data = allocateBuffer(B->Size); in serialize()
|
D | xray_buffer_queue.cpp | 32 allocateBuffer((sizeof(BufferQueue::ControlBlock) - 1) + (Size * Count)); in allocControlBlock()
|
D | xray_fdr_logging.cpp | 255 CurrentBuffer = allocateBuffer(SerializedBufferSize); in fdrIterator()
|
/external/deqp/modules/glshared/ |
D | glsMemoryStressCase.cpp | 452 void allocateBuffer (de::Random& rnd); 514 allocateBuffer(rnd); in allocUntilFailure() 520 allocateBuffer(rnd); in allocUntilFailure() 671 void MemObjectAllocator::allocateBuffer (de::Random& rnd) in allocateBuffer() function in deqp::gls::MemObjectAllocator
|
/external/swiftshader/src/Renderer/ |
D | Surface.hpp | 457 …static void *allocateBuffer(int width, int height, int depth, int border, int samples, Format form…
|
D | Surface.cpp | 1368 …external.buffer = allocateBuffer(external.width, external.height, external.depth, external.border,… in lockExternal() 1420 …internal.buffer = allocateBuffer(internal.width, internal.height, internal.depth, internal.border,… in lockInternal() 1500 …stencil.buffer = allocateBuffer(stencil.width, stencil.height, stencil.depth, stencil.border, sten… in lockStencil() 3037 …void *Surface::allocateBuffer(int width, int height, int depth, int border, int samples, Format fo… in allocateBuffer() function in sw::Surface
|
/external/mesa3d/src/mesa/drivers/dri/common/ |
D | dri_util.c | 834 .allocateBuffer = dri2AllocateBuffer,
|
/external/llvm-project/mlir/lib/Conversion/StandardToLLVM/ |
D | StandardToLLVM.cpp | 1969 allocateBuffer(ConversionPatternRewriter &rewriter, Location loc, 2016 this->allocateBuffer(rewriter, loc, sizeBytes, op); in rewrite() 2031 std::tuple<Value, Value> allocateBuffer(ConversionPatternRewriter &rewriter, in allocateBuffer() function 2124 std::tuple<Value, Value> allocateBuffer(ConversionPatternRewriter &rewriter, in allocateBuffer() function 2160 std::tuple<Value, Value> allocateBuffer(ConversionPatternRewriter &rewriter, in allocateBuffer() function 2449 std::tuple<Value, Value> allocateBuffer(ConversionPatternRewriter &rewriter, in allocateBuffer() function
|
/external/mesa3d/include/GL/internal/ |
D | dri_interface.h | 1291 __DRIbuffer *(*allocateBuffer)(__DRIscreen *screen, member
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineImageSamplingInstance.cpp | 53 de::MovePtr<Allocation> allocateBuffer (const InstanceInterface& vki, in allocateBuffer() function 813 …m_vertexBufferAlloc = allocateBuffer(vki, vk, physDevice, vkDevice, *m_vertexBuffer, MemoryRequire… in ImageSamplingInstance()
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiImageClearingTests.cpp | 74 de::MovePtr<Allocation> allocateBuffer (const InstanceInterface& vki, in allocateBuffer() function 1073 …bufferAlloc = allocateBuffer(m_vki, m_vkd, m_context.getPhysicalDevice(), m_device, *buffer, Memor… in readImage()
|
D | vktApiCopiesAndBlittingTests.cpp | 315 de::MovePtr<Allocation> allocateBuffer (const InstanceInterface& vki, in allocateBuffer() function 637 …bufferAlloc = allocateBuffer(vki, vk, vkPhysDevice, vkDevice, *buffer, MemoryRequirement::HostVisi… in uploadImageAspect() 848 …bufferAlloc = allocateBuffer(vki, vk, physDevice, device, *buffer, MemoryRequirement::HostVisible,… in readImageAspect() 1493 …m_sourceBufferAlloc = allocateBuffer(vki, vk, vkPhysDevice, vkDevice, *m_source, MemoryRequiremen… in CopyBufferToBuffer() 1512 …m_destinationBufferAlloc = allocateBuffer(vki, vk, vkPhysDevice, vkDevice, *m_destination, MemoryR… in CopyBufferToBuffer() 1726 …m_destinationBufferAlloc = allocateBuffer(vki, vk, vkPhysDevice, vkDevice, *m_destination, MemoryR… in CopyImageToBuffer() 1945 …m_sourceBufferAlloc = allocateBuffer(vki, vk, vkPhysDevice, vkDevice, *m_source, MemoryRequiremen… in CopyBufferToImage() 2244 …m_sourceBufferAlloc = allocateBuffer(vki, vk, vkPhysDevice, vkDevice, *m_source, MemoryRequiremen… in CopyBufferToDepthStencil() 4487 …vertexBufferAlloc = allocateBuffer(vki, vk, vkPhysDevice, vkDevice, *vertexBuffer, MemoryRequireme… in ResolveImageToImage()
|
/external/deqp/external/vulkancts/modules/vulkan/renderpass/ |
D | vktRenderPassTests.cpp | 131 de::MovePtr<Allocation> allocateBuffer (const InstanceInterface& vki, in allocateBuffer() function 1484 …m_bufferMemory = allocateBuffer(vki, vk, physDevice, device, *m_buffer, MemoryRequirement::HostV… in AttachmentResources() 1489 …m_secondaryBufferMemory = allocateBuffer(vki, vk, physDevice, device, *m_secondaryBuffer, MemoryRe… in AttachmentResources() 1498 …m_bufferMemory = allocateBuffer(vki, vk, physDevice, device, *m_buffer, MemoryRequirement::HostVis… in AttachmentResources() 2123 …m_vertexBufferMemory = allocateBuffer(vki, vk, physDevice, device, *m_vertexBuffer, MemoryRequirem… in SubpassRenderer()
|
/external/mesa3d/src/egl/drivers/dri2/ |
D | egl_dri2.c | 1292 dri2_dpy->dri2->allocateBuffer(dri2_dpy->dri_screen, att, format, in dri2_egl_surface_alloc_local_buffer()
|