Searched refs:allocateDedicated (Results 1 – 8 of 8) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineMakeUtil.cpp | 94 MovePtr<Allocation> alloc(allocateDedicated(vki, vkd, physDevice, device, image, requirement)); in bindImageDedicated() 101 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()
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
D | vkMemUtil.hpp | 153 de::MovePtr<Allocation> allocateDedicated (const InstanceInterface& vki, const DeviceInterface& v… 154 de::MovePtr<Allocation> allocateDedicated (const InstanceInterface& vki, const DeviceInterface& v…
|
D | vkMemUtil.cpp | 285 de::MovePtr<Allocation> allocateDedicated (const InstanceInterface& vki, in allocateDedicated() function 304 de::MovePtr<Allocation> allocateDedicated (const InstanceInterface& vki, in allocateDedicated() function
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
D | vktApiBufferAndImageAllocationUtil.cpp | 100 memory = allocateDedicated(vkInstance, vk, vkPhysicalDevice, vkDevice, buffer.get(), requirement); in createTestBuffer() 182 memory = allocateDedicated(vkInstance, vk, vkPhysicalDevice, vkDevice, image.get(), requirement); in createTestImage()
|
D | vktApiImageClearingTests.cpp | 100 return allocateDedicated(vki, vkd, physDevice, device, buffer, requirement); in allocateBuffer() 130 return allocateDedicated(vki, vkd, physDevice, device, image, requirement); in allocateImage()
|
D | vktApiCopiesAndBlittingTests.cpp | 342 return allocateDedicated(vki, vkd, physDevice, device, buffer, requirement); in allocateBuffer() 372 return allocateDedicated(vki, vkd, physDevice, device, image, requirement); in allocateImage()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
D | vktRenderPassTests.cpp | 152 return allocateDedicated(vki, vkd, physDevice, device, buffer, requirement); in allocateBuffer() 182 return allocateDedicated(vki, vkd, physDevice, device, image, requirement); in allocateImage()
|