/external/deqp/external/vulkancts/modules/vulkan/multiview/ |
D | vktMultiViewRenderUtil.cpp | 161 const VkFormat colorFormat, in makeRenderPass() argument 174 colorFormat, // VkFormat format; || VkFormat format; in makeRenderPass() 316 const VkFormat colorFormat, 327 const VkFormat colorFormat, 335 …epth (const DeviceInterface& vk, const VkDevice device, const VkFormat colorFormat, const vector<d… in makeRenderPassWithDepth() argument 337 …achmentRef, SubpassDesc, SubpassDep, RenderPassCreateInfo>(vk, device, colorFormat, viewMasks, VK_… in makeRenderPassWithDepth() 345 const VkFormat colorFormat, 354 const VkFormat colorFormat, 361 const VkFormat colorFormat, in makeRenderPassWithAttachments() argument 372 colorFormat, // VkFormat format; || VkFormat format; in makeRenderPassWithAttachments() [all …]
|
D | vktMultiViewRenderUtil.hpp | 43 …vk::DeviceInterface& vk, const vk::VkDevice device, const vk::VkFormat colorFormat, const std::vec… 46 …vk::DeviceInterface& vk, const vk::VkDevice device, const vk::VkFormat colorFormat, const std::vec… 49 …vk::DeviceInterface& vk, const vk::VkDevice device, const vk::VkFormat colorFormat, const std::vec…
|
/external/deqp/external/vulkancts/modules/vulkan/imageless_framebuffer/ |
D | vktImagelessFramebufferTests.cpp | 86 VkFormat colorFormat; member 233 const VkFormat colorFormat, in makeRenderPass() argument 244 const bool hasColor = colorFormat != VK_FORMAT_UNDEFINED; in makeRenderPass() 253 colorFormat, // VkFormat format; in makeRenderPass() 277 colorFormat, // VkFormat format; in makeRenderPass() 417 const VkFormat colorFormat, in makeRenderPass() argument 424 colorFormat, // VkFormat format; in makeRenderPass() 435 colorFormat, // VkFormat format; in makeRenderPass() 539 const VkFormat* colorFormat, in makeFramebufferAttachmentImageInfos() argument 550 DE_ASSERT(colorFormat != DE_NULL); in makeFramebufferAttachmentImageInfos() [all …]
|
/external/webrtc/talk/app/webrtc/java/src/org/webrtc/ |
D | MediaCodecVideoDecoder.java | 102 private int colorFormat; field in MediaCodecVideoDecoder 134 public DecoderProperties(String codecName, int colorFormat) { in DecoderProperties() argument 136 this.colorFormat = colorFormat; in DecoderProperties() 139 public final int colorFormat; // Color format supported by codec. field in MediaCodecVideoDecoder.DecoderProperties 180 for (int colorFormat : capabilities.colorFormats) { in findDecoder() 181 Logging.v(TAG, " Color: 0x" + Integer.toHexString(colorFormat)); in findDecoder() 256 ". Color: 0x" + Integer.toHexString(properties.colorFormat) + in initDecode() 273 format.setInteger(MediaFormat.KEY_COLOR_FORMAT, properties.colorFormat); in initDecode() 284 colorFormat = properties.colorFormat; in initDecode() 551 colorFormat = format.getInteger(MediaFormat.KEY_COLOR_FORMAT); in dequeueOutputBuffer() [all …]
|
D | MediaCodecVideoEncoder.java | 124 private int colorFormat; // Used by native code. field in MediaCodecVideoEncoder 143 public EncoderProperties(String codecName, int colorFormat) { in EncoderProperties() argument 145 this.colorFormat = colorFormat; in EncoderProperties() 148 public final int colorFormat; // Color format supported by codec. field in MediaCodecVideoEncoder.EncoderProperties 198 for (int colorFormat : capabilities.colorFormats) { in findHwEncoder() 199 Logging.v(TAG, " Color: 0x" + Integer.toHexString(colorFormat)); in findHwEncoder() 307 colorFormat = properties.colorFormat; in initEncode() 308 Logging.d(TAG, "Color format: " + colorFormat); in initEncode() 315 format.setInteger(MediaFormat.KEY_COLOR_FORMAT, properties.colorFormat); in initEncode()
|
/external/deqp/modules/gles3/functional/ |
D | es3fFboRenderTest.cpp | 72 , colorFormat (colorFormat_) in FboConfig() 84 , colorFormat (GL_NONE) in FboConfig() 98 GLenum colorFormat; //!< Internal format for color buffer texture or renderbuffer member in deqp::gles3::Functional::FboConfig 124 name << getTypeName(colorType) << "_" << getFormatName(colorFormat); in getName() 259 checkColorFormatSupport(context, config.colorFormat); in Framebuffer() 270 m_colorBuffer = createTex2D(colorBufferName, m_config.colorFormat, width, height); in Framebuffer() 275 m_colorBuffer = createRbo(colorBufferName, m_config.colorFormat, width, height); in Framebuffer() 507 …const tcu::RGBA threshold (tcu::max(getFormatThreshold(m_config.colorFormat), tcu::RGBA(12, 12, 12… in compare() 531 tcu::TextureFormat colorFormat = glu::mapGLInternalFormat(m_config.colorFormat); in render() local 532 glu::DataType fboSamplerType = glu::getSampler2DType(colorFormat); in render() [all …]
|
D | es3fFboDepthbufferTests.cpp | 68 const deUint32 colorFormat = GL_RGBA8; in render() local 89 glRenderbufferStorage(GL_RENDERBUFFER, colorFormat, m_width, m_height); in render() 132 …readPixels(dst, 0, 0, m_width, m_height, glu::mapGLInternalFormat(colorFormat), Vec4(1.0f), Vec4(0… in render() 160 const deUint32 colorFormat = GL_RGBA8; in render() local 179 glRenderbufferStorage(GL_RENDERBUFFER, colorFormat, m_width, m_height); in render() 218 …readPixels(dst, 0, 0, m_width, m_height, glu::mapGLInternalFormat(colorFormat), Vec4(1.0f), Vec4(0… in render() 246 const deUint32 colorFormat = GL_RGBA8; in render() local 265 glRenderbufferStorage(GL_RENDERBUFFER, colorFormat, m_width, m_height); in render() 298 …readPixels(dst, 0, 0, m_width, m_height, glu::mapGLInternalFormat(colorFormat), Vec4(1.0f), Vec4(0… in render()
|
D | es3fFboStencilbufferTests.cpp | 68 const deUint32 colorFormat = GL_RGBA8; in render() local 82 glRenderbufferStorage(GL_RENDERBUFFER, colorFormat, m_size.x(), m_size.y()); in render() 132 …readPixels(dst, 0, 0, m_size.x(), m_size.y(), glu::mapGLInternalFormat(colorFormat), Vec4(1.0f), V… in render() 157 const deUint32 colorFormat = GL_RGBA8; in render() local 176 glRenderbufferStorage(GL_RENDERBUFFER, colorFormat, width, height); in render() 229 …readPixels(dst, 0, 0, width, height, glu::mapGLInternalFormat(colorFormat), Vec4(1.0f), Vec4(0.0f)… in render()
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineMultisampleImageTests.cpp | 70 VkFormat colorFormat; member 315 const VkFormat colorFormat, in makeMultisampleRenderPass() argument 322 colorFormat, // VkFormat format; in makeMultisampleRenderPass() 382 const VkFormat colorFormat) in makeSimpleRenderPass() argument 387 colorFormat, // VkFormat format; in makeSimpleRenderPass() 701 const int numComponents = tcu::getNumUsedChannels(mapVkFormat(caseDef.colorFormat).order); in addSimpleVertexAndFragmentPrograms() 702 const bool isUint = isUintFormat(caseDef.colorFormat); in addSimpleVertexAndFragmentPrograms() 703 const bool isSint = isIntFormat(caseDef.colorFormat); in addSimpleVertexAndFragmentPrograms() 729 const std::string colorFormat = getColorFormatStr(numComponents, isUint, isSint); in addSimpleVertexAndFragmentPrograms() local 735 << "layout(location = 0) out " << colorFormat << " o_color;\n" in addSimpleVertexAndFragmentPrograms() [all …]
|
D | vktPipelineMultisampleShaderFragmentMaskTests.cpp | 339 std::vector<PositionColor> genShapes (const VkFormat colorFormat) in genShapes() argument 343 if (colorFormat == VK_FORMAT_R8G8B8A8_UNORM) in genShapes() 394 VkFormat colorFormat; //!< Color attachment format member 399 , colorFormat () in TestParams() 416 if ((isIntFormat(params.colorFormat) || isUintFormat(params.colorFormat))) in checkRequirements() 463 switch (params.colorFormat) in initPrograms() 737 params.colorFormat, // VkFormat format; in drawAndSampleInputAttachment() 831 …true/*use vertex attribs*/, getVertexInputColorFormat(params.colorFormat), true/*use color attach*… in drawAndSampleInputAttachment() 850 std::vector<VkClearValue> clearValues = genClearValues(params.colorFormat, params.numLayers); in drawAndSampleInputAttachment() 926 …makeImageView(vk, device, *wd.colorImage, VK_IMAGE_VIEW_TYPE_2D, params.colorFormat, makeImageSubr… in draw() [all …]
|
D | vktPipelineStencilExportTests.cpp | 160 const VkFormat colorFormat, in makeTestRenderPass() argument 167 colorFormat, // VkFormat format; in makeTestRenderPass() 463 const VkFormat colorFormat = VK_FORMAT_R8G8B8A8_UNORM; in testStencilExportReplace() local 465 … colorBufferSize = renderSize.x() * renderSize.y() * tcu::getPixelSize(mapVkFormat(colorFormat)); in testStencilExportReplace() 487 …Move<VkImage> colorImage = makeImage (vk, device, makeImageCreateInfo(colorFormat, rend… in testStencilExportReplace() 489 … = makeImageView (vk, device, *colorImage, VK_IMAGE_VIEW_TYPE_2D, colorFormat, colorSubresour… in testStencilExportReplace() 495 …Move<VkRenderPass> renderPass = makeTestRenderPass (vk, device, colorFormat, stencilFormat); in testStencilExportReplace() 534 …const tcu::ConstPixelBufferAccess resultImage (mapVkFormat(colorFormat), renderSize.x(), renderSi… in testStencilExportReplace() 536 …tcu::TextureLevel referenceImage = generateReferenceImage(mapVkFormat(colorFormat), renderSize… in testStencilExportReplace()
|
D | vktPipelineRenderToImageTests.cpp | 114 VkFormat colorFormat; member 436 const VkFormat colorFormat, in makeRenderPass() argument 445 colorFormat, // VkFormat format; in makeRenderPass() 756 …device, getImageCreateFlags(caseDef.viewType), getImageType(caseDef.viewType), caseDef.colorFormat, in getMemoryTypeNdx() 826 const int numComponents = getNumUsedChannels(mapVkFormat(caseDef.colorFormat).order); in initPrograms() 827 const bool isUint = isUintFormat(caseDef.colorFormat); in initPrograms() 828 const bool isSint = isIntFormat(caseDef.colorFormat); in initPrograms() 856 const std::string colorFormat = getColorFormatStr(numComponents, isUint, isSint); in initPrograms() local 857 …const std::string colorInteger = (isUint || isSint ? " * "+colorFormat+"("+colorValue.str()+")" :"… in initPrograms() 863 << "layout(location = 0) out " << colorFormat << " o_color;\n" in initPrograms() [all …]
|
D | vktPipelineBlendTests.cpp | 114 const VkFormat colorFormat, 129 …BlendTestInstance (Context& context, const VkFormat colorFormat, const VkPipelineColorBlendAttach… 254 const VkFormat colorFormat, in BlendTest() argument 257 , m_colorFormat(colorFormat) in BlendTest() 307 const VkFormat colorFormat, in BlendTestInstance() argument 311 , m_colorFormat (colorFormat) in BlendTestInstance() 892 vk::VkFormat colorFormat; member 942 DE_ASSERT(isSnormFormat(m_params.colorFormat) || isUnormFormat(m_params.colorFormat)); in ClampTest() 944 const auto bitDepth = tcu::getTextureFormatBitDepth(mapVkFormat(m_params.colorFormat)); in ClampTest() 977 …rtedBlendFormat(context.getInstanceInterface(), context.getPhysicalDevice(), m_params.colorFormat)) in checkSupport() [all …]
|
/external/deqp/framework/opengl/ |
D | gluFboRenderContext.cpp | 64 static tcu::PixelFormat getPixelFormat (deUint32 colorFormat) in getPixelFormat() argument 66 const tcu::IVec4 bits = tcu::getTextureFormatBitDepth(glu::mapGLInternalFormat(colorFormat)); in getPixelFormat() 215 const deUint32 colorFormat = chooseColorFormat(config); in createFramebuffer() local 226 if (colorFormat == 0) in createFramebuffer() 239 pixelFormat = getPixelFormat(colorFormat); in createFramebuffer() 245 … gl.renderbufferStorageMultisample(GL_RENDERBUFFER, config.numSamples, colorFormat, width, height); in createFramebuffer() 247 gl.renderbufferStorage(GL_RENDERBUFFER, colorFormat, width, height); in createFramebuffer()
|
/external/deqp/external/vulkancts/modules/vulkan/geometry/ |
D | vktGeometryBasicClass.cpp | 76 const VkFormat colorFormat = VK_FORMAT_R8G8B8A8_UNORM; in iterate() local 81 …makeImageCreateInfo(resolution, colorFormat, VK_IMAGE_USAGE_COLOR_ATTACHMENT_BIT | VK_IMAGE_USAGE_… in iterate() 84 const Unique<VkRenderPass> renderPass (makeRenderPass(vk, device, colorFormat)); in iterate() 88 …akeImageView(vk, device, *colorAttachmentImage, VK_IMAGE_VIEW_TYPE_2D, colorFormat, colorSubRange)… in iterate() 110 …colorBufferSizeBytes = resolution.x()*resolution.y() * tcu::getPixelSize(mapVkFormat(colorFormat)); in iterate() 179 …const tcu::ConstPixelBufferAccess imagePixelAccess(mapVkFormat(colorFormat), resolution.x(), resol… in iterate()
|
D | vktGeometryInstancedRenderingTests.cpp | 144 const VkFormat colorFormat, in draw() argument 160 …const Unique<VkImage> colorImage (makeImage (vk, device, makeImageCreateInfo(colorFormat, co… in draw() 162 …ment (makeImageView (vk, device, *colorImage, VK_IMAGE_VIEW_TYPE_2D, colorFormat, colorSubresour… in draw() 172 const Unique<VkRenderPass> renderPass (vk::makeRenderPass (vk, device, colorFormat)); in draw() 363 const VkFormat colorFormat = VK_FORMAT_R8G8B8A8_UNORM; in test() local 366 … colorBufferSize = renderSize.x() * renderSize.y() * tcu::getPixelSize(mapVkFormat(colorFormat)); in test() 379 …draw(context, renderSize, colorFormat, clearColor, *colorBuffer, params.numDrawInstances, perInsta… in test() 384 …const tcu::ConstPixelBufferAccess result(mapVkFormat(colorFormat), renderSize.x(), renderSize.y(),… in test() 386 tcu::TextureLevel reference(mapVkFormat(colorFormat), renderSize.x(), renderSize.y()); in test()
|
D | vktGeometryLayeredRenderingTests.cpp | 221 const VkFormat colorFormat, in makeRenderPass() argument 225 …return vk::makeRenderPass(vk, device, colorFormat, useDepthStencil ? dsFormat : VK_FORMAT_UNDEFINE… in makeRenderPass() 230 const VkFormat colorFormat) in makeRenderPassWithSelfDependency() argument 235 colorFormat, // VkFormat format in makeRenderPassWithSelfDependency() 1194 const VkFormat colorFormat = VK_FORMAT_R8G8B8A8_UNORM; in test() local 1197 …t * params.image.size.depth * params.image.numLayers * tcu::getPixelSize(mapVkFormat(colorFormat)); in test() 1202 …ImageCreateInfo(imageCreateFlags, getImageType(params.image.viewType), colorFormat, params.image.s… in test() 1205 …colorAttachment (makeImageView (vk, device, *colorImage, viewType, colorFormat, makeImageSubre… in test() 1214 const Unique<VkRenderPass> renderPass (makeRenderPass (vk, device, colorFormat)); in test() 1240 …if (!verifyResults(context.getTestContext().getLog(), params, colorFormat, colorBufferAlloc->getHo… in test() [all …]
|
/external/angle/src/libANGLE/renderer/vulkan/ |
D | vk_caps_utils.cpp | 596 const gl::InternalFormat &colorFormat, in GenerateDefaultConfig() argument 609 config.renderTargetFormat = colorFormat.internalFormat; in GenerateDefaultConfig() 611 config.bufferSize = colorFormat.pixelBytes * 8; in GenerateDefaultConfig() 612 config.redSize = colorFormat.redBits; in GenerateDefaultConfig() 613 config.greenSize = colorFormat.greenBits; in GenerateDefaultConfig() 614 config.blueSize = colorFormat.blueBits; in GenerateDefaultConfig() 615 config.alphaSize = colorFormat.alphaBits; in GenerateDefaultConfig() 617 config.bindToTextureRGB = colorFormat.format == GL_RGB; in GenerateDefaultConfig() 618 config.bindToTextureRGBA = colorFormat.format == GL_RGBA || colorFormat.format == GL_BGRA_EXT; in GenerateDefaultConfig() 620 config.configCaveat = GetConfigCaveat(colorFormat.internalFormat); in GenerateDefaultConfig() [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/draw/ |
D | vktDrawShaderViewportIndexTests.cpp | 595 const VkFormat colorFormat, in Renderer() argument 600 , m_colorFormat (colorFormat) in Renderer() 701 const VkFormat colorFormat = VK_FORMAT_R8G8B8A8_UNORM; in testVertexShader() local 706 … colorBufferSize = renderSize.x() * renderSize.y() * tcu::getPixelSize(mapVkFormat(colorFormat)); in testVertexShader() 725 …const Renderer renderer (context, renderSize, numViewports, cells, colorFormat, clearColor, colors… in testVertexShader() 734 …const tcu::ConstPixelBufferAccess resultImage (mapVkFormat(colorFormat), renderSize.x(), renderSi… in testVertexShader() 735 …const tcu::TextureLevel referenceImage = generateReferenceImage(mapVkFormat(colorFormat), rende… in testVertexShader() 752 const VkFormat colorFormat = VK_FORMAT_R8G8B8A8_UNORM; in testTessellationShader() local 757 … colorBufferSize = renderSize.x() * renderSize.y() * tcu::getPixelSize(mapVkFormat(colorFormat)); in testTessellationShader() 776 …const Renderer renderer (context, renderSize, numViewports, cells, colorFormat, clearColor, colors… in testTessellationShader() [all …]
|
D | vktDrawShaderLayerTests.cpp | 591 const VkFormat colorFormat, in Renderer() argument 596 , m_colorFormat (colorFormat) in Renderer() 727 const VkFormat colorFormat = VK_FORMAT_R8G8B8A8_UNORM; in testVertexShader() local 733 …rSize = renderSize.x() * renderSize.y() * tcu::getPixelSize(mapVkFormat(colorFormat)) * numLayers; in testVertexShader() 752 …const Renderer renderer (context, renderSize, numLayers, colorFormat, clearColor, vertices, Render… in testVertexShader() 764 …const tcu::ConstPixelBufferAccess resultImage (mapVkFormat(colorFormat), renderSize.x(), renderSi… in testVertexShader() 765 …const tcu::TextureLevel referenceImage = generateReferenceImage(mapVkFormat(colorFormat), rende… in testVertexShader() 787 const VkFormat colorFormat = VK_FORMAT_R8G8B8A8_UNORM; in testTessellationShader() local 793 …rSize = renderSize.x() * renderSize.y() * tcu::getPixelSize(mapVkFormat(colorFormat)) * numLayers; in testTessellationShader() 812 …const Renderer renderer (context, renderSize, numLayers, colorFormat, clearColor, vertices, Render… in testTessellationShader() [all …]
|
/external/angle/src/tests/gl_tests/ |
D | BlendMinMaxTest.cpp | 40 void runTest(GLenum colorFormat, GLenum type) in runTest() argument 45 SetUpFramebuffer(colorFormat); in runTest() 142 void SetUpFramebuffer(GLenum colorFormat) in SetUpFramebuffer() argument 149 glRenderbufferStorage(GL_RENDERBUFFER, colorFormat, getWindowWidth(), getWindowHeight()); in SetUpFramebuffer()
|
/external/deqp/external/vulkancts/modules/vulkan/tessellation/ |
D | vktTessellationGeometryPassthroughTests.cpp | 354 const VkFormat colorFormat, in getPixelBufferAccess() argument 361 …return tcu::ConstPixelBufferAccess(mapVkFormat(colorFormat), renderSize.x(), renderSize.y(), 1, al… in getPixelBufferAccess() 478 const VkFormat colorFormat = VK_FORMAT_R8G8B8A8_UNORM; in iterate() local 481 …makeImageCreateInfo(renderSize, colorFormat, VK_IMAGE_USAGE_COLOR_ATTACHMENT_BIT | VK_IMAGE_USAGE_… in iterate() 487 …olorBufferSizeBytes = renderSize.x()*renderSize.y() * tcu::getPixelSize(mapVkFormat(colorFormat)); in iterate() 494 …akeImageView(vk, device, *colorAttachmentImage, VK_IMAGE_VIEW_TYPE_2D, colorFormat, colorImageSubr… in iterate() 495 const Unique<VkRenderPass> renderPass (makeRenderPass(vk, device, colorFormat)); in iterate() 583 …tcu::ConstPixelBufferAccess image0 = getPixelBufferAccess(vk, device, *colorBuffer[0], colorFormat… in iterate() 584 …tcu::ConstPixelBufferAccess image1 = getPixelBufferAccess(vk, device, *colorBuffer[1], colorFormat… in iterate()
|
/external/deqp/external/vulkancts/modules/vulkan/fragment_ops/ |
D | vktFragmentOperationsScissorMultiViewportTests.cpp | 307 const VkFormat colorFormat, in ScissorRenderer() argument 311 , m_colorFormat (colorFormat) in ScissorRenderer() 406 const VkFormat colorFormat = VK_FORMAT_R8G8B8A8_UNORM; in test() local 411 … colorBufferSize = renderSize.x() * renderSize.y() * tcu::getPixelSize(mapVkFormat(colorFormat)); in test() 425 …const ScissorRenderer renderer (context, renderSize, numViewports, scissors, colorFormat, clearCol… in test() 433 …const tcu::ConstPixelBufferAccess resultImage (mapVkFormat(colorFormat), renderSize.x(), renderSi… in test() 434 …const tcu::TextureLevel referenceImage = generateReferenceImage(mapVkFormat(colorFormat), rende… in test()
|
D | vktFragmentOperationsEarlyFragmentTests.cpp | 86 const VkFormat colorFormat, in makeRenderPass() argument 90 …return makeRenderPass(vk, device, colorFormat, useDepthStencilAttachment ? depthStencilFormat : VK… in makeRenderPass() 320 const VkFormat colorFormat = VK_FORMAT_R8G8B8A8_UNORM; in iterate() local 322 … colorImage (makeImage(vk, device, makeImageCreateInfo(renderSize, colorFormat, VK_IMAGE_USAGE… in iterate() 324 …geView (makeImageView(vk, device, *colorImage, VK_IMAGE_VIEW_TYPE_2D, colorFormat, colorSubresour… in iterate() 388 …const VkDeviceSize colorBufferSizeBytes = tcu::getPixelSize(mapVkFormat(colorFormat)) * renderS… in iterate() 413 …const Unique<VkRenderPass> renderPass (makeRenderPass(vk, device, colorFormat, m_useTestAttachm… in iterate() 473 …const tcu::ConstPixelBufferAccess imagePixelAccess(mapVkFormat(colorFormat), renderSize.x(), rende… in iterate()
|
/external/deqp/external/vulkancts/modules/vulkan/util/ |
D | vktDrawUtil.cpp | 109 , colorFormat (VK_FORMAT_R8G8B8A8_UNORM) in DrawState() 134 …m_refImage.setStorage(vk::mapVkFormat(m_drawState.colorFormat), m_drawState.renderSize.x(), m_draw… in draw() 198 m_drawState.colorFormat, // VkFormat format; in VulkanDrawContext() 212 …ageView(vk, device, **m_colorImage, VK_IMAGE_VIEW_TYPE_2D, m_drawState.colorFormat, colorSubresour… in VulkanDrawContext() 216 …const VkDeviceSize bitmapSize = tcu::getPixelSize(mapVkFormat(m_drawState.colorFormat)) * m_drawSt… in VulkanDrawContext() 250 m_drawState.colorFormat, // VkFormat format; in VulkanDrawContext() 559 m_drawState.colorFormat, // VkFormat format in VulkanDrawContext() 642 …return tcu::ConstPixelBufferAccess(mapVkFormat(m_drawState.colorFormat), m_drawState.renderSize.x(… in getColorPixels()
|