/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fFragmentOutputTests.cpp | 1165 string fmtName = getFormatName(format); 1175 floatGroup->addChild(new FragmentOutputCase(m_context, (fmtName + "_" + precName + "_float").c_str(), "", fboSpec, (OutputVec() << FragmentOutput(glu::TYPE_FLOAT, prec, 0)).toVec())); 1176 floatGroup->addChild(new FragmentOutputCase(m_context, (fmtName + "_" + precName + "_vec2").c_str(), "", fboSpec, (OutputVec() << FragmentOutput(glu::TYPE_FLOAT_VEC2, prec, 0)).toVec())); 1177 floatGroup->addChild(new FragmentOutputCase(m_context, (fmtName + "_" + precName + "_vec3").c_str(), "", fboSpec, (OutputVec() << FragmentOutput(glu::TYPE_FLOAT_VEC3, prec, 0)).toVec())); 1178 floatGroup->addChild(new FragmentOutputCase(m_context, (fmtName + "_" + precName + "_vec4").c_str(), "", fboSpec, (OutputVec() << FragmentOutput(glu::TYPE_FLOAT_VEC4, prec, 0)).toVec())); 1188 string fmtName = getFormatName(format); 1198 fixedGroup->addChild(new FragmentOutputCase(m_context, (fmtName + "_" + precName + "_float").c_str(), "", fboSpec, (OutputVec() << FragmentOutput(glu::TYPE_FLOAT, prec, 0)).toVec())); 1199 fixedGroup->addChild(new FragmentOutputCase(m_context, (fmtName + "_" + precName + "_vec2").c_str(), "", fboSpec, (OutputVec() << FragmentOutput(glu::TYPE_FLOAT_VEC2, prec, 0)).toVec())); 1200 fixedGroup->addChild(new FragmentOutputCase(m_context, (fmtName + "_" + precName + "_vec3").c_str(), "", fboSpec, (OutputVec() << FragmentOutput(glu::TYPE_FLOAT_VEC3, prec, 0)).toVec())); 1201 fixedGroup->addChild(new FragmentOutputCase(m_context, (fmtName [all...] |
H A 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(), "", format, tex2DWidth, tex2DHeight)); in init() 3598 basicTexImageGroup->addChild(new BasicTexImageCubeCase (m_context, (string(fmtName) + "_cube").c_str(), "", format, texCubeSize)); in init() 3742 const string fmtName = colorFormats[formatNdx].name; in init() local 3748 pboGroup->addChild(new TexImage2DBufferCase (m_context, (fmtName + "_2d").c_str(), "", format, tex2DWidth, tex2DHeight, 0, 0, 0, 4, 0)); in init() 3749 pboGroup->addChild(new TexImageCubeBufferCase (m_context, (fmtName + "_cube").c_str(), "", format, texCubeSize, 0, 0, 0, 4, 0)); in init() 3808 const char* fmtName = colorFormats[formatNdx].name; in init() local 3814 basicTexSubImageGroup->addChild(new BasicTexSubImage2DCase (m_context, (string(fmtName) + "_2d").c_str(), "", format, tex2DWidth, tex2DHeight)); in init() 3815 basicTexSubImageGroup->addChild(new BasicTexSubImageCubeCase (m_context, (string(fmtName) + "_cube").c_str(), "", format, texCubeSize)); in init() 3825 const char* fmtName in init() local 4083 const char* fmtName = colorFormats[formatNdx].name; init() local 4180 const string fmtName = colorFormats[formatNdx].name; init() local 4255 const char* fmtName = colorFormats[formatNdx].name; init() local 4470 const char* fmtName = colorFormats[formatNdx].name; init() local 4485 const char* fmtName = depthStencilFormats[formatNdx].name; init() local 4567 const char* fmtName = colorFormats[formatNdx].name; init() local 4585 const char* fmtName = depthStencilFormats[formatNdx].name; init() local [all...] |
H A D | es3fFramebufferBlitTests.cpp | 1082 string fmtName; 1088 fmtName += getFormatName(depthFormat); 1102 fmtName += "_"; 1103 fmtName += getFormatName(stencilFormat); 1112 depthStencilGroup->addChild(new BlitDepthStencilCase(m_context, (fmtName + "_basic").c_str(), "", depthFormat, stencilFormat, buffers, IVec2(128, 128), IVec4(0, 0, 128, 128), buffers, IVec2(128, 128), IVec4(0, 0, 128, 128), buffers)); 1113 depthStencilGroup->addChild(new BlitDepthStencilCase(m_context, (fmtName + "_scale").c_str(), "", depthFormat, stencilFormat, buffers, IVec2(127, 119), IVec4(10, 30, 100, 70), buffers, IVec2(111, 130), IVec4(20, 5, 80, 130), buffers)); 1117 depthStencilGroup->addChild(new BlitDepthStencilCase(m_context, (fmtName + "_depth_only").c_str(), "", depthFormat, stencilFormat, buffers, IVec2(128, 128), IVec4(0, 0, 128, 128), buffers, IVec2(128, 128), IVec4(0, 0, 128, 128), GL_DEPTH_BUFFER_BIT)); 1118 depthStencilGroup->addChild(new BlitDepthStencilCase(m_context, (fmtName + "_stencil_only").c_str(), "", depthFormat, stencilFormat, buffers, IVec2(128, 128), IVec4(0, 0, 128, 128), buffers, IVec2(128, 128), IVec4(0, 0, 128, 128), GL_STENCIL_BUFFER_BIT));
|
H A 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_height in init()
|
H A D | es3fFboColorbufferTests.cpp | 1139 string fmtName = getFormatName(format); in init() local 1146 blendGroup->addChild(new FboBlendCase(m_context, (fmtName + "_src_over").c_str(), "", format, IVec2(127, 111), GL_FUNC_ADD, GL_FUNC_ADD, GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA, GL_ZERO, GL_ONE)); in init()
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
H A 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_height in init()
|
H A 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(), "", format, dataType, MIPMAPS, tex2DWidth, tex2DHeight)); in init() 1617 basicTexImageGroup->addChild(new BasicTexImageCubeCase (m_context, (string(fmtName) + "_cube").c_str(), "", format, dataType, MIPMAPS, texCubeSize, texCubeSize)); in init() 1696 const char* fmtName = texFormats[formatNdx].name; in init() local 1703 basicTexSubImageGroup->addChild(new BasicTexSubImage2DCase (m_context, (string(fmtName) + "_2d").c_str(), "", format, dataType, MIPMAPS, tex2DWidth, tex2DHeight)); in init() 1704 basicTexSubImageGroup->addChild(new BasicTexSubImageCubeCase (m_context, (string(fmtName) + "_cube").c_str(), "", format, dataType, MIPMAPS, texCubeSize, texCubeSize)); in init() 1714 const char* fmtName = texFormats[formatNdx].name; in init() local 1721 texSubImageEmptyTexGroup->addChild(new TexSubImage2DEmptyTexCase (m_context, (string(fmtName) + "_2d").c_str(), "", format, dataType, MIPMAPS, tex2DWidth, tex2DHeight)); in init() 1722 texSubImageEmptyTexGroup->addChild(new TexSubImageCubeEmptyTexCase (m_context, (string(fmtName) + "_cube").c_str(), "", format, dataType, MIPMAPS, texCubeSize, texCubeSize)); in init()
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fTextureSpecificationTests.cpp | 854 const char* fmtName = colorFormats[formatNdx].name; in init() local 859 basicTexImageGroup->addChild(new BasicTexImageCubeArrayCase (m_context, (string(fmtName) + "_cube_array").c_str(), "", format, texCubeArraySize, texCubeArrayLayers)); in init() 895 const string fmtName = colorFormats[formatNdx].name; in init() local 900 pboGroup->addChild(new TexImageCubeArrayBufferCase (m_context, (fmtName + "_cube_array").c_str(), "", format, texCubeArraySize, texCubeDepth, 0, 0, 0, 0, 0, 4, 0)); in init() 1050 const char* fmtName = colorFormats[formatNdx].name; in init() local 1056 formatGroup->addChild(new BasicTexStorageCubeArrayCase (m_context, (string(fmtName) + "_cube_array").c_str(), "", internalFormat, texCubeArraySize, texCubeArrayLayers, texCubeArrayLevels)); in init() 1062 const char* fmtName = depthStencilFormats[formatNdx].name; in init() local 1068 formatGroup->addChild(new BasicTexStorageCubeArrayCase (m_context, (string(fmtName) + "_cube_array").c_str(), "", internalFormat, texCubeArraySize, texCubeArrayLayers, texCubeArrayLevels)); in init()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/ |
H A 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()
|
H A 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/vulkan/api/ |
H A D | vktApiBufferViewAccessTests.cpp | 1350 const std::string fmtName = de::toLower(std::string(getFormatName(testFormats[formatIdx])).substr(skip)); in createBufferViewAccessTests() local 1352 de::MovePtr<tcu::TestCaseGroup> formatGroup (new tcu::TestCaseGroup(testCtx, fmtName.c_str(), "")); in createBufferViewAccessTests() 1372 usageGroup->addChild(new BufferViewAllFormatsTestCase(testCtx, fmtName.c_str(), info)); in createBufferViewAccessTests() 1396 const std::string fmtName = de::toLower(std::string(getFormatName(testFormats[formatIdx])).substr(skip)); in createBufferViewAccessTests() local 1398 de::MovePtr<tcu::TestCaseGroup> formatGroup(new tcu::TestCaseGroup(testCtx, fmtName.c_str(), "")); in createBufferViewAccessTests() 1418 usageGroup->addChild(new BufferViewAllFormatsTestCase(testCtx, fmtName.c_str(), info)); in createBufferViewAccessTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/ |
H A D | vktImageTransfer.cpp | 466 const auto fmtName = std::string(getFormatName(format)); in createTransferQueueImageTests() local 467 const auto name = de::toLower(fmtName.substr(prefixLen)); // Remove VK_FORMAT_ prefix. in createTransferQueueImageTests()
|
H A D | vktImageSubresourceLayoutTests.cpp | 977 const auto fmtName = std::string(getFormatName(format)); in createImageSubresourceLayoutTests() local 978 const auto name = de::toLower(fmtName.substr(prefixLen)); // Remove VK_FORMAT_ prefix. in createImageSubresourceLayoutTests()
|
/third_party/vk-gl-cts/external/openglcts/modules/gles2/ |
H A 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, 64, 8)); in init() 2121 const char* fmtName = filterableFormatsByType[formatNdx].name; in init() local 2124 framebufferTextureGroup->addChild(new FramebufferTexture3DCase(m_context, fmtName, "", format, type, 64, 64, 3)); in init()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
H A D | vktApiBufferViewAccessTests.cpp | 1295 const std::string fmtName = de::toLower(std::string(getFormatName(testFormats[formatIdx])).substr(skip)); 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(), info)); in createBufferViewAccessTests()
|