Home
last modified time | relevance | path

Searched refs:allocateDedicated (Results 1 – 8 of 8) sorted by relevance

/external/deqp/external/vulkancts/framework/vulkan/
DvkMemUtil.cpp236 static MovePtr<Allocation> allocateDedicated (const InstanceInterface& vki, in allocateDedicated() function
265 de::MovePtr<Allocation> allocateDedicated (const InstanceInterface& vki, in allocateDedicated() function
281 …return allocateDedicated(vki, vkd, physDevice, device, memoryRequirements, requirement, &dedicated… in allocateDedicated()
284 de::MovePtr<Allocation> allocateDedicated (const InstanceInterface& vki, in allocateDedicated() function
300 …return allocateDedicated(vki, vkd, physDevice, device, memoryRequirements, requirement, &dedicated… in allocateDedicated()
DvkMemUtil.hpp147 de::MovePtr<Allocation> allocateDedicated (const InstanceInterface& vki, const DeviceInterface& v…
148 de::MovePtr<Allocation> allocateDedicated (const InstanceInterface& vki, const DeviceInterface& v…
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiBufferAndImageAllocationUtil.cpp104 memory = allocateDedicated(vkInstance, vk, vkPhysicalDevice, vkDevice, buffer.get(), requirement); in createTestBuffer()
190 memory = allocateDedicated(vkInstance, vk, vkPhysicalDevice, vkDevice, image.get(), requirement); in createTestImage()
DvktApiImageClearingTests.cpp94 return allocateDedicated(vki, vkd, physDevice, device, buffer, requirement); in allocateBuffer()
124 return allocateDedicated(vki, vkd, physDevice, device, image, requirement); in allocateImage()
DvktApiCopiesAndBlittingTests.cpp202 return allocateDedicated(vki, vkd, physDevice, device, buffer, requirement); in allocateBuffer()
232 return allocateDedicated(vki, vkd, physDevice, device, image, requirement); in allocateImage()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineMakeUtil.cpp219 MovePtr<Allocation> alloc(allocateDedicated(vki, vkd, physDevice, device, image, requirement)); in bindImageDedicated()
226 MovePtr<Allocation> alloc(allocateDedicated(vki, vkd, physDevice, device, buffer, requirement)); in bindBufferDedicated()
DvktPipelineImageSamplingInstance.cpp73 return allocateDedicated(vki, vkd, physDevice, device, buffer, requirement); in allocateBuffer()
103 return allocateDedicated(vki, vkd, physDevice, device, image, requirement); in allocateImage()
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassTests.cpp142 return allocateDedicated(vki, vkd, physDevice, device, buffer, requirement); in allocateBuffer()
172 return allocateDedicated(vki, vkd, physDevice, device, image, requirement); in allocateImage()