Home
last modified time | relevance | path

Searched refs:AllocationMp (Results 1 – 2 of 2) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmComputeShaderCase.cpp40 typedef vkt::SpirVAssembly::AllocationMp AllocationMp; typedef
52 …face& vkdi, const VkDevice& device, Allocator& allocator, size_t numBytes, AllocationMp* outMemory) in createBufferAndBindMemory()
68 AllocationMp bufferMemory = allocator.allocate(requirements, MemoryRequirement::HostVisible); in createBufferAndBindMemory()
309 AllocationMp alloc; in iterate()
322 AllocationMp alloc; in iterate()
DvktSpvAsmComputeShaderTestUtil.hpp42 typedef de::MovePtr<vk::Allocation> AllocationMp; typedef