/external/deqp/external/vulkancts/framework/vulkan/ |
vkMemUtil.cpp | 236 static MovePtr<Allocation> allocateDedicated (const InstanceInterface& vki, 265 de::MovePtr<Allocation> allocateDedicated (const InstanceInterface& vki, 281 return allocateDedicated(vki, vkd, physDevice, device, memoryRequirements, requirement, &dedicatedAllocationInfo); 284 de::MovePtr<Allocation> allocateDedicated (const InstanceInterface& vki, 300 return allocateDedicated(vki, vkd, physDevice, device, memoryRequirements, requirement, &dedicatedAllocationInfo);
|
vkMemUtil.hpp | 147 de::MovePtr<Allocation> allocateDedicated (const InstanceInterface& vki, const DeviceInterface& vkd, const VkPhysicalDevice& physDevice, const VkDevice device, const VkBuffer buffer, MemoryRequirement requirement); 148 de::MovePtr<Allocation> allocateDedicated (const InstanceInterface& vki, const DeviceInterface& vkd, const VkPhysicalDevice& physDevice, const VkDevice device, const VkImage image, MemoryRequirement requirement);
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
vktApiBufferAndImageAllocationUtil.cpp | 104 memory = allocateDedicated(vkInstance, vk, vkPhysicalDevice, vkDevice, buffer.get(), requirement); 190 memory = allocateDedicated(vkInstance, vk, vkPhysicalDevice, vkDevice, image.get(), requirement);
|
vktApiImageClearingTests.cpp | 94 return allocateDedicated(vki, vkd, physDevice, device, buffer, requirement); 124 return allocateDedicated(vki, vkd, physDevice, device, image, requirement); [all...] |
vktApiCopiesAndBlittingTests.cpp | 202 return allocateDedicated(vki, vkd, physDevice, device, buffer, requirement); 232 return allocateDedicated(vki, vkd, physDevice, device, image, requirement); [all...] |
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
vktPipelineMakeUtil.cpp | 219 MovePtr<Allocation> alloc(allocateDedicated(vki, vkd, physDevice, device, image, requirement)); 226 MovePtr<Allocation> alloc(allocateDedicated(vki, vkd, physDevice, device, buffer, requirement));
|
vktPipelineImageSamplingInstance.cpp | 73 return allocateDedicated(vki, vkd, physDevice, device, buffer, requirement); 103 return allocateDedicated(vki, vkd, physDevice, device, image, requirement); [all...] |
/external/deqp/external/vulkancts/modules/vulkan/renderpass/ |
vktRenderPassTests.cpp | 142 return allocateDedicated(vki, vkd, physDevice, device, buffer, requirement); 172 return allocateDedicated(vki, vkd, physDevice, device, image, requirement); [all...] |