Searched refs:allocateDedicated (Results 1 – 8 of 8) sorted by relevance
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkMemUtil.cpp | 236 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()
|
D | vkMemUtil.hpp | 147 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/ |
D | vktApiBufferAndImageAllocationUtil.cpp | 104 memory = allocateDedicated(vkInstance, vk, vkPhysicalDevice, vkDevice, buffer.get(), requirement); in createTestBuffer() 190 memory = allocateDedicated(vkInstance, vk, vkPhysicalDevice, vkDevice, image.get(), requirement); in createTestImage()
|
D | vktApiImageClearingTests.cpp | 94 return allocateDedicated(vki, vkd, physDevice, device, buffer, requirement); in allocateBuffer() 124 return allocateDedicated(vki, vkd, physDevice, device, image, requirement); in allocateImage()
|
D | vktApiCopiesAndBlittingTests.cpp | 202 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/ |
D | vktPipelineMakeUtil.cpp | 219 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()
|
D | vktPipelineImageSamplingInstance.cpp | 73 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/ |
D | vktRenderPassTests.cpp | 142 return allocateDedicated(vki, vkd, physDevice, device, buffer, requirement); in allocateBuffer() 172 return allocateDedicated(vki, vkd, physDevice, device, image, requirement); in allocateImage()
|