Home
last modified time | relevance | path

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

/external/swiftshader/src/WSI/
DVkSurfaceKHR.hpp41 VkResult allocateImage(VkDevice device, const VkImageCreateInfo &createInfo);
DVkSurfaceKHR.cpp42 VkResult PresentImage::allocateImage(VkDevice device, const VkImageCreateInfo &createInfo) in allocateImage() function in vk::PresentImage
DVkSwapchainKHR.cpp130 status = currentImage.allocateImage(device, imageInfo); in createImages()
/external/toolchain-utils/android_bench_suite/
Dpanorama.diff149 + 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/
DvktPipelineImageSamplingInstance.cpp83 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/
DvktApiCopiesAndBlittingTests.cpp345 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 …]
DvktApiImageClearingTests.cpp104 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/
DvktRenderPassTests.cpp161 de::MovePtr<Allocation> allocateImage (const InstanceInterface& vki, in allocateImage() function
1385 …de::MovePtr<Allocation> allocation = allocateImage(vki, vk, vkd, device, image, memoryRequiremen… in createImageMemory()