Home
last modified time | relevance | path

Searched refs:allocateBuffer (Results 1 – 12 of 12) sorted by relevance

/external/deqp/modules/glshared/
DglsMemoryStressCase.cpp452 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/Device/
DSurface.hpp309 …static void *allocateBuffer(int width, int height, int depth, int border, int samples, VkFormat fo…
DSurface.cpp926 …external.buffer = allocateBuffer(external.width, external.height, external.depth, external.border,… in lockExternal()
978 …internal.buffer = allocateBuffer(internal.width, internal.height, internal.depth, internal.border,… in lockInternal()
1055 …stencil.buffer = allocateBuffer(stencil.width, stencil.height, stencil.depth, stencil.border, sten… in lockStencil()
2629 …void *Surface::allocateBuffer(int width, int height, int depth, int border, int samples, VkFormat … in allocateBuffer() function in sw::Surface
/external/swiftshader/src/Renderer/
DSurface.hpp486 …static void *allocateBuffer(int width, int height, int depth, int border, int samples, Format form…
DSurface.cpp1409 …external.buffer = allocateBuffer(external.width, external.height, external.depth, external.border,… in lockExternal()
1461 …internal.buffer = allocateBuffer(internal.width, internal.height, internal.depth, internal.border,… in lockInternal()
1541 …stencil.buffer = allocateBuffer(stencil.width, stencil.height, stencil.depth, stencil.border, sten… in lockStencil()
3228 …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/
Ddri_util.c820 .allocateBuffer = dri2AllocateBuffer,
/external/mesa3d/include/GL/internal/
Ddri_interface.h1168 __DRIbuffer *(*allocateBuffer)(__DRIscreen *screen, member
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineImageSamplingInstance.cpp53 de::MovePtr<Allocation> allocateBuffer (const InstanceInterface& vki, in allocateBuffer() function
696 …m_vertexBufferAlloc = allocateBuffer(vki, vk, physDevice, vkDevice, *m_vertexBuffer, MemoryRequire… in ImageSamplingInstance()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiImageClearingTests.cpp74 de::MovePtr<Allocation> allocateBuffer (const InstanceInterface& vki, in allocateBuffer() function
919 …bufferAlloc = allocateBuffer(m_vki, m_vkd, m_context.getPhysicalDevice(), m_device, *buffer, Memor… in readImage()
DvktApiCopiesAndBlittingTests.cpp182 de::MovePtr<Allocation> allocateBuffer (const InstanceInterface& vki, in allocateBuffer() function
489 …bufferAlloc = allocateBuffer(vki, vk, vkPhysDevice, vkDevice, *buffer, MemoryRequirement::HostVisi… in uploadImageAspect()
691 …bufferAlloc = allocateBuffer(vki, vk, physDevice, device, *buffer, MemoryRequirement::HostVisible,… in readImageAspect()
1240 …m_sourceBufferAlloc = allocateBuffer(vki, vk, vkPhysDevice, vkDevice, *m_source, MemoryRequiremen… in CopyBufferToBuffer()
1259 …m_destinationBufferAlloc = allocateBuffer(vki, vk, vkPhysDevice, vkDevice, *m_destination, MemoryR… in CopyBufferToBuffer()
1430 …m_destinationBufferAlloc = allocateBuffer(vki, vk, vkPhysDevice, vkDevice, *m_destination, MemoryR… in CopyImageToBuffer()
1605 …m_sourceBufferAlloc = allocateBuffer(vki, vk, vkPhysDevice, vkDevice, *m_source, MemoryRequiremen… in CopyBufferToImage()
3575 …vertexBufferAlloc = allocateBuffer(vki, vk, vkPhysDevice, vkDevice, *vertexBuffer, MemoryRequireme… in ResolveImageToImage()
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassTests.cpp122 de::MovePtr<Allocation> allocateBuffer (const InstanceInterface& vki, in allocateBuffer() function
1424 …m_bufferMemory = allocateBuffer(vki, vk, physDevice, device, *m_buffer, MemoryRequirement::HostV… in AttachmentResources()
1429 …m_secondaryBufferMemory = allocateBuffer(vki, vk, physDevice, device, *m_secondaryBuffer, MemoryRe… in AttachmentResources()
1438 …m_bufferMemory = allocateBuffer(vki, vk, physDevice, device, *m_buffer, MemoryRequirement::HostVis… in AttachmentResources()
2059 …m_vertexBufferMemory = allocateBuffer(vki, vk, physDevice, device, *m_vertexBuffer, MemoryRequirem… in SubpassRenderer()
/external/mesa3d/src/egl/drivers/dri2/
Degl_dri2.c1026 dri2_dpy->dri2->allocateBuffer(dri2_dpy->dri_screen, att, format, in dri2_egl_surface_alloc_local_buffer()