/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/ |
D | vktRenderPassDitheringTests.cpp | 54 std::vector<VkFormat> colorFormats; member 239 for (const VkFormat format : m_testParams.colorFormats) in checkSupport() 313 for (deUint32 i = 0u; i < m_testParams.colorFormats.size(); ++i) in iterate() 315 VkFormat format = m_testParams.colorFormats[i]; in iterate() 581 const std::vector<vk::VkFormat> colorFormats = m_testParams.colorFormats; in createDrawResources() local 589 for (const VkFormat format : colorFormats) in createDrawResources() 751 for (deUint32 i = 0u; i < colorFormats.size(); ++i) in createDrawResources() 844 renderingCreateInfo.colorAttachmentCount = (deUint32)(colorFormats.size()); in createDrawResources() 845 renderingCreateInfo.pColorAttachmentFormats = colorFormats.data(); in createDrawResources() 891 std::vector<VkFormat> colorFormats = m_testParams.colorFormats; in createRenderPassFramebuffer() local [all …]
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
D | vktRenderPassDitheringTests.cpp | 54 std::vector<VkFormat> colorFormats; member 239 for (const VkFormat format : m_testParams.colorFormats) in checkSupport() 313 for (deUint32 i = 0u; i < m_testParams.colorFormats.size(); ++i) in iterate() 315 VkFormat format = m_testParams.colorFormats[i]; in iterate() 581 const std::vector<vk::VkFormat> colorFormats = m_testParams.colorFormats; in createDrawResources() local 589 for (const VkFormat format : colorFormats) in createDrawResources() 751 for (deUint32 i = 0u; i < colorFormats.size(); ++i) in createDrawResources() 844 renderingCreateInfo.colorAttachmentCount = (deUint32)(colorFormats.size()); in createDrawResources() 845 renderingCreateInfo.pColorAttachmentFormats = colorFormats.data(); in createDrawResources() 891 std::vector<VkFormat> colorFormats = m_testParams.colorFormats; in createRenderPassFramebuffer() local [all …]
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
D | es3fFboColorbufferTests.cpp | 1028 static const deUint32 colorFormats[] = in init() local 1084 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(colorFormats); ndx++) in init() 1085 …->addChild(new FboColorClearCase(m_context, getFormatName(colorFormats[ndx]), "", colorFormats[ndx… in init() 1093 for (int fmtNdx = 0; fmtNdx < DE_LENGTH_OF_ARRAY(colorFormats); fmtNdx++) in init() 1094 …tex2DGroup->addChild(new FboColorMultiTex2DCase(m_context, getFormatName(colorFormats[fmtNdx]), "", in init() 1095 colorFormats[fmtNdx], IVec2(129, 117), in init() 1096 colorFormats[fmtNdx], IVec2(99, 128))); in init() 1104 for (int fmtNdx = 0; fmtNdx < DE_LENGTH_OF_ARRAY(colorFormats); fmtNdx++) in init() 1105 … texCubeGroup->addChild(new FboColorTexCubeCase(m_context, getFormatName(colorFormats[fmtNdx]), "", in init() 1106 colorFormats[fmtNdx], IVec2(128, 128))); in init() [all …]
|
D | es3fFboRenderTest.cpp | 1482 } colorFormats[] = in init() local 1558 for (int colorFmtNdx = 0; colorFmtNdx < DE_LENGTH_OF_ARRAY(colorFormats); colorFmtNdx++) in init() 1561 …if (colorFormats[colorFmtNdx].type == FORMATTYPE_INT || colorFormats[colorFmtNdx].type == FORMATTY… in init() 1566 …FboConfig config(GL_COLOR_BUFFER_BIT, objectTypes[typeNdx], colorFormats[colorFmtNdx].format, GL_N… in init() 1574 for (int colorFmtNdx = 0; colorFmtNdx < DE_LENGTH_OF_ARRAY(colorFormats); colorFmtNdx++) in init() 1580 if (colorFormats[colorFmtNdx].type == FORMATTYPE_INT || in init() 1581 colorFormats[colorFmtNdx].type == FORMATTYPE_UINT || in init() 1582 colorFormats[colorFmtNdx].format == GL_RGBA32F || in init() 1583 colorFormats[colorFmtNdx].format == GL_RGB32F || in init() 1584 colorFormats[colorFmtNdx].format == GL_RG32F || in init() [all …]
|
D | es3fTextureSpecificationTests.cpp | 3518 } colorFormats[] = in init() local 3589 for (int formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(colorFormats); formatNdx++) in init() 3591 const char* fmtName = colorFormats[formatNdx].name; in init() 3592 deUint32 format = colorFormats[formatNdx].internalFormat; in init() 3612 int formatNdx = rnd.getInt(0, DE_LENGTH_OF_ARRAY(colorFormats)-1); in init() 3616 …age2DCase(m_context, (string("2d_") + de::toString(ndx)).c_str(), "", colorFormats[formatNdx].inte… in init() 3622 int formatNdx = rnd.getInt(0, DE_LENGTH_OF_ARRAY(colorFormats)-1); in init() 3625 …ubeCase(m_context, (string("cube_") + de::toString(ndx)).c_str(), "", colorFormats[formatNdx].inte… in init() 3740 for (int formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(colorFormats); formatNdx++) in init() 3742 const string fmtName = colorFormats[formatNdx].name; in init() [all …]
|
D | es3fFboMultisampleTests.cpp | 353 static const deUint32 colorFormats[] = in init() local 401 for (int fmtNdx = 0; fmtNdx < DE_LENGTH_OF_ARRAY(colorFormats); fmtNdx++) in init() 402 …ild(new BasicFboMultisampleCase(m_context, getFormatName(colorFormats[fmtNdx]), "", colorFormats[f… in init()
|
D | es3fFramebufferBlitTests.cpp | 896 static const deUint32 colorFormats[] = in init() local 1045 for (int srcFmtNdx = 0; srcFmtNdx < DE_LENGTH_OF_ARRAY(colorFormats); srcFmtNdx++) in init() 1047 for (int dstFmtNdx = 0; dstFmtNdx < DE_LENGTH_OF_ARRAY(colorFormats); dstFmtNdx++) in init() 1049 deUint32 srcFormat = colorFormats[srcFmtNdx]; in init() 1052 deUint32 dstFormat = colorFormats[dstFmtNdx]; in init() 1139 for (int fmtNdx = 0; fmtNdx < DE_LENGTH_OF_ARRAY(colorFormats); fmtNdx++) in init() 1141 const deUint32 format = colorFormats[fmtNdx]; in init()
|
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
D | RenderPassCache.cpp | 44 colorFormats[index] = format; in SetColor() 109 attachmentDesc.format = VulkanImageFormat(query.colorFormats[i]); in CreateRenderPassForQuery() 151 attachmentDesc.format = VulkanImageFormat(query.colorFormats[i]); in CreateRenderPassForQuery() 208 HashCombine(&hash, query.colorFormats[i], query.colorLoadOp[i]); in operator ()() 236 if ((a.colorFormats[i] != b.colorFormats[i]) || in operator ()()
|
D | RenderPassCache.h | 48 std::array<dawn::TextureFormat, kMaxColorAttachments> colorFormats; member
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
D | vk_caps_utils.h | 40 egl::ConfigSet GenerateConfigs(const GLenum *colorFormats, 47 egl::ConfigSet GenerateConfigs(const GLenum (&colorFormats)[ColorFormatCount], in GenerateConfigs() 51 return GenerateConfigs(colorFormats, ColorFormatCount, depthStencilFormats, in GenerateConfigs()
|
D | vk_caps_utils.cpp | 500 egl::ConfigSet GenerateConfigs(const GLenum *colorFormats, in GenerateConfigs() argument 534 gl::GetSizedInternalFormatInfo(colorFormats[colorFormatIdx]); in GenerateConfigs() 552 else if (colorFormats[colorFormatIdx] == GL_NONE) in GenerateConfigs()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
D | vk_caps_utils.h | 39 egl::ConfigSet GenerateConfigs(const GLenum *colorFormats, 46 egl::ConfigSet GenerateConfigs(const GLenum (&colorFormats)[ColorFormatCount], in GenerateConfigs() 50 return GenerateConfigs(colorFormats, ColorFormatCount, depthStencilFormats, in GenerateConfigs()
|
D | vk_caps_utils.cpp | 1233 egl::ConfigSet GenerateConfigs(const GLenum *colorFormats, in GenerateConfigs() argument 1269 gl::GetSizedInternalFormatInfo(colorFormats[colorFormatIdx]); in GenerateConfigs() 1287 else if (colorFormats[colorFormatIdx] == GL_NONE) in GenerateConfigs()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
D | RenderPassCache.cpp | 57 colorFormats[index] = format; in SetColor() 133 attachmentDesc.format = VulkanImageFormat(mDevice, query.colorFormats[i]); in CreateRenderPassForQuery() 181 attachmentDesc.format = VulkanImageFormat(mDevice, query.colorFormats[i]); in CreateRenderPassForQuery() 243 HashCombine(&hash, query.colorFormats[i], query.colorLoadOp[i]); in operator ()() 272 if ((a.colorFormats[i] != b.colorFormats[i]) || in operator ()()
|
D | RenderPassCache.h | 56 ityp::array<ColorAttachmentIndex, wgpu::TextureFormat, kMaxColorAttachments> colorFormats; member
|
/third_party/gstreamer/gstplugins_bad/sys/androidmedia/magicleap/ |
D | gstamc-codeclist-ml.c | 164 uint32_t *colorFormats; in gst_amc_codec_capabilities_handle_get_color_formats() local 171 &colorFormats, length); in gst_amc_codec_capabilities_handle_get_color_formats() 180 ret[i] = colorFormats[i]; in gst_amc_codec_capabilities_handle_get_color_formats() 183 MLMediaCodecListColorFormatsRelease (colorFormats); in gst_amc_codec_capabilities_handle_get_color_formats()
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
D | es31fTextureSpecificationTests.cpp | 781 } colorFormats[] = in init() local 852 for (int formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(colorFormats); formatNdx++) in init() 854 const char* fmtName = colorFormats[formatNdx].name; in init() 855 deUint32 format = colorFormats[formatNdx].internalFormat; in init() 893 for (int formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(colorFormats); formatNdx++) in init() 895 const string fmtName = colorFormats[formatNdx].name; in init() 896 const deUint32 format = colorFormats[formatNdx].internalFormat; in init() 981 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(colorFormats); ndx++) in init() 983 …pboGroup->addChild(new TexSubImageCubeArrayBufferCase(m_context, (std::string(colorFormats[ndx].na… in init() 984 colorFormats[ndx].internalFormat, in init() [all …]
|
D | es31fFboColorbufferTests.cpp | 358 static const deUint32 colorFormats[] = in init() local 421 for (int fmtNdx = 0; fmtNdx < DE_LENGTH_OF_ARRAY(colorFormats); fmtNdx++) in init() 422 …texCubeArrayGroup->addChild(new FboColorTexCubeArrayCase(m_context, getFormatName(colorFormats[fmt… in init() 423 colorFormats[fmtNdx], IVec3(128, 128, 12))); in init()
|
D | es31fShaderFramebufferFetchTests.cpp | 1413 static const deUint32 colorFormats[] = in init() local 1462 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(colorFormats); ndx++) in init() 1463 …(m_context, getFormatName(colorFormats[ndx]), "Framebuffer fetches from texture attachments with v… in init()
|
/third_party/skia/third_party/externals/dawn/src/utils/ |
D | ComboRenderBundleEncoderDescriptor.cpp | 25 descriptor->colorFormats = &cColorFormats[0]; in ComboRenderBundleEncoderDescriptor()
|
/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/ |
D | RenderBundleValidationTests.cpp | 616 std::array<wgpu::TextureFormat, kMaxColorAttachments + 1> colorFormats; in TEST_F() local 617 for (uint32_t i = 0; i < colorFormats.size(); ++i) { in TEST_F() 618 colorFormats[i] = wgpu::TextureFormat::RGBA8Unorm; in TEST_F() 625 desc.colorFormats = colorFormats.data(); in TEST_F() 633 desc.colorFormats = colorFormats.data(); in TEST_F()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/ |
D | RenderBundleEncoder.cpp | 74 DAWN_TRY_CONTEXT(ValidateColorAttachmentFormat(device, descriptor->colorFormats[i]), in ValidateRenderBundleEncoderDescriptor()
|
D | AttachmentState.cpp | 31 mColorFormats[i] = descriptor->colorFormats[static_cast<uint8_t>(i)]; in AttachmentStateBlueprint()
|
/third_party/skia/third_party/externals/dawn/src/dawn_node/binding/ |
D | GPUDevice.cpp | 399 !conv(desc.colorFormats, desc.colorFormatsCount, descriptor.colorFormats) || in createRenderBundleEncoder()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
D | vktPipelineMultisampleShaderFragmentMaskTests.cpp | 1368 const VkFormat colorFormats[] = in createShaderFragmentMaskTestsInGroup() local 1403 …for (const VkFormat* pColorFormat = colorFormats; pColorFormat != DE_ARRAY_END(colorFormats); ++pC… in createShaderFragmentMaskTestsInGroup()
|