Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineMakeUtil.cpp94 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()
DvktPipelineImageSamplingInstance.cpp73 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/
DvkMemUtil.hpp153 de::MovePtr<Allocation> allocateDedicated (const InstanceInterface& vki, const DeviceInterface& v…
154 de::MovePtr<Allocation> allocateDedicated (const InstanceInterface& vki, const DeviceInterface& v…
DvkMemUtil.cpp285 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/
DvktApiBufferAndImageAllocationUtil.cpp100 memory = allocateDedicated(vkInstance, vk, vkPhysicalDevice, vkDevice, buffer.get(), requirement); in createTestBuffer()
182 memory = allocateDedicated(vkInstance, vk, vkPhysicalDevice, vkDevice, image.get(), requirement); in createTestImage()
DvktApiImageClearingTests.cpp100 return allocateDedicated(vki, vkd, physDevice, device, buffer, requirement); in allocateBuffer()
130 return allocateDedicated(vki, vkd, physDevice, device, image, requirement); in allocateImage()
DvktApiCopiesAndBlittingTests.cpp342 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/
DvktRenderPassTests.cpp152 return allocateDedicated(vki, vkd, physDevice, device, buffer, requirement); in allocateBuffer()
182 return allocateDedicated(vki, vkd, physDevice, device, image, requirement); in allocateImage()