Home
last modified time | relevance | path

Searched defs:colorImage (Results 1 - 25 of 36) sorted by relevance

12

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/
H A DvktProtectedMemBlitImageTests.cpp136 de::MovePtr<vk::ImageWithMemory> colorImage = createImage2D(ctx, PROTECTION_ENABLED, queueFamilyIndex, in iterate() local
H A DvktProtectedMemClearColorImageTests.cpp136 de::MovePtr<vk::ImageWithMemory> colorImage = createImage2D(ctx, PROTECTION_ENABLED, queueFamilyIndex, in iterate() local
H A DvktProtectedMemCopyBufferToImageTests.cpp138 de::MovePtr<vk::ImageWithMemory> colorImage = createImage2D(ctx, PROTECTION_ENABLED, queueFamilyIndex, in iterate() local
H A DvktProtectedMemCopyImageTests.cpp136 de::MovePtr<vk::ImageWithMemory> colorImage = createImage2D(ctx, PROTECTION_ENABLED, queueFamilyIndex, in iterate() local
H A DvktProtectedMemCopyImageToBufferTests.cpp149 de::MovePtr<vk::ImageWithMemory> colorImage = createImage2D(ctx, PROTECTION_ENABLED, queueFamilyIndex, in iterate() local
H A DvktProtectedMemYCbCrConversionTests.cpp818 renderYCbCrToColor(ProtectedContext& ctx, const tcu::UVec2 size, const vk::VkSampler ycbcrSampler, const vk::VkImageView ycbcrImageView, const vk::VkImage colorImage, const vk::VkImageView colorImageView, const std::vector<YCbCrValidationData>& referenceData, const std::vector<tcu::Vec2>& posCoords, const deUint32 combinedSamplerDescriptorCount) renderYCbCrToColor() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/protected_memory/
H A DvktProtectedMemBlitImageTests.cpp136 de::MovePtr<vk::ImageWithMemory> colorImage = createImage2D(ctx, PROTECTION_ENABLED, queueFamilyIndex, in iterate() local
H A DvktProtectedMemClearColorImageTests.cpp136 de::MovePtr<vk::ImageWithMemory> colorImage = createImage2D(ctx, PROTECTION_ENABLED, queueFamilyIndex, in iterate() local
H A DvktProtectedMemCopyBufferToImageTests.cpp138 de::MovePtr<vk::ImageWithMemory> colorImage = createImage2D(ctx, PROTECTION_ENABLED, queueFamilyIndex, in iterate() local
H A DvktProtectedMemCopyImageTests.cpp136 de::MovePtr<vk::ImageWithMemory> colorImage = createImage2D(ctx, PROTECTION_ENABLED, queueFamilyIndex, in iterate() local
H A DvktProtectedMemCopyImageToBufferTests.cpp149 de::MovePtr<vk::ImageWithMemory> colorImage = createImage2D(ctx, PROTECTION_ENABLED, queueFamilyIndex, in iterate() local
H A DvktProtectedMemYCbCrConversionTests.cpp818 renderYCbCrToColor(ProtectedContext& ctx, const tcu::UVec2 size, const vk::VkSampler ycbcrSampler, const vk::VkImageView ycbcrImageView, const vk::VkImage colorImage, const vk::VkImageView colorImageView, const std::vector<YCbCrValidationData>& referenceData, const std::vector<tcu::Vec2>& posCoords, const deUint32 combinedSamplerDescriptorCount) renderYCbCrToColor() argument
/third_party/skia/gm/
H A Dimagemakewithfilter.cpp215 sk_sp<SkImage> colorImage = GetResourceAsImage("images/mandrill_128.png"); variable
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineDynamicVertexAttributeTests.cpp286 vk::Move<vk::VkImage> colorImage = (makeImage(vk, *device, makeImageCreateInfo(tcu::IVec2(32, 32), vk::VK_FORMAT_R8G8B8A8_UNORM, vk::VK_IMAGE_USAGE_COLOR_ATTACHMENT_BIT | vk::VK_IMAGE_USAGE_TRANSFER_SRC_BIT))); in iterate() local
H A DvktPipelineStencilExportTests.cpp503 Move<VkImage> colorImage = makeImage (vk, device, makeImageCreateInfo(colorFormat, renderSize, VK_IMAGE_USAGE_COLOR_ATTACHMENT_BIT | VK_IMAGE_USAGE_TRANSFER_SRC_BIT)); in testStencilExportReplace() local
H A DvktPipelineMultisampleShaderFragmentMaskTests.cpp376 Move<VkImage> colorImage; //!< Color image member
H A DvktPipelineBindVertexBuffers2Tests.cpp950 const vk::Move<vk::VkImage> colorImage = makeImage(vk, device, makeImageCreateInfo(extent, colorFormat, vk::VK_IMAGE_USAGE_COLOR_ATTACHMENT_BIT | vk::VK_IMAGE_USAGE_TRANSFER_SRC_BIT)); in iterate() local
[all...]
H A DvktPipelineFramebufferAttachmentTests.cpp396 Move<VkImage> colorImage; in test() local
1544 Move<VkImage> colorImage = makeImage(vk, device, VkImageViewCreateFlags(0), getImageType(caseDef.imageType), COLOR_FORMAT, testInputResolveSameAttachment() local
[all...]
H A DvktPipelineMultisampleMixedAttachmentSamplesTests.cpp701 Move<VkImage> colorImage; //!< Color image member
1437 Move<VkImage> colorImage; //!< Color image member
[all...]
H A DvktPipelineRenderToImageTests.cpp978 Move<VkImage> colorImage; in testWithSizeReduction() local
1319 drawToMipLevel(const Context& context, const CaseDef& caseDef, const int mipLevel, const IVec4& mipSize, const int numSlices, const VkImage colorImage, const VkImage depthStencilImage, const VkBuffer vertexBuffer, const PipelineLayoutWrapper& pipelineLayout, const ShaderWrapper vertexModule, const ShaderWrapper fragmentModule) drawToMipLevel() argument
1471 Move<VkImage> colorImage; testRenderToMipMaps() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineStencilExportTests.cpp498 Move<VkImage> colorImage = makeImage (vk, device, makeImageCreateInfo(colorFormat, renderSize, VK_IMAGE_USAGE_COLOR_ATTACHMENT_BIT | VK_IMAGE_USAGE_TRANSFER_SRC_BIT)); in testStencilExportReplace() local
H A DvktPipelineMultisampleShaderFragmentMaskTests.cpp396 Move<VkImage> colorImage; //!< Color image member
H A DvktPipelineFramebufferAttachmentTests.cpp391 Move<VkImage> colorImage; in test() local
1530 Move<VkImage> colorImage = makeImage(vk, device, VkImageViewCreateFlags(0), getImageType(caseDef.imageType), COLOR_FORMAT, testInputResolveSameAttachment() local
[all...]
H A DvktPipelineRenderToImageTests.cpp653 Move<VkImage> colorImage; in getMemoryTypeNdx() local
894 Move<VkImage> colorImage; in testWithSizeReduction() local
1198 drawToMipLevel(const Context& context, const CaseDef& caseDef, const int mipLevel, const IVec4& mipSize, const int numSlices, const VkImage colorImage, const VkImage depthStencilImage, const VkBuffer vertexBuffer, const VkPipelineLayout pipelineLayout, const VkShaderModule vertexModule, const VkShaderModule fragmentModule) drawToMipLevel() argument
1344 Move<VkImage> colorImage; testRenderToMipMaps() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/transform_feedback/
H A DvktPrimitivesGeneratedQueryTests.cpp197 Move<VkImage> colorImage; in iterate() local

Completed in 44 milliseconds

12