/external/deqp/external/vulkancts/modules/vulkan/protected_memory/ |
D | vktProtectedMemAttachmentLoadTests.cpp | 127 …de::MovePtr<vk::ImageWithMemory> colorImage (createImage2D(ctx, PROTECTION_ENABLED, queueFamilyI… in iterate() local 131 vk::Unique<vk::VkImageView> colorImageView (createImageView(ctx, **colorImage, m_imageFormat)); in iterate() 155 **colorImage, // image in iterate() 190 **colorImage, // image in iterate() 221 …if (m_validator.validateImage(ctx, m_refData, **colorImage, m_imageFormat, vk::VK_IMAGE_LAYOUT_SHA… in iterate()
|
D | vktProtectedMemCopyBufferToImageTests.cpp | 134 …de::MovePtr<vk::ImageWithMemory> colorImage = createImage2D(ctx, PROTECTION_ENABLED, queueFamily… in iterate() local 222 **colorImage, // VkImage image in iterate() 260 …vk.cmdCopyBufferToImage(targetCmdBuffer, **srcBuffer, **colorImage, vk::VK_IMAGE_LAYOUT_TRANSFER_D… in iterate() 273 **colorImage, // VkImage image in iterate() 308 …if (m_validator.validateImage(ctx, m_refData, **colorImage, m_imageFormat, vk::VK_IMAGE_LAYOUT_SHA… in iterate()
|
D | vktProtectedMemClearColorImageTests.cpp | 132 …de::MovePtr<vk::ImageWithMemory> colorImage = createImage2D(ctx, PROTECTION_ENABLED, queueFamily… in iterate() local 184 **colorImage, // image in iterate() 198 …vk.cmdClearColorImage(targetCmdBuffer, **colorImage, vk::VK_IMAGE_LAYOUT_GENERAL, &m_clearColorVal… in iterate() 212 **colorImage, // image in iterate() 241 …if (m_validator.validateImage(ctx, m_refData, **colorImage, m_imageFormat, vk::VK_IMAGE_LAYOUT_SHA… in iterate()
|
D | vktProtectedMemAttachmentClearTests.cpp | 133 …de::MovePtr<vk::ImageWithMemory> colorImage (createImage2D(ctx, PROTECTION_ENABLED, queueFamilyI… in iterate() local 137 vk::Unique<vk::VkImageView> colorImageView (createImageView(ctx, **colorImage, m_imageFormat)); in iterate() 163 **colorImage, // image in iterate() 248 **colorImage, // image in iterate() 279 …if (m_validator.validateImage(ctx, m_refData, **colorImage, m_imageFormat, vk::VK_IMAGE_LAYOUT_SHA… in iterate()
|
D | vktProtectedMemCopyImageTests.cpp | 132 …de::MovePtr<vk::ImageWithMemory> colorImage = createImage2D(ctx, PROTECTION_ENABLED, queueFamily… in iterate() local 256 **colorImage, // image in iterate() 296 **colorImage, vk::VK_IMAGE_LAYOUT_GENERAL, // dstImageLayout in iterate() 311 **colorImage, // image in iterate() 346 …if (m_validator.validateImage(ctx, m_refData, **colorImage, m_imageFormat, vk::VK_IMAGE_LAYOUT_SHA… in iterate()
|
D | vktProtectedMemBlitImageTests.cpp | 132 …de::MovePtr<vk::ImageWithMemory> colorImage = createImage2D(ctx, PROTECTION_ENABLED, queueFamily… in iterate() local 256 **colorImage, // image in iterate() 299 **colorImage, vk::VK_IMAGE_LAYOUT_GENERAL, 1u, &imageBlit, vk::VK_FILTER_NEAREST); in iterate() 313 **colorImage, // image in iterate() 348 …if (m_validator.validateImage(ctx, m_refData, **colorImage, m_imageFormat, vk::VK_IMAGE_LAYOUT_SHA… in iterate()
|
D | vktProtectedMemCopyImageToBufferTests.cpp | 136 …de::MovePtr<vk::ImageWithMemory> colorImage = createImage2D(ctx, PROTECTION_ENABLED, queueFamily… in iterate() local 187 **colorImage, // VkImage image in iterate() 216 …vk.cmdClearColorImage(targetCmdBuffer, **colorImage, vk::VK_IMAGE_LAYOUT_GENERAL, &m_fillValue, 1,… in iterate() 230 **colorImage, // VkImage image in iterate() 268 …vk.cmdCopyImageToBuffer(targetCmdBuffer, **colorImage, vk::VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL, *… in iterate()
|
D | vktProtectedMemShaderImageAccessTests.cpp | 716 …de::MovePtr<vk::ImageWithMemory> colorImage (createImage2D(ctx, PROTECTION_ENABLED, queueFamilyI… in executeFragmentTest() local 720 …vk::Unique<vk::VkImageView> colorImageView (createImageView(ctx, **colorImage, m_params.imageFo… in executeFragmentTest() 1022 **colorImage, // image in executeFragmentTest() 1068 **colorImage, // image in executeFragmentTest() 1101 m_params.accessType == ACCESS_TYPE_IMAGE_STORE ? **imageDst : **colorImage; in executeFragmentTest()
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineRenderToImageTests.cpp | 749 Move<VkImage> colorImage; in getMemoryTypeNdx() local 756 …colorImage = makeImage(vk, device, getImageCreateFlags(caseDef.viewType), getImageType(caseDef.vie… in getMemoryTypeNdx() 759 vk.getImageMemoryRequirements(device, *colorImage, &memReqs); in getMemoryTypeNdx() 990 Move<VkImage> colorImage; in testWithSizeReduction() local 1005 …colorImage = makeImage(vk, device, getImageCreateFlags(caseDef.viewType), getImageType(caseDef.vi… in testWithSizeReduction() 1007 …colorImageAlloc = bindImage(vki, vk, physDevice, device, *colorImage, MemoryRequirement::Any, allo… in testWithSizeReduction() 1051 *colorImage, // VkImage image; in testWithSizeReduction() 1079 …makeImageView(vk, device, *colorImage, getImageViewSliceType(caseDef.viewType), caseDef.colorForma… in testWithSizeReduction() 1144 *colorImage, // VkImage image; in testWithSizeReduction() 1171 …vk.cmdCopyImageToBuffer(*cmdBuffer, *colorImage, VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL, *colorBuffe… in testWithSizeReduction() [all …]
|
D | vktPipelineMultisampleImageTests.cpp | 862 void renderMultisampledImage (Context& context, const CaseDef& caseDef, const VkImage colorImage) in renderMultisampledImage() argument 880 …vk, device, colorImage, VK_IMAGE_VIEW_TYPE_2D, caseDef.colorFormat, makeColorSubresourceRange(i, 1… in renderMultisampledImage() 1042 …const Unique<VkImage> colorImage (makeImage(vk, device, caseDef.colorFormat, caseDef.renderSize… in test() local 1043 …const UniquePtr<Allocation> colorImageAlloc (bindImage(vk, device, allocator, *colorImage, Memory… in test() 1050 renderMultisampledImage(context, caseDef, *colorImage); in test() 1057 …const Unique<VkImageView> colorImageView (makeImageView(vk, device, *colorImage, colorImageViewT… in test() 1127 *colorImage, // VkImage image; in test() 1237 …const Unique<VkImage> colorImage (makeImage(vk, device, caseDef.colorFormat, caseDef.renderSiz… in renderAndResolve() local 1239 …const UniquePtr<Allocation> colorImageAlloc (bindImage(vk, device, allocator, *colorImage, Memor… in renderAndResolve() 1259 *colorImage, // VkImage image; in renderAndResolve() [all …]
|
D | vktPipelineStencilExportTests.cpp | 485 …Move<VkImage> colorImage = makeImage (vk, device, makeImageCreateInfo(colorFormat, rend… in testStencilExportReplace() local 486 …MovePtr<Allocation> colorImageAlloc = bindImage (vk, device, allocator, *colorImage, Memo… in testStencilExportReplace() 487 …Move<VkImageView> colorAttachment = makeImageView (vk, device, *colorImage, VK_IMAGE_VIEW_… in testStencilExportReplace() 523 …copyImageToBuffer(vk, *cmdBuffer, *colorImage, *colorBuffer, tcu::IVec2(renderSize.x(), renderSize… in testStencilExportReplace()
|
D | vktPipelineMaxVaryingsTests.cpp | 973 …const Image colorImage (vk, device, allocator, makeImageCreateInfo(renderSize, imageFormat, VK… in test() local 974 …const Unique<VkImageView> colorImageView (makeImageView(vk, device, *colorImage, VK_IMAGE_VIEW_TYP… in test() 1075 *colorImage, imageFullSubresourceRange); in test() 1091 recordImageBarrier(vk, *cmdBuffer, *colorImage, in test() 1100 recordCopyImageToBuffer(vk, *cmdBuffer, renderSize, *colorImage, *colorBuffer); in test()
|
D | vktPipelineFramebufferAttachmentTests.cpp | 391 Move<VkImage> colorImage; in test() local 442 …colorImage = makeImage(vk, device, VkImageViewCreateFlags(0), getImageType(caseDef.imageType), CO… in test() 444 colorImageAlloc = bindImage(vk, device, allocator, *colorImage, MemoryRequirement::Any); in test() 459 …h_back(makeSharedPtr(makeImageView(vk, device, ! caseDef.multisample ? *colorImage : *msColorImage, in test() 487 caseDef.multisample ? *msColorImage : *colorImage, // VkImage image; in test() 500 …vk.cmdClearColorImage(*cmdBuffer, caseDef.multisample ? *msColorImage : *colorImage, VK_IMAGE_LAYO… in test() 513 caseDef.multisample ? *msColorImage : *colorImage, // VkImage image; in test() 568 *colorImage, // VkImage image; in test() 585 …vk.cmdResolveImage(*cmdBuffer, *msColorImage, VK_IMAGE_LAYOUT_GENERAL, *colorImage, VK_IMAGE_LAYOU… in test() 601 *colorImage, // VkImage image; in test() [all …]
|
D | vktPipelineNoPositionTests.cpp | 436 ImageWithMemory colorImage (vkd, device, alloc, colorImageInfo, MemoryRequirement::Any); in iterate() local 439 …const auto colorImageView = makeImageView(vkd, device, colorImage.get(), VK_IMAGE_VIEW_TYPE_2D, fo… in iterate() 615 …LAYOUT_COLOR_ATTACHMENT_OPTIMAL, VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL, colorImage.get(), subresour… in iterate() 628 …vkd.cmdCopyImageToBuffer(cmdBuffer, colorImage.get(), VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL, verifi… in iterate()
|
D | vktPipelineMultisampleMixedAttachmentSamplesTests.cpp | 762 Move<VkImage> colorImage; //!< Color image member 1274 …subpassData.colorImage = makeImage(vk, device, params.colorFormat, wd.renderSize, samples.numColo… in createPerSubpassData() 1275 …subpassData.colorImageAlloc = bindImage(vk, device, *allocator, *subpassData.colorImage, MemoryReq… in createPerSubpassData() 1276 …subpassData.colorImageView = makeImageView(vk, device, *subpassData.colorImage, VK_IMAGE_VIEW_TYPE… in createPerSubpassData() 1463 Move<VkImage> colorImage; //!< Color image member 1698 recordCopyOutputImageToBuffer(vk, *cmdBuffer, wd.renderSize, *wd.colorImage, *wd.colorBuffer); in drawResolve() 1733 …wd.colorImage = makeImage(vk, device, params.colorFormat, wd.renderSize, params.numColorSamples, … in test() 1734 wd.colorImageAlloc = bindImage(vk, device, *allocator, *wd.colorImage, MemoryRequirement::Any); in test() 1735 …wd.colorImageView = makeImageView(vk, device, *wd.colorImage, VK_IMAGE_VIEW_TYPE_2D, params.colorF… in test()
|
D | vktPipelineMultisampleShaderFragmentMaskTests.cpp | 440 Move<VkImage> colorImage; //!< Color image member 926 …makeImageView(vk, device, *wd.colorImage, VK_IMAGE_VIEW_TYPE_2D, params.colorFormat, makeImageSubr… in draw() 1159 …wd.colorImage = makeImage(vk, device, params.colorFormat, params.renderSize, params.numLayers, pa… in test() 1160 wd.colorImageAlloc = bindImage(vk, device, *allocator, *wd.colorImage, MemoryRequirement::Any); in test() 1161 …wd.colorImageView = makeImageView(vk, device, *wd.colorImage, (params.numLayers == 1u ? VK_IMAGE_V… in test()
|
/external/skqp/src/gpu/vk/ |
D | GrVkTextureRenderTarget.cpp | 118 VkImage colorImage; in create_views() local 141 colorImage = views.msInfo.fImage; in create_views() 155 colorImage = info.fImage; in create_views() 159 gpu, colorImage, pixelFormat, GrVkImageView::kColor_Type, 1, GrVkYcbcrConversionInfo()); in create_views()
|
D | GrVkRenderTarget.cpp | 140 VkImage colorImage; in MakeWrappedRenderTarget() local 165 colorImage = msInfo.fImage; in MakeWrappedRenderTarget() 178 colorImage = info.fImage; in MakeWrappedRenderTarget() 182 const GrVkImageView* colorAttachmentView = GrVkImageView::Create(gpu, colorImage, pixelFormat, in MakeWrappedRenderTarget()
|
/external/skia/gm/ |
D | imagemakewithfilter.cpp | 215 sk_sp<SkImage> colorImage = GetResourceAsImage("images/mandrill_128.png"); in onOnceBeforeDraw() local 218 colorImage, SkRect::MakeWH(colorImage->width(), colorImage->height()), in onOnceBeforeDraw()
|
/external/deqp/external/vulkancts/modules/vulkan/fragment_ops/ |
D | vktFragmentOperationsEarlyFragmentTests.cpp | 322 …const Unique<VkImage> colorImage (makeImage(vk, device, makeImageCreateInfo(renderSize, colorF… in iterate() local 323 …const UniquePtr<Allocation> colorImageAlloc (bindImage(vk, device, allocator, *colorImage, Memor… in iterate() 324 …const Unique<VkImageView> colorImageView (makeImageView(vk, device, *colorImage, VK_IMAGE_VIEW_T… in iterate() 438 *colorImage, colorSubresourceRange), in iterate() 463 …copyImageToBuffer(vk, *cmdBuffer, *colorImage, *colorBuffer, renderSize, VK_ACCESS_SHADER_WRITE_BI… in iterate()
|
/external/deqp/external/vulkancts/modules/vulkan/geometry/ |
D | vktGeometryInstancedRenderingTests.cpp | 160 …const Unique<VkImage> colorImage (makeImage (vk, device, makeImageCreateInfo(colorFormat, co… in draw() local 161 …const UniquePtr<Allocation> colorImageAlloc (bindImage (vk, device, allocator, *colorImage, Me… in draw() 162 …const Unique<VkImageView> colorAttachment (makeImageView (vk, device, *colorImage, VK_IMAGE_VIE… in draw() 198 …copyImageToBuffer(vk, *cmdBuffer, *colorImage, colorBuffer, tcu::IVec2(renderSize.x(), renderSize.… in draw()
|
D | vktGeometryLayeredRenderingTests.cpp | 1240 …const Unique<VkImage> colorImage (makeImage (vk, device, makeImageCreateInfo(imageCreateFl… in test() local 1242 …const UniquePtr<Allocation> colorImageAlloc (bindImage (vk, device, allocator, *colorImage, … in test() 1243 …const Unique<VkImageView> colorAttachment (makeImageView (vk, device, *colorImage, viewType, … in test() 1271 copyLayeredImageToBuffer(vk, *cmdBuffer, *colorImage, *colorBuffer, params.image); in test() 1325 …const Unique<VkImage> colorImage (makeImage (vk, device, makeImageCreateInfo(imageCreateFl… in testLayeredReadBack() local 1326 …const UniquePtr<Allocation> colorImageAlloc (bindImage (vk, device, allocator, *colorImage, … in testLayeredReadBack() 1327 …const Unique<VkImageView> colorAttachment (makeImageView (vk, device, *colorImage, viewType, … in testLayeredReadBack() 1387 VK_IMAGE_LAYOUT_TRANSFER_DST_OPTIMAL, *colorImage, colorSubresRange); in testLayeredReadBack() 1413 …vk.cmdCopyBufferToImage(*cmdBuffer, *colorBuffer, *colorImage, VK_IMAGE_LAYOUT_TRANSFER_DST_OPTIMA… in testLayeredReadBack() 1453 …AYOUT_TRANSFER_DST_OPTIMAL, VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL, *colorImage, colorSubresRang… in testLayeredReadBack() [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/imageless_framebuffer/ |
D | vktImagelessFramebufferTests.cpp | 1206 …const Unique<VkImage> colorImage (makeImage (vk, device, makeImageCreateInfo(colorFormat, m… in iterate() local 1207 …const UniquePtr<Allocation> colorImageAlloc (bindImage (vk, device, allocator, *colorImage, M… in iterate() 1208 …const Unique<VkImageView> colorAttachment (makeImageView (vk, device, *colorImage, VK_IMAGE_VI… in iterate() 1254 *colorImage, colorSubresRange); in iterate() 1260 …vk.cmdCopyImageToBuffer(*cmdBuffer, *colorImage, VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL, *colorBuffe… in iterate() 1420 …const Unique<VkImage> colorImage (makeImage (vk, device, makeImageCreateInfo(colorFormat, m… in iterate() local 1421 …const UniquePtr<Allocation> colorImageAlloc (bindImage (vk, device, allocator, *colorImage, M… in iterate() 1422 …const Unique<VkImageView> colorAttachment (makeImageView (vk, device, *colorImage, VK_IMAGE_VI… in iterate() 1489 *colorImage, colorSubresRange); in iterate() 1495 …vk.cmdCopyImageToBuffer(*cmdBuffer, *colorImage, VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL, *colorBuffe… in iterate() [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/rasterization/ |
D | vktRasterizationFragShaderSideEffectsTests.cpp | 314 vk::ImageWithMemory colorImage(vkd, device, alloc, colorCreateInfo, vk::MemoryRequirement::Any); in iterate() local 359 …const auto colorImageView = vk::makeImageView(vkd, device, colorImage.get(), vk::VK_IMAGE_VIEW_T… in iterate() 602 …UT_COLOR_ATTACHMENT_OPTIMAL, vk::VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL, colorImage.get(), colorSubr… in iterate() 610 …vkd.cmdCopyImageToBuffer(cmdBuffer, colorImage.get(), vk::VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL, co… in iterate()
|
/external/deqp/external/vulkancts/modules/vulkan/renderpass/ |
D | vktRenderPassSubpassDependencyTests.cpp | 2353 Move<VkImage> colorImage; in iterateInternal() local 2405 colorImage = createImage(vkd, device, &imageCreateInfo, DE_NULL); in iterateInternal() 2406 …etDefaultAllocator().allocate(getImageMemoryRequirements(vkd, device, *colorImage), MemoryRequirem… in iterateInternal() 2407 …VK_CHECK(vkd.bindImageMemory(device, *colorImage, colorImageAllocation->getMemory(), colorImageAll… in iterateInternal() 2445 …kd, device, queue, queueFamilyIndex, m_context.getDefaultAllocator(), *colorImage, colorFormat, co… in iterateInternal() 2454 *colorImage, // VkImage image in iterateInternal() 2779 …copyImageToBuffer(vkd, *commandBuffer, *colorImage, *resultBuffer0, tcu::IVec2(m_width, m_height),… in iterateInternal() 2925 Move<VkImage> colorImage; in iterateInternal() local 2973 colorImage = createImage(vkd, device, &imageCreateInfo, DE_NULL); in iterateInternal() 2974 …etDefaultAllocator().allocate(getImageMemoryRequirements(vkd, device, *colorImage), MemoryRequirem… in iterateInternal() [all …]
|