Searched defs:m_colorFormat (Results 1 - 19 of 19) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineImageSamplingInstance.hpp101 const vk::VkFormat m_colorFormat; member in class:vkt::pipeline::ImageSamplingInstance
H A DvktPipelineReferenceRenderer.hpp118 const tcu::TextureFormat m_colorFormat; member in class:vkt::pipeline::ColorFragmentShader
125 , m_colorFormat (colorFormat)
128 const tcu::TextureChannelClass channelClass = tcu::getTextureChannelClass(m_colorFormat.type);
255 const tcu::TextureFormat m_colorFormat; member in class:vkt::pipeline::ReferenceRenderer
H A DvktPipelineBlendTests.cpp113 const VkFormat m_colorFormat; member in class:vkt::pipeline::__anon4373::BlendTest
132 const VkFormat m_colorFormat; member in class:vkt::pipeline::__anon4373::BlendTestInstance
252 , m_colorFormat(colorFormat)
263 return new BlendTestInstance(context, m_colorFormat, m_blendStates);
300 , m_colorFormat (colorFormat)
312 if (!isSupportedBlendFormat(context.getInstanceInterface(), context.getPhysicalDevice(), m_colorFormat))
313 throw tcu::NotSupportedError(std::string("Unsupported color blending format: ") + getFormatName(m_colorFormat));
321 m_colorFormat, // VkFormat format;
351 m_colorFormat, // VkFormat format;
364 m_colorFormat, // VkForma
[all...]
H A DvktPipelineDepthTests.cpp142 const VkFormat m_colorFormat; member in class:vkt::pipeline::__anon4378::DepthTestInstance
227 , m_colorFormat (VK_FORMAT_R8G8B8A8_UNORM)
247 m_colorFormat, // VkFormat format;
312 m_colorFormat, // VkFormat format;
342 m_colorFormat, // VkFormat format;
712 defaultClearValue(m_colorFormat),
816 const tcu::TextureFormat tcuColorFormat = mapVkFormat(m_colorFormat);
847 de::MovePtr<tcu::TextureLevel> result = readColorAttachment(vk, vkDevice, queue, queueFamilyIndex, allocator, *m_colorImage, m_colorFormat, m_renderSize);
H A DvktPipelineInputAssemblyTests.cpp164 const VkFormat m_colorFormat; member in class:vkt::pipeline::__anon4388::InputAssemblyInstance
920 , m_colorFormat (VK_FORMAT_R8G8B8A8_UNORM)
955 m_colorFormat, // VkFormat format;
985 m_colorFormat, // VkFormat format;
998 m_colorFormat, // VkFormat format;
1370 const VkClearValue attachmentClearValue = defaultClearValue(m_colorFormat);
1452 const tcu::TextureFormat tcuColorFormat = mapVkFormat(m_colorFormat);
1509 de::UniquePtr<tcu::TextureLevel> result (readColorAttachment(vk, vkDevice, queue, queueFamilyIndex, allocator, *m_colorImage, m_colorFormat, m_renderSize).release());
H A DvktPipelineStencilTests.cpp143 const VkFormat m_colorFormat; member in class:vkt::pipeline::__anon4400::StencilTestInstance
313 , m_colorFormat (VK_FORMAT_R8G8B8A8_UNORM)
330 m_colorFormat, // VkFormat format;
396 m_colorFormat, // VkFormat format;
426 m_colorFormat, // VkFormat format;
797 defaultClearValue(m_colorFormat),
901 const tcu::TextureFormat tcuColorFormat = mapVkFormat(m_colorFormat);
965 de::UniquePtr<tcu::TextureLevel> result (readColorAttachment(vk, vkDevice, queue, queueFamilyIndex, allocator, *m_colorImage, m_colorFormat, m_renderSize).release());
H A DvktPipelineCacheTests.cpp636 const VkFormat m_colorFormat; member in class:vkt::pipeline::__anon4375::GraphicsCacheTestInstance
773 , m_colorFormat (VK_FORMAT_R8G8B8A8_UNORM)
795 m_colorFormat, // VkFormat format;
870 m_colorFormat,
877 m_colorFormat,
942 m_colorFormat, // VkFormat format;
1077 defaultClearValue(m_colorFormat),
1141 m_colorFormat,
1149 m_colorFormat,
H A DvktPipelinePushConstantTests.cpp154 const VkFormat m_colorFormat; member in class:vkt::pipeline::__anon4391::PushConstantGraphicsTestInstance
598 , m_colorFormat (VK_FORMAT_R8G8B8A8_UNORM)
620 m_colorFormat, // VkFormat format;
650 m_colorFormat, // VkFormat format;
663 m_colorFormat, // VkFormat format;
1087 defaultClearValue(m_colorFormat)
1234 const tcu::TextureFormat tcuColorFormat = mapVkFormat(m_colorFormat);
1290 de::MovePtr<tcu::TextureLevel> result = readColorAttachment(vk, vkDevice, queue, queueFamilyIndex, allocator, *m_colorImage, m_colorFormat, m_renderSize);
H A DvktPipelineVertexInputTests.cpp226 const VkFormat m_colorFormat; member in class:vkt::pipeline::__anon4405::VertexInputInstance
787 , m_colorFormat (VK_FORMAT_R8G8B8A8_UNORM)
815 m_colorFormat, // VkFormat format;
844 m_colorFormat, // VkFormat format;
857 m_colorFormat, // VkFormat format;
1191 const VkClearValue attachmentClearValue = defaultClearValue(m_colorFormat);
1509 const tcu::TextureFormat tcuColorFormat = mapVkFormat(m_colorFormat);
1534 de::MovePtr<tcu::TextureLevel> result = readColorAttachment(vk, vkDevice, queue, queueFamilyIndex, allocator, *m_colorImage, m_colorFormat, m_renderSize);
H A DvktPipelineMultisampleTests.cpp276 const VkFormat m_colorFormat; member in class:vkt::pipeline::__anon4390::MultisampleRenderer
351 const VkFormat m_colorFormat; member in class:vkt::pipeline::__anon4390::RasterizationSamplesInstance
376 const VkFormat m_colorFormat; member in class:vkt::pipeline::__anon4390::MinSampleShadingInstance
400 const VkFormat m_colorFormat; member in class:vkt::pipeline::__anon4390::SampleMaskInstance
423 const VkFormat m_colorFormat; member in class:vkt::pipeline::__anon4390::AlphaToOneInstance
446 const VkFormat m_colorFormat; member in class:vkt::pipeline::__anon4390::AlphaToCoverageInstance
1046 , m_colorFormat (VK_FORMAT_R8G8B8A8_UNORM)
1067 context, m_colorFormat, depthStencilFormat, m_renderSize, useDepth, useStencil, 2u, pTopology, pVertices, multisampleStateParams, blendState, RENDER_TYPE_RESOLVE));
1072 new MultisampleRenderer(context, m_colorFormat, m_renderSize, topology, vertices, multisampleStateParams, blendState, RENDER_TYPE_RESOLVE));
1102 const tcu::TextureFormat tcuColorFormat = mapVkFormat(m_colorFormat);
[all...]
/external/deqp/external/vulkancts/modules/vulkan/robustness/
H A DvktRobustnessUtil.hpp99 const vk::VkFormat m_colorFormat; member in class:vkt::robustness::GraphicsEnvironment
/external/deqp/modules/gles3/functional/
H A Des3fFboMultisampleTests.cpp60 , m_colorFormat (colorFormat)
70 checkFormatSupport (m_colorFormat);
71 checkSampleCount (m_colorFormat, m_numSamples);
82 tcu::TextureFormat colorFmt = glu::mapGLInternalFormat(m_colorFormat);
108 glRenderbufferStorageMultisample(GL_RENDERBUFFER, samples, m_colorFormat, m_size.x(), m_size.y());
230 const tcu::RGBA threshold (tcu::max(getFormatThreshold(m_colorFormat), tcu::RGBA(12, 12, 12, 12)));
244 deUint32 m_colorFormat; member in class:deqp::gles3::Functional::BasicFboMultisampleCase
/external/deqp/external/vulkancts/modules/vulkan/fragment_ops/
H A DvktFragmentOperationsScissorMultiViewportTests.cpp558 , m_colorFormat (colorFormat)
569 m_colorImage = makeImage (vk, device, makeImageCreateInfo(m_colorFormat, m_renderSize, VK_IMAGE_USAGE_COLOR_ATTACHMENT_BIT | VK_IMAGE_USAGE_TRANSFER_SRC_BIT));
571 m_colorAttachment = makeImageView (vk, device, *m_colorImage, VK_IMAGE_VIEW_TYPE_2D, m_colorFormat, m_colorSubresourceRange);
584 m_renderPass = makeRenderPass (vk, device, m_colorFormat);
690 const VkFormat m_colorFormat; member in class:vkt::FragmentOperations::__anon4330::ScissorRenderer
H A DvktFragmentOperationsScissorTests.cpp535 , m_colorFormat (colorFormat)
548 m_colorImage = makeImage(vk, device, makeImageCreateInfo(m_colorFormat, m_renderSize, VK_IMAGE_USAGE_COLOR_ATTACHMENT_BIT | VK_IMAGE_USAGE_TRANSFER_SRC_BIT));
550 m_colorAttachment = makeImageView(vk, device, *m_colorImage, VK_IMAGE_VIEW_TYPE_2D, m_colorFormat, m_colorSubresourceRange);
562 m_renderPass = makeRenderPass (vk, device, m_colorFormat);
672 const VkFormat m_colorFormat; member in class:vkt::FragmentOperations::__anon4331::ScissorRenderer
/external/deqp/external/vulkancts/modules/vulkan/api/
H A DvktApiBufferViewAccessTests.cpp87 const VkFormat m_colorFormat; member in class:vkt::api::__anon4234::BufferViewTestInstance
159 , m_colorFormat (VK_FORMAT_R32_UINT)
160 , m_pixelDataSize (m_renderSize.x() * m_renderSize.y() * mapVkFormat(m_colorFormat).getPixelSize())
171 ImageDedicatedAllocation().createTestImage(m_renderSize, m_colorFormat, context, memAlloc, m_colorImage, MemoryRequirement::Any, m_colorImageAlloc);
175 ImageSuballocation().createTestImage(m_renderSize, m_colorFormat, context, memAlloc, m_colorImage, MemoryRequirement::Any, m_colorImageAlloc);
197 m_colorFormat, // VkFormat format;
210 m_colorFormat, // VkFormat format;
321 m_colorFormat, // VkFormat format;
728 const tcu::TextureFormat tcuFormat = mapVkFormat(m_colorFormat);
/external/deqp/external/vulkancts/modules/vulkan/multiview/
H A DvktMultiViewRenderTests.cpp155 VkFormat m_colorFormat; member in class:vkt::MultiView::__anon4372::MultiViewRenderTestInstance
174 , m_colorFormat (VK_FORMAT_R8G8B8A8_UNORM)
184 m_colorAttachment = de::SharedPtr<ImageAttachment>(new ImageAttachment(*m_logicalDevice, *m_device, *m_allocator, m_parameters.extent, m_colorFormat));
192 Unique<VkRenderPass> renderPass (makeRenderPass (*m_device, *m_logicalDevice, m_colorFormat, m_parameters.viewMasks));
220 vector<deUint8> pixelAccessData (m_parameters.extent.width * m_parameters.extent.height * m_parameters.extent.depth * mapVkFormat(m_colorFormat).getPixelSize());
221 tcu::PixelBufferAccess dst (mapVkFormat(m_colorFormat), m_parameters.extent.width, m_parameters.extent.height, m_parameters.extent.depth, pixelAccessData.data());
781 const VkDeviceSize pixelDataSize = dst.getWidth() * dst.getHeight() * dst.getDepth() * mapVkFormat(m_colorFormat).getPixelSize();
869 tcu::ConstPixelBufferAccess ref (mapVkFormat(m_colorFormat), m_parameters.extent.width, m_parameters.extent.height, 1u, referenceFrame->getLevel(0).getPixelPtr(0, 0, layerNdx));
870 tcu::ConstPixelBufferAccess dst (mapVkFormat(m_colorFormat), m_parameters.extent.width, m_parameters.extent.height, 1u, renderedFrame.getPixelPtr(0 ,0, layerNdx));
879 MovePtr<tcu::Texture2DArray> referenceFrame = MovePtr<tcu::Texture2DArray>(new tcu::Texture2DArray(mapVkFormat(m_colorFormat), m_parameter
[all...]
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRender.hpp557 vk::VkFormat m_colorFormat; member in class:vkt::sr::ShaderRenderCaseInstance
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
H A DvktSparseResourcesBufferTests.cpp541 , m_colorFormat (colorFormat)
547 m_colorImage = makeImage (vk, device, makeImageCreateInfo(m_colorFormat, m_renderSize, VK_IMAGE_USAGE_COLOR_ATTACHMENT_BIT | VK_IMAGE_USAGE_TRANSFER_SRC_BIT));
549 m_colorAttachment = makeImageView (vk, device, *m_colorImage, VK_IMAGE_VIEW_TYPE_2D, m_colorFormat, m_colorSubresourceRange);
576 m_renderPass = makeRenderPass (vk, device, m_colorFormat);
680 const VkFormat m_colorFormat; member in class:vkt::sparse::__anon4537::Renderer
752 , m_colorFormat (VK_FORMAT_R8G8B8A8_UNORM)
753 , m_colorBufferSize (m_renderSize.x() * m_renderSize.y() * tcu::getPixelSize(mapVkFormat(m_colorFormat)))
829 m_context.getBinaryCollection(), "vert", "frag", *m_colorBuffer, m_renderSize, m_colorFormat, Vec4(1.0f, 0.0f, 0.0f, 1.0f), topology, specMap));
838 const tcu::ConstPixelBufferAccess resultImage (mapVkFormat(m_colorFormat), m_renderSize.x(), m_renderSize.y(), 1u, m_colorBufferAlloc->getHostPtr());
855 const VkFormat m_colorFormat; member in class:vkt::sparse::__anon4537::SparseBufferTestInstance
[all...]
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
H A DvktSynchronizationOperation.cpp991 m_colorFormat = VK_FORMAT_R8G8B8A8_UNORM;
995 makeImageCreateInfo(VK_IMAGE_TYPE_2D, m_colorImageExtent, m_colorFormat, VK_IMAGE_USAGE_COLOR_ATTACHMENT_BIT),
1000 m_colorAttachmentView = makeImageView (vk, device, **m_colorAttachmentImage, VK_IMAGE_VIEW_TYPE_2D, m_colorFormat, m_colorImageSubresourceRange);
1001 m_renderPass = makeRenderPass (vk, device, m_colorFormat);
1064 VkFormat m_colorFormat; member in class:vkt::synchronization::__anon4593::ShaderAccess::GraphicsPipeline
2312 m_colorFormat = m_resource.getImage().format;
2319 m_colorAttachmentView = makeImageView (vk, device, m_colorImage, VK_IMAGE_VIEW_TYPE_2D, m_colorFormat, m_colorSubresourceRange);
2320 m_renderPass = makeRenderPass (vk, device, m_colorFormat);
2336 tcu::PixelBufferAccess imagePixels(mapVkFormat(m_colorFormat), m_attachmentExtent.width, m_attachmentExtent.height, m_attachmentExtent.depth, &m_expectedData[0]);
2337 clearPixelBuffer(imagePixels, makeClearValue(m_colorFormat));
2425 VkFormat m_colorFormat; member in class:vkt::synchronization::__anon4593::Draw::Implementation
2847 VkFormat m_colorFormat; member in class:vkt::synchronization::__anon4593::IndirectBuffer::GraphicsPipeline
3328 VkFormat m_colorFormat; member in class:vkt::synchronization::__anon4593::VertexInput::Implementation
[all...]

Completed in 469 milliseconds