/third_party/vk-gl-cts/modules/gles3/functional/ |
D | es3fFragmentOutputTests.cpp | 1165 string fmtName = getFormatName(format); in init() local 1175 …floatGroup->addChild(new FragmentOutputCase(m_context, (fmtName + "_" + precName + "_float").c_str… in init() 1176 …floatGroup->addChild(new FragmentOutputCase(m_context, (fmtName + "_" + precName + "_vec2").c_str(… in init() 1177 …floatGroup->addChild(new FragmentOutputCase(m_context, (fmtName + "_" + precName + "_vec3").c_str(… in init() 1178 …floatGroup->addChild(new FragmentOutputCase(m_context, (fmtName + "_" + precName + "_vec4").c_str(… in init() 1188 string fmtName = getFormatName(format); in init() local 1198 …fixedGroup->addChild(new FragmentOutputCase(m_context, (fmtName + "_" + precName + "_float").c_str… in init() 1199 …fixedGroup->addChild(new FragmentOutputCase(m_context, (fmtName + "_" + precName + "_vec2").c_str(… in init() 1200 …fixedGroup->addChild(new FragmentOutputCase(m_context, (fmtName + "_" + precName + "_vec3").c_str(… in init() 1201 …fixedGroup->addChild(new FragmentOutputCase(m_context, (fmtName + "_" + precName + "_vec4").c_str(… in init() [all …]
|
D | es3fTextureSpecificationTests.cpp | 3591 const char* fmtName = colorFormats[formatNdx].name; in init() local 3597 …basicTexImageGroup->addChild(new BasicTexImage2DCase (m_context, (string(fmtName) + "_2d").c_str()… in init() 3598 …basicTexImageGroup->addChild(new BasicTexImageCubeCase (m_context, (string(fmtName) + "_cube").c_s… in init() 3742 const string fmtName = colorFormats[formatNdx].name; in init() local 3748 …pboGroup->addChild(new TexImage2DBufferCase (m_context, (fmtName + "_2d").c_str(), "", format, t… in init() 3749 …pboGroup->addChild(new TexImageCubeBufferCase (m_context, (fmtName + "_cube").c_str(), "", format,… in init() 3808 const char* fmtName = colorFormats[formatNdx].name; in init() local 3814 …basicTexSubImageGroup->addChild(new BasicTexSubImage2DCase (m_context, (string(fmtName) + "_2d").… in init() 3815 …basicTexSubImageGroup->addChild(new BasicTexSubImageCubeCase (m_context, (string(fmtName) + "_cube… in init() 3825 const char* fmtName = unsizedFormats[formatNdx].name; in init() local [all …]
|
D | es3fFramebufferBlitTests.cpp | 1082 string fmtName; in init() local 1088 fmtName += getFormatName(depthFormat); in init() 1102 fmtName += "_"; in init() 1103 fmtName += getFormatName(stencilFormat); in init() 1112 …depthStencilGroup->addChild(new BlitDepthStencilCase(m_context, (fmtName + "_basic").c_str(), "", … in init() 1113 …depthStencilGroup->addChild(new BlitDepthStencilCase(m_context, (fmtName + "_scale").c_str(), "", … in init() 1117 …depthStencilGroup->addChild(new BlitDepthStencilCase(m_context, (fmtName + "_depth_only").c_str(),… in init() 1118 …depthStencilGroup->addChild(new BlitDepthStencilCase(m_context, (fmtName + "_stencil_only").c_str(… in init()
|
D | es3fTextureFormatTests.cpp | 150 std::ostringstream fmtName; in init() local 153 fmtName << glu::getTextureFormatStr(m_format) << ", " << glu::getTypeStr(m_dataType); in init() 155 fmtName << glu::getTextureFormatStr(m_format); in init() 157 log << TestLog::Message << "2D texture, " << fmtName.str() << ", " << m_width << "x" << m_height in init() 320 std::ostringstream fmtName; in init() local 323 fmtName << glu::getTextureFormatStr(m_format) << ", " << glu::getTypeStr(m_dataType); in init() 325 fmtName << glu::getTextureFormatStr(m_format); in init() 327 …log << TestLog::Message << "Cube map texture, " << fmtName.str() << ", " << m_width << "x" << m_he… in init()
|
D | es3fFboColorbufferTests.cpp | 1139 string fmtName = getFormatName(format); in init() local 1146 …blendGroup->addChild(new FboBlendCase(m_context, (fmtName + "_src_over").c_str(), "", format, IVec… in init()
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
D | es2fTextureFormatTests.cpp | 115 std::ostringstream fmtName; in init() local 117 fmtName << getTextureFormatStr(m_format) << ", " << getTypeStr(m_dataType); in init() 119 log << TestLog::Message << "2D texture, " << fmtName.str() << ", " << m_width << "x" << m_height in init() 261 std::ostringstream fmtName; in init() local 264 fmtName << getTextureFormatStr(m_format) << ", " << getTypeStr(m_dataType); in init() 266 fmtName << getTextureFormatStr(m_format); in init() 268 …log << TestLog::Message << "Cube map texture, " << fmtName.str() << ", " << m_width << "x" << m_he… in init()
|
D | es2fTextureSpecificationTests.cpp | 1609 const char* fmtName = texFormats[formatNdx].name; in init() local 1616 …basicTexImageGroup->addChild(new BasicTexImage2DCase (m_context, (string(fmtName) + "_2d").c_str()… in init() 1617 …basicTexImageGroup->addChild(new BasicTexImageCubeCase (m_context, (string(fmtName) + "_cube").c_s… in init() 1696 const char* fmtName = texFormats[formatNdx].name; in init() local 1703 …basicTexSubImageGroup->addChild(new BasicTexSubImage2DCase (m_context, (string(fmtName) + "_2d").… in init() 1704 …basicTexSubImageGroup->addChild(new BasicTexSubImageCubeCase (m_context, (string(fmtName) + "_cube… in init() 1714 const char* fmtName = texFormats[formatNdx].name; in init() local 1721 …texSubImageEmptyTexGroup->addChild(new TexSubImage2DEmptyTexCase (m_context, (string(fmtName) + "_… in init() 1722 …texSubImageEmptyTexGroup->addChild(new TexSubImageCubeEmptyTexCase (m_context, (string(fmtName) + … in init()
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
D | es31fTextureSpecificationTests.cpp | 854 const char* fmtName = colorFormats[formatNdx].name; in init() local 859 …basicTexImageGroup->addChild(new BasicTexImageCubeArrayCase (m_context, (string(fmtName) + "_cube_… in init() 895 const string fmtName = colorFormats[formatNdx].name; in init() local 900 …pboGroup->addChild(new TexImageCubeArrayBufferCase (m_context, (fmtName + "_cube_array").c_str(), … in init() 1050 const char* fmtName = colorFormats[formatNdx].name; in init() local 1056 …formatGroup->addChild(new BasicTexStorageCubeArrayCase (m_context, (string(fmtName) + "_cube_array… in init() 1062 const char* fmtName = depthStencilFormats[formatNdx].name; in init() local 1068 …formatGroup->addChild(new BasicTexStorageCubeArrayCase (m_context, (string(fmtName) + "_cube_array… in init()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/ |
D | vktImageTransfer.cpp | 451 const auto fmtName = std::string(getFormatName(format)); in createTransferQueueImageTests() local 452 const auto name = de::toLower(fmtName.substr(prefixLen)); // Remove VK_FORMAT_ prefix. in createTransferQueueImageTests() 453 const auto desc = "Using format " + fmtName; in createTransferQueueImageTests()
|
D | vktImageSubresourceLayoutTests.cpp | 836 const auto fmtName = std::string(getFormatName(format)); in createImageSubresourceLayoutTests() local 837 const auto name = de::toLower(fmtName.substr(prefixLen)); // Remove VK_FORMAT_ prefix. in createImageSubresourceLayoutTests() 838 const auto desc = "Using format " + fmtName; in createImageSubresourceLayoutTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/ |
D | vktImageTransfer.cpp | 451 const auto fmtName = std::string(getFormatName(format)); in createTransferQueueImageTests() local 452 const auto name = de::toLower(fmtName.substr(prefixLen)); // Remove VK_FORMAT_ prefix. in createTransferQueueImageTests() 453 const auto desc = "Using format " + fmtName; in createTransferQueueImageTests()
|
D | vktImageSubresourceLayoutTests.cpp | 836 const auto fmtName = std::string(getFormatName(format)); in createImageSubresourceLayoutTests() local 837 const auto name = de::toLower(fmtName.substr(prefixLen)); // Remove VK_FORMAT_ prefix. in createImageSubresourceLayoutTests() 838 const auto desc = "Using format " + fmtName; in createImageSubresourceLayoutTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
D | vktApiBufferViewAccessTests.cpp | 1295 …const std::string fmtName = de::toLower(std::string(getFormatName(testFormats[formatIdx])).substr(… in createBufferViewAccessTests() local 1296 …de::MovePtr<tcu::TestCaseGroup> formatGroup (new tcu::TestCaseGroup(testCtx, fmtName.c_str(), "")… in createBufferViewAccessTests() 1318 …usageGroup->addChild(new BufferViewAllFormatsTestCase(testCtx, fmtName.c_str(), description.str(),… in createBufferViewAccessTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
D | vktApiBufferViewAccessTests.cpp | 1295 …const std::string fmtName = de::toLower(std::string(getFormatName(testFormats[formatIdx])).substr(… in createBufferViewAccessTests() local 1296 …de::MovePtr<tcu::TestCaseGroup> formatGroup (new tcu::TestCaseGroup(testCtx, fmtName.c_str(), "")… in createBufferViewAccessTests() 1318 …usageGroup->addChild(new BufferViewAllFormatsTestCase(testCtx, fmtName.c_str(), description.str(),… in createBufferViewAccessTests()
|
/third_party/vk-gl-cts/external/openglcts/modules/gles2/ |
D | es2cTexture3DTests.cpp | 2092 const char* fmtName = sizedFilterableFormatsByType[formatNdx].name; in init() local 2094 texSubImageGroup->addChild(new TexSubImage3DCase(m_context, fmtName, "", format, 32, 64, 8)); in init() 2106 const char* fmtName = filterableFormatsByType[formatNdx].name; in init() local 2109 …copyTexSubImageGroup->addChild(new CopyTexSubImage3DCase(m_context, fmtName, "", format, type, 32,… in init() 2121 const char* fmtName = filterableFormatsByType[formatNdx].name; in init() local 2124 …framebufferTextureGroup->addChild(new FramebufferTexture3DCase(m_context, fmtName, "", format, typ… in init()
|