/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/ |
H A D | vktProtectedMemBlitImageTests.cpp | 136 de::MovePtr<vk::ImageWithMemory> colorImage = createImage2D(ctx, PROTECTION_ENABLED, queueFamilyIndex, in iterate() local
|
H A D | vktProtectedMemClearColorImageTests.cpp | 136 de::MovePtr<vk::ImageWithMemory> colorImage = createImage2D(ctx, PROTECTION_ENABLED, queueFamilyIndex, in iterate() local
|
H A D | vktProtectedMemCopyBufferToImageTests.cpp | 138 de::MovePtr<vk::ImageWithMemory> colorImage = createImage2D(ctx, PROTECTION_ENABLED, queueFamilyIndex, in iterate() local
|
H A D | vktProtectedMemCopyImageTests.cpp | 136 de::MovePtr<vk::ImageWithMemory> colorImage = createImage2D(ctx, PROTECTION_ENABLED, queueFamilyIndex, in iterate() local
|
H A D | vktProtectedMemCopyImageToBufferTests.cpp | 149 de::MovePtr<vk::ImageWithMemory> colorImage = createImage2D(ctx, PROTECTION_ENABLED, queueFamilyIndex, in iterate() local
|
H A D | vktProtectedMemYCbCrConversionTests.cpp | 818 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 D | vktProtectedMemBlitImageTests.cpp | 136 de::MovePtr<vk::ImageWithMemory> colorImage = createImage2D(ctx, PROTECTION_ENABLED, queueFamilyIndex, in iterate() local
|
H A D | vktProtectedMemClearColorImageTests.cpp | 136 de::MovePtr<vk::ImageWithMemory> colorImage = createImage2D(ctx, PROTECTION_ENABLED, queueFamilyIndex, in iterate() local
|
H A D | vktProtectedMemCopyBufferToImageTests.cpp | 138 de::MovePtr<vk::ImageWithMemory> colorImage = createImage2D(ctx, PROTECTION_ENABLED, queueFamilyIndex, in iterate() local
|
H A D | vktProtectedMemCopyImageTests.cpp | 136 de::MovePtr<vk::ImageWithMemory> colorImage = createImage2D(ctx, PROTECTION_ENABLED, queueFamilyIndex, in iterate() local
|
H A D | vktProtectedMemCopyImageToBufferTests.cpp | 149 de::MovePtr<vk::ImageWithMemory> colorImage = createImage2D(ctx, PROTECTION_ENABLED, queueFamilyIndex, in iterate() local
|
H A D | vktProtectedMemYCbCrConversionTests.cpp | 818 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 D | imagemakewithfilter.cpp | 215 sk_sp<SkImage> colorImage = GetResourceAsImage("images/mandrill_128.png"); variable
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineDynamicVertexAttributeTests.cpp | 286 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 D | vktPipelineStencilExportTests.cpp | 503 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 D | vktPipelineMultisampleShaderFragmentMaskTests.cpp | 376 Move<VkImage> colorImage; //!< Color image member
|
H A D | vktPipelineBindVertexBuffers2Tests.cpp | 950 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 D | vktPipelineFramebufferAttachmentTests.cpp | 396 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 D | vktPipelineMultisampleMixedAttachmentSamplesTests.cpp | 701 Move<VkImage> colorImage; //!< Color image member 1437 Move<VkImage> colorImage; //!< Color image member [all...] |
H A D | vktPipelineRenderToImageTests.cpp | 978 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 D | vktPipelineStencilExportTests.cpp | 498 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 D | vktPipelineMultisampleShaderFragmentMaskTests.cpp | 396 Move<VkImage> colorImage; //!< Color image member
|
H A D | vktPipelineFramebufferAttachmentTests.cpp | 391 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 D | vktPipelineRenderToImageTests.cpp | 653 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 D | vktPrimitivesGeneratedQueryTests.cpp | 197 Move<VkImage> colorImage; in iterate() local
|