Searched refs:allocateImage (Results 1 – 5 of 5) sorted by relevance
/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 375 …m_imageAllocs[imgNdx] = SharedAllocPtr(new UniqueAlloc(allocateImage(vki, vk, physDevice, vkDevice… in ImageSamplingInstance() 480 …m_colorImageAllocs[imgNdx] = SharedAllocPtr(new UniqueAlloc(allocateImage(vki, vk, physDevice, vkD… in ImageSamplingInstance()
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiCopiesAndBlittingTests.cpp | 212 de::MovePtr<Allocation> allocateImage (const InstanceInterface& vki, in allocateImage() function 866 …m_sourceImageAlloc = allocateImage(vki, vk, vkPhysDevice, vkDevice, *m_source, MemoryRequirement:… in CopyImageToImage() 893 …m_destinationImageAlloc = allocateImage(vki, vk, vkPhysDevice, vkDevice, *m_destination, MemoryReq… in CopyImageToImage() 1411 …m_sourceImageAlloc = allocateImage(vki, vk, vkPhysDevice, vkDevice, *m_source, MemoryRequirement::… in CopyImageToBuffer() 1632 …m_destinationImageAlloc = allocateImage(vki, vk, vkPhysDevice, vkDevice, *m_destination, MemoryReq… in CopyBufferToImage() 1806 …m_sourceImageAlloc = allocateImage(vki, vk, vkPhysDevice, vkDevice, *m_source, MemoryRequirement::… in BlittingImages() 1833 …m_destinationImageAlloc = allocateImage(vki, vk, vkPhysDevice, vkDevice, *m_destination, MemoryReq… in BlittingImages() 2699 …m_sourceImageAlloc = allocateImage(vki, vk, vkPhysDevice, vkDevice, *m_source, MemoryRequirement::… in BlittingMipmaps() 2726 …m_destinationImageAlloc = allocateImage(vki, vk, vkPhysDevice, vkDevice, *m_destination, MemoryReq… in BlittingMipmaps() 3400 …m_multisampledImageAlloc = allocateImage(vki, vk, vkPhysDevice, vkDevice, *m_multisampledImage,… in ResolveImageToImage() [all …]
|
D | vktApiImageClearingTests.cpp | 104 de::MovePtr<Allocation> allocateImage (const InstanceInterface& vki, in allocateImage() function 672 …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 | 152 de::MovePtr<Allocation> allocateImage (const InstanceInterface& vki, in allocateImage() function 1323 …de::MovePtr<Allocation> allocation = allocateImage(vki, vk, vkd, device, image, memoryRequiremen… in createImageMemory()
|