| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
| H A D | vktRenderPassSparseRenderTargetTests.cpp | 458 const Unique<VkImage> m_dstImage; member in vkt::__anon28596::SparseRenderTargetTestInstance 481 , m_dstImage (createSparseImageAndMemory(context.getDeviceInterface(), context.getDevice(), context.getPhysicalDevice(), context.getInstanceInterface(), context.getDefaultAllocator(), m_allocations, context.getUniversalQueueFamilyIndex(), context.getSparseQueue(), context.getSparseQueueFamilyIndex(), *m_bindSemaphore, m_format, m_width, m_height)) in SparseRenderTargetTestInstance() 482 , m_dstImageView (createImageView(context.getDeviceInterface(), context.getDevice(), *m_dstImage, m_format, VK_IMAGE_ASPECT_COLOR_BIT)) in SparseRenderTargetTestInstance() 540 copyImageToBuffer(vkd, *commandBuffer, *m_dstImage, *m_dstBuffer, tcu::IVec2(m_width, m_height)); in iterateInternal() 571 *m_dstImage, in iterateInternalDynamicRendering() 628 copyImageToBuffer(vkd, *cmdBuffer, *m_dstImage, *m_dstBuffer, tcu::IVec2(m_width, m_height)); in iterateInternalDynamicRendering()
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/ |
| H A D | vktRenderPassSparseRenderTargetTests.cpp | 458 const Unique<VkImage> m_dstImage; member in vkt::__anon29775::SparseRenderTargetTestInstance 481 , m_dstImage (createSparseImageAndMemory(context.getDeviceInterface(), context.getDevice(), context.getPhysicalDevice(), context.getInstanceInterface(), context.getDefaultAllocator(), m_allocations, context.getUniversalQueueFamilyIndex(), context.getSparseQueue(), context.getSparseQueueFamilyIndex(), *m_bindSemaphore, m_format, m_width, m_height)) in SparseRenderTargetTestInstance() 482 , m_dstImageView (createImageView(context.getDeviceInterface(), context.getDevice(), *m_dstImage, m_format, VK_IMAGE_ASPECT_COLOR_BIT)) in SparseRenderTargetTestInstance() 540 copyImageToBuffer(vkd, *commandBuffer, *m_dstImage, *m_dstBuffer, tcu::IVec2(m_width, m_height)); in iterateInternal() 570 *m_dstImage, in iterateInternalDynamicRendering() 627 copyImageToBuffer(vkd, *cmdBuffer, *m_dstImage, *m_dstBuffer, tcu::IVec2(m_width, m_height)); in iterateInternalDynamicRendering()
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
| H A D | vktPipelineTimestampTests.cpp | 2357 Move<VkImage> m_dstImage; member in vkt::pipeline::TransferTestInstance 2418 m_dstImage = createImage2DAndBindMemory(m_imageFormat, m_imageWidth, m_imageHeight, in TransferTestInstance() 2471 initialImageTransition(*m_cmdBuffer, *m_dstImage, subRangeColor, VK_IMAGE_LAYOUT_GENERAL); in configCommandBuffer() 2476 vk.cmdClearColorImage(*m_cmdBuffer, *m_dstImage, VK_IMAGE_LAYOUT_GENERAL, &dstClearValue, 1u, &subRangeColor); in configCommandBuffer() 2531 vk.cmdCopyImage(*m_cmdBuffer, *m_srcImage, VK_IMAGE_LAYOUT_GENERAL, *m_dstImage, VK_IMAGE_LAYOUT_GENERAL, 1u, ©ImageRegion); in configCommandBuffer() 2546 vk.cmdCopyBufferToImage(*m_cmdBuffer, *m_srcBuffer, *m_dstImage, VK_IMAGE_LAYOUT_GENERAL, 1u, &bufImageCopy); in configCommandBuffer() 2580 vk.cmdBlitImage(*m_cmdBuffer, *m_srcImage, VK_IMAGE_LAYOUT_GENERAL, *m_dstImage, VK_IMAGE_LAYOUT_GENERAL, 1u, &imageBlt, VK_FILTER_NEAREST); in configCommandBuffer() 2585 vk.cmdClearColorImage(*m_cmdBuffer, *m_dstImage, VK_IMAGE_LAYOUT_GENERAL, &srcClearValue, 1u, &subRangeColor); in configCommandBuffer() 2656 vk.cmdResolveImage(*m_cmdBuffer, *m_msImage, VK_IMAGE_LAYOUT_GENERAL, *m_dstImage, VK_IMAGE_LAYOUT_GENERAL, 1u, &imageResolve); in configCommandBuffer()
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
| H A D | vktPipelineTimestampTests.cpp | 2283 Move<VkImage> m_dstImage; 2345 m_dstImage = createImage2DAndBindMemory(m_imageFormat, m_imageWidth, m_imageHeight, 2398 initialImageTransition(*m_cmdBuffer, *m_dstImage, subRangeColor, VK_IMAGE_LAYOUT_GENERAL); 2401 vk.cmdClearColorImage(*m_cmdBuffer, *m_dstImage, VK_IMAGE_LAYOUT_GENERAL, &dstClearValue, 1u, &subRangeColor); 2455 vk.cmdCopyImage(*m_cmdBuffer, *m_srcImage, VK_IMAGE_LAYOUT_GENERAL, *m_dstImage, VK_IMAGE_LAYOUT_GENERAL, 1u, ©ImageRegion); 2470 vk.cmdCopyBufferToImage(*m_cmdBuffer, *m_srcBuffer, *m_dstImage, VK_IMAGE_LAYOUT_GENERAL, 1u, &bufImageCopy); 2504 vk.cmdBlitImage(*m_cmdBuffer, *m_srcImage, VK_IMAGE_LAYOUT_GENERAL, *m_dstImage, VK_IMAGE_LAYOUT_GENERAL, 1u, &imageBlt, VK_FILTER_NEAREST); 2509 vk.cmdClearColorImage(*m_cmdBuffer, *m_dstImage, VK_IMAGE_LAYOUT_GENERAL, &srcClearValue, 1u, &subRangeColor); 2580 vk.cmdResolveImage(*m_cmdBuffer, *m_msImage, VK_IMAGE_LAYOUT_GENERAL, *m_dstImage, VK_IMAGE_LAYOUT_GENERAL, 1u, &imageResolve);
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/ |
| H A D | vktMemoryPipelineBarrierTests.cpp | 2476 vk::Move<vk::VkImage> m_dstImage; 2525 m_dstImage = vk::createImage(vkd, device, &createInfo); 2528 m_memory = bindImageMemory(vki, vkd, physicalDevice, device, *m_dstImage, 0); 2546 *m_dstImage, 2590 vkd.cmdCopyBufferToImage(commandBuffer, context.getBuffer(), *m_dstImage, vk::VK_IMAGE_LAYOUT_TRANSFER_DST_OPTIMAL, 1, ®ion); 2622 *m_dstImage, 2665 vkd.cmdCopyImageToBuffer(*commandBuffer, *m_dstImage, vk::VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL, *dstBuffer, 1, ®ion); 3379 vk::Move<vk::VkImage> m_dstImage; 3428 m_dstImage = vk::createImage(vkd, device, &createInfo); 3431 m_memory = bindImageMemory(vki, vkd, physicalDevice, device, *m_dstImage, [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory/ |
| H A D | vktMemoryPipelineBarrierTests.cpp | 2476 vk::Move<vk::VkImage> m_dstImage; 2525 m_dstImage = vk::createImage(vkd, device, &createInfo); 2528 m_memory = bindImageMemory(vki, vkd, physicalDevice, device, *m_dstImage, 0); 2546 *m_dstImage, 2590 vkd.cmdCopyBufferToImage(commandBuffer, context.getBuffer(), *m_dstImage, vk::VK_IMAGE_LAYOUT_TRANSFER_DST_OPTIMAL, 1, ®ion); 2622 *m_dstImage, 2665 vkd.cmdCopyImageToBuffer(*commandBuffer, *m_dstImage, vk::VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL, *dstBuffer, 1, ®ion); 3379 vk::Move<vk::VkImage> m_dstImage; 3428 m_dstImage = vk::createImage(vkd, device, &createInfo); 3431 m_memory = bindImageMemory(vki, vkd, physicalDevice, device, *m_dstImage, [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/ |
| H A D | vktSynchronizationOperation.cpp | 1933 m_dstImage = &(**m_image); in ImageImplementation() 1938 m_dstImage = &m_resource.getImage().handle; in ImageImplementation() 1944 m_dstImageView = makeImageView(vk, device, *m_dstImage, viewType, m_resource.getImage().format, m_resource.getImage().subresourceRange); in ImageImplementation() 1990 *m_dstImage, // VkImage image in recordCommands() 2053 *m_dstImage, // VkImage image in recordCommands() 2061 vk.cmdCopyImageToBuffer(cmdBuffer, *m_dstImage, VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL, **m_hostBuffer, 1u, &bufferCopyRegion); in recordCommands() 2146 const VkImage* m_dstImage; member in vkt::synchronization::__anon28830::ShaderAccess::ImageImplementation
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/ |
| H A D | vktSynchronizationOperation.cpp | 1872 m_dstImage = &(**m_image); in ImageImplementation() 1877 m_dstImage = &m_resource.getImage().handle; in ImageImplementation() 1883 m_dstImageView = makeImageView(vk, device, *m_dstImage, viewType, m_resource.getImage().format, m_resource.getImage().subresourceRange); in ImageImplementation() 1929 *m_dstImage, // VkImage image in recordCommands() 1992 *m_dstImage, // VkImage image in recordCommands() 2000 vk.cmdCopyImageToBuffer(cmdBuffer, *m_dstImage, VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL, **m_hostBuffer, 1u, &bufferCopyRegion); in recordCommands() 2065 const VkImage* m_dstImage; member in vkt::synchronization::__anon29979::ShaderAccess::ImageImplementation
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
| H A D | vktApiCopiesAndBlittingTests.cpp | 7637 ImageParms m_dstImage; 7656 m_dstImage.imageType = VK_IMAGE_TYPE_2D; 7657 m_dstImage.format = testParameters.imageFormat; 7658 m_dstImage.extent = defaultExtent; 7659 m_dstImage.tiling = VK_IMAGE_TILING_OPTIMAL; 7660 m_dstImage.operationLayout = testParameters.dstImageLayout; 7661 m_dstImage.createFlags = 0u; 7778 const tcu::TextureFormat dstTcuFormat = mapVkFormat(m_dstImage.format); 8139 m_dstImage.operationLayout, // VkImageLayout newLayout 8170 vk.cmdCopyImage(*cmdBuffer, srcImage.get(), m_srcImage.operationLayout, dstImage.get(), m_dstImage [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
| H A D | vktApiCopiesAndBlittingTests.cpp | 7357 ImageParms m_dstImage; member in vkt::api::__anon29015::DepthStencilMSAA 7376 m_dstImage.imageType = VK_IMAGE_TYPE_2D; in DepthStencilMSAA() 7377 m_dstImage.format = testParameters.imageFormat; in DepthStencilMSAA() 7378 m_dstImage.extent = defaultExtent; in DepthStencilMSAA() 7379 m_dstImage.tiling = VK_IMAGE_TILING_OPTIMAL; in DepthStencilMSAA() 7380 m_dstImage.operationLayout = testParameters.dstImageLayout; in DepthStencilMSAA() 7381 m_dstImage.createFlags = 0u; in DepthStencilMSAA() 7498 const tcu::TextureFormat dstTcuFormat = mapVkFormat(m_dstImage.format); in iterate() 7859 m_dstImage.operationLayout, // VkImageLayout newLayout in iterate() 7890 vk.cmdCopyImage(*cmdBuffer, srcImage.get(), m_srcImage.operationLayout, dstImage.get(), m_dstImage in iterate() [all...] |