Searched defs:memAlloc (Results 1 - 8 of 8) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/api/
H A DvktApiBufferViewCreateTests.cpp138 const VkMemoryAllocateInfo memAlloc = local
162 memory = allocateMemory(vk, vkDevice, &memAlloc, (const VkAllocationCallbacks*)DE_NULL);
H A DvktApiFillBufferTests.cpp98 Allocator& memAlloc = context.getDefaultAllocator(); local
154 m_destinationBufferAlloc = memAlloc.allocate(getBufferMemoryRequirements(vk, vkDevice, *m_destination), MemoryRequirement::HostVisible);
H A DvktApiBufferTests.cpp289 const VkMemoryAllocateInfo memAlloc = local
297 result = vk.allocateMemory(vkDevice, &memAlloc, (VkAllocationCallbacks*)DE_NULL, &rawMemory);
H A DvktApiCopiesAndBlittingTests.cpp339 Allocator& memAlloc = m_context.getDefaultAllocator(); local
361 bufferAlloc = memAlloc.allocate(getBufferMemoryRequirements(vk, vkDevice, *buffer), MemoryRequirement::HostVisible);
731 Allocator& memAlloc = context.getDefaultAllocator(); local
782 m_sourceImageAlloc = memAlloc.allocate(getImageMemoryRequirements(vk, vkDevice, *m_source), MemoryRequirement::Any);
809 m_destinationImageAlloc = memAlloc.allocate(getImageMemoryRequirements(vk, vkDevice, *m_destination), MemoryRequirement::Any);
1049 Allocator& memAlloc = context.getDefaultAllocator(); local
1066 m_sourceBufferAlloc = memAlloc.allocate(getBufferMemoryRequirements(vk, vkDevice, *m_source), MemoryRequirement::HostVisible);
1085 m_destinationBufferAlloc = memAlloc.allocate(getBufferMemoryRequirements(vk, vkDevice, *m_destination), MemoryRequirement::HostVisible);
1218 Allocator& memAlloc = context.getDefaultAllocator(); local
1243 m_sourceImageAlloc = memAlloc
1424 Allocator& memAlloc = context.getDefaultAllocator(); local
1618 Allocator& memAlloc = context.getDefaultAllocator(); local
2262 Allocator& memAlloc = m_context.getDefaultAllocator(); local
[all...]
/external/deqp/external/vulkancts/modules/vulkan/geometry/
H A DvktGeometryBasicClass.cpp72 Allocator& memAlloc = m_context.getDefaultAllocator(); local
78 memAlloc,
109 const Buffer colorBuffer (vk, device, memAlloc, makeBufferCreateInfo(colorBufferSizeBytes,
111 const Buffer vertexBuffer (vk, device, memAlloc, makeBufferCreateInfo(vertexDataSizeBytes,
162 bindDescriptorSets(vk, device, memAlloc, *cmdBuffer, *pipelineLayout);
H A DvktGeometryBasicGeometryShaderTests.cpp98 Allocator& memAlloc = context.getDefaultAllocator(); local
121 bufferAlloc = memAlloc.allocate(getBufferMemoryRequirements(vk, device, *buffer), MemoryRequirement::HostVisible);
320 Allocator& memAlloc,
390 Allocator& memAlloc = m_context.getDefaultAllocator(); local
424 m_allocation = memAlloc.allocate(getImageMemoryRequirements(vk, device, *m_texture), MemoryRequirement::Any);
442 void VaryingOutputCountTestInstance::bindDescriptorSets (const DeviceInterface& vk, const VkDevice device, Allocator& memAlloc, argument
450 m_allocation = memAlloc.allocate(getBufferMemoryRequirements(vk, device, *m_buffer), MemoryRequirement::HostVisible);
634 Allocator& memAlloc = m_context.getDefaultAllocator(); local
649 m_allocation = memAlloc.allocate(getBufferMemoryRequirements(vk, device, *m_indicesBuffer), MemoryRequirement::HostVisible);
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktShaderExecutor.cpp735 Allocator& memAlloc = m_context.getDefaultAllocator(); local
844 de::MovePtr<Allocation> colorImageAlloc = memAlloc.allocate(getImageMemoryRequirements(vk, vkDevice, *((const VkImage*) colorImages.back().get())), MemoryRequirement::Any);
1383 const de::UniquePtr<Allocation> readImageBufferMemory(memAlloc.allocate(getBufferMemoryRequirements(vk, vkDevice, *readImageBuffer), MemoryRequirement::HostVisible));
1853 Allocator& memAlloc = m_context.getDefaultAllocator(); local
1868 m_inputAlloc = memAlloc.allocate(getBufferMemoryRequirements(vk, vkDevice, *m_inputBuffer), MemoryRequirement::HostVisible);
1885 m_outputAlloc = memAlloc.allocate(getBufferMemoryRequirements(vk, vkDevice, *m_outputBuffer), MemoryRequirement::HostVisible);
2217 Allocator& memAlloc = m_context.getDefaultAllocator(); local
2272 colorImageAlloc = memAlloc.allocate(getImageMemoryRequirements(vk, vkDevice, *colorImage), MemoryRequirement::Any);
/external/vulkan-validation-layers/tests/
H A Dlayer_validation_tests.cpp2625 VkMemoryAllocateInfo memAlloc = {}; local
2626 memAlloc.sType = VK_STRUCTURE_TYPE_MEMORY_ALLOCATE_INFO;
2627 memAlloc.pNext = NULL;
2628 memAlloc.allocationSize = 0;
2629 memAlloc.memoryTypeIndex = 0;
2632 memAlloc.allocationSize = memReqs.size;
2633 pass = m_device->phy().set_memory_type(memReqs.memoryTypeBits, &memAlloc, 0);
2635 err = vkAllocateMemory(m_device->device(), &memAlloc, NULL, &srcMem);
2639 memAlloc.allocationSize = memReqs.size;
2640 pass = m_device->phy().set_memory_type(memReqs.memoryTypeBits, &memAlloc,
6258 VkMemoryAllocateInfo memAlloc = {}; local
13602 VkMemoryAllocateInfo memAlloc = {}; local
14118 VkMemoryAllocateInfo memAlloc = {}; local
14219 VkMemoryAllocateInfo memAlloc = {}; local
14314 VkMemoryAllocateInfo memAlloc = {}; local
14416 VkMemoryAllocateInfo memAlloc = {}; local
14521 VkMemoryAllocateInfo memAlloc = {}; local
14625 VkMemoryAllocateInfo memAlloc = {}; local
[all...]

Completed in 1425 milliseconds