/external/swiftshader/src/WSI/ |
D | VkSurfaceKHR.hpp | 41 VkResult allocateImage(VkDevice device, const VkImageCreateInfo &createInfo);
|
D | VkSurfaceKHR.cpp | 42 VkResult PresentImage::allocateImage(VkDevice device, const VkImageCreateInfo &createInfo) in allocateImage() function in vk::PresentImage
|
D | VkSwapchainKHR.cpp | 130 status = currentImage.allocateImage(device, imageInfo); in createImages()
|
/external/toolchain-utils/android_bench_suite/ |
D | panorama.diff | 149 + yvuFrames[i] = ImageUtils::allocateImage(width, height, 207 + ImageType imageRGB = ImageUtils::allocateImage( 316 YUVinfo *imgMos = YUVinfo::allocateImage(Mwidth, Mheight); 511 …imageYVU = ImageUtils::allocateImage(this->width, this->height, ImageUtils::IMAGE_TYPE_NUM_CHANNEL…
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineImageSamplingInstance.cpp | 83 de::MovePtr<Allocation> allocateImage (const InstanceInterface& vki, in allocateImage() function 492 …m_imageAllocs[imgNdx] = SharedAllocPtr(new UniqueAlloc(allocateImage(vki, vk, physDevice, vkDevice… in ImageSamplingInstance() 597 …m_colorImageAllocs[imgNdx] = SharedAllocPtr(new UniqueAlloc(allocateImage(vki, vk, physDevice, vkD… in ImageSamplingInstance()
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiCopiesAndBlittingTests.cpp | 345 de::MovePtr<Allocation> allocateImage (const InstanceInterface& vki, in allocateImage() function 1023 …m_sourceImageAlloc = allocateImage(vki, vk, vkPhysDevice, vkDevice, *m_source, MemoryRequirement:… in CopyImageToImage() 1050 …m_destinationImageAlloc = allocateImage(vki, vk, vkPhysDevice, vkDevice, *m_destination, MemoryReq… in CopyImageToImage() 1707 …m_sourceImageAlloc = allocateImage(vki, vk, vkPhysDevice, vkDevice, *m_source, MemoryRequirement::… in CopyImageToBuffer() 1972 …m_destinationImageAlloc = allocateImage(vki, vk, vkPhysDevice, vkDevice, *m_destination, MemoryReq… in CopyBufferToImage() 2271 …m_destinationImageAlloc = allocateImage(vki, vk, vkPhysDevice, vkDevice, *m_destination, MemoryRe… in CopyBufferToDepthStencil() 2572 …m_sourceImageAlloc = allocateImage(vki, vk, vkPhysDevice, vkDevice, *m_source, MemoryRequirement::… in BlittingImages() 2599 …m_destinationImageAlloc = allocateImage(vki, vk, vkPhysDevice, vkDevice, *m_destination, MemoryReq… in BlittingImages() 3530 …m_sourceImageAlloc = allocateImage(vki, vk, vkPhysDevice, vkDevice, *m_source, MemoryRequirement::… in BlittingMipmaps() 3557 …m_destinationImageAlloc = allocateImage(vki, vk, vkPhysDevice, vkDevice, *m_destination, MemoryReq… in BlittingMipmaps() [all …]
|
D | vktApiImageClearingTests.cpp | 104 de::MovePtr<Allocation> allocateImage (const InstanceInterface& vki, in allocateImage() function 719 …de::MovePtr<Allocation> imageMemory (allocateImage(m_vki, m_vkd, m_context.getPhysicalDevice(), m_… in allocateAndBindImageMemory()
|
/external/deqp/external/vulkancts/modules/vulkan/renderpass/ |
D | vktRenderPassTests.cpp | 161 de::MovePtr<Allocation> allocateImage (const InstanceInterface& vki, in allocateImage() function 1385 …de::MovePtr<Allocation> allocation = allocateImage(vki, vk, vkd, device, image, memoryRequiremen… in createImageMemory()
|