Home
last modified time | relevance | path

Searched refs:caseDesc (Results 1 – 11 of 11) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/compute/
DvktComputeIndirectComputeDispatchTests.cpp370 const DispatchCaseDesc& caseDesc,
390 const DispatchCaseDesc& caseDesc, in IndirectDispatchCaseBufferUpload() argument
392 : vkt::TestCase (testCtx, caseDesc.m_name, caseDesc.m_description) in IndirectDispatchCaseBufferUpload()
393 , m_bufferSize (caseDesc.m_bufferSize) in IndirectDispatchCaseBufferUpload()
394 , m_workGroupSize (caseDesc.m_workGroupSize) in IndirectDispatchCaseBufferUpload()
395 , m_dispatchCommands (caseDesc.m_dispatchCommands) in IndirectDispatchCaseBufferUpload()
515 const DispatchCaseDesc& caseDesc, in IndirectDispatchCaseBufferGenerate() argument
517 : IndirectDispatchCaseBufferUpload(testCtx, caseDesc, glslVersion) {} in IndirectDispatchCaseBufferGenerate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineVertexInputTests.cpp1730 std::ostringstream caseDesc; in getAttributeInfoDescription() local
1732caseDesc << std::string(VertexInputTest::s_glslTypeDescriptions[attributeInfo.glslType].name) << "… in getAttributeInfoDescription()
1735 caseDesc << "vertex input rate "; in getAttributeInfoDescription()
1737 caseDesc << "instance input rate "; in getAttributeInfoDescription()
1739 return caseDesc.str(); in getAttributeInfoDescription()
1744 std::ostringstream caseDesc; in getAttributeInfosDescription() local
1746 caseDesc << "Uses vertex attributes:\n"; in getAttributeInfosDescription()
1749 caseDesc << "\t- " << getAttributeInfoDescription (attributeInfos[attributeNdx]) << "\n"; in getAttributeInfosDescription()
1751 return caseDesc.str(); in getAttributeInfosDescription()
1923 const std::string caseDesc = getAttributeInfosDescription(newAttributeInfos); in createMultipleAttributeCases() local
[all …]
DvktPipelineStencilTests.cpp1011 …const std::string caseDesc = getStencilStateSetDescription(stencilStateFront, stencilStateBack); in createStencilTests() local
1013 …dFailOpTest->addChild(new StencilTest(testCtx, caseName, caseDesc, stencilFormat, stencilStateFron… in createStencilTests()
DvktPipelineExtendedDynamicStateTests.cpp3014 std::string caseDesc = "Dynamically enable the depth bias"; in createExtendedDynamicStateTests() local
3019 caseDesc += " and set the bias params dynamically"; in createExtendedDynamicStateTests()
3022 orderingGroup->addChild(new ExtendedDynamicStateTest(testCtx, caseName, caseDesc, config)); in createExtendedDynamicStateTests()
3052 std::string caseDesc = "Dynamically disable the depth bias"; in createExtendedDynamicStateTests() local
3057 caseDesc += " and set the bias params dynamically"; in createExtendedDynamicStateTests()
3060 orderingGroup->addChild(new ExtendedDynamicStateTest(testCtx, caseName, caseDesc, config)); in createExtendedDynamicStateTests()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
DvktTextureSwizzleTests.cpp476 const string caseDesc = formatStr + ", TEXTURETYPE_2D"; in populateTextureSwizzleTests() local
493 …d(new SwizzleTestCase<Swizzle2DTestInstance>(testCtx, caseName.c_str(), caseDesc.c_str(), testPara… in populateTextureSwizzleTests()
503 const string caseDesc = formatStr + ", TEXTURETYPE_2D"; in populateTextureSwizzleTests() local
522 …d(new SwizzleTestCase<Swizzle2DTestInstance>(testCtx, caseName.c_str(), caseDesc.c_str(), testPara… in populateTextureSwizzleTests()
/third_party/vk-gl-cts/modules/gles2/functional/
Des2fShaderApiTests.cpp867 const std::string caseDesc = "Build program, " + desc + ", for " + shaderTypeName + " shader."; in addProgramStateCase() local
869 group->addChild(new T(context, caseName.c_str(), caseDesc.c_str(), shaderType)); in addProgramStateCase()
1061 …const std::string caseDesc = std::string("Replace source code of ") + ((shaderType == glu::SHADER… in init() local
1063 …shaderSourceGroup->addChild(new ShaderSourceReplaceCase(m_context, caseName.c_str(), caseDesc.c_st… in init()
1084 …const std::string caseDesc = std::string((shaderType == glu::SHADERTYPE_FRAGMENT) ? "Fragment" :… in init() local
1091 …shaderSourceGroup->addChild(new ShaderSourceSplitCase(m_context, caseName.c_str(), caseDesc.c_str(… in init()
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fShaderApiTests.cpp927 const std::string caseDesc = "Build program, " + desc + ", for " + shaderTypeName + " shader."; in addProgramStateCase() local
929 group->addChild(new T(context, caseName.c_str(), caseDesc.c_str(), shaderType)); in addProgramStateCase()
1492 const std::string caseDesc = "Build program, " + desc + ", for " + shaderTypeName + " shader."; in addProgramBinaryPersistenceCase() local
1494 group->addChild(new T(context, caseName.c_str(), caseDesc.c_str(), shaderType)); in addProgramBinaryPersistenceCase()
1687 …const std::string caseDesc = std::string("Replace source code of ") + shaderTypeName + " shader.… in init() local
1689 …shaderSourceGroup->addChild(new ShaderSourceReplaceCase(m_context, caseName.c_str(), caseDesc.c_st… in init()
1710 …const std::string caseDesc = std::string((shaderType == glu::SHADERTYPE_FRAGMENT) ? "Fragment" :… in init() local
1717 …shaderSourceGroup->addChild(new ShaderSourceSplitCase(m_context, caseName.c_str(), caseDesc.c_str(… in init()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiBufferTests.cpp643 …const std::string caseDesc = "vkCreateBuffer test: " + allocStr + de::toString(bufferUsageFlags)… in createBufferUsageCases() local
648 …newTestGroup->addChild(new BuffersTestCase(testCtx, caseName.c_str(), caseDesc.c_str(), testParams… in createBufferUsageCases()
651 …Child(new DedicatedAllocationBuffersTestCase(testCtx, caseName.c_str(), caseDesc.c_str(), testPara… in createBufferUsageCases()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/rasterization/
DvktRasterizationProvokingVertexTests.cpp973 const std::string caseDesc = getPrimitiveTopologyName(topology.type); in createTests() local
985 provokingGroup->addChild(new ProvokingVertexTestCase(testCtx, caseName, caseDesc, params)); in createTests()
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fShaderImageLoadStoreTests.cpp3368 const string caseDesc = string(useEarlyTests ? "Specify" : "Don't specify") in init() local
3374 …earlyTestsGroup->addChild(new EarlyFragmentTestsCase(m_context, caseName.c_str(), caseDesc.c_str()… in init()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmInstructionTests.cpp18890 const string caseDesc ("Compare output of " + test.desc); in createFloat32ComparisonComputeSet() local
18895 caseDesc.c_str(), in createFloat32ComparisonComputeSet()
18935 const string caseDesc ("Compare output of " + test.desc); in createFloat32ComparisonGraphicsSet() local
18940 caseDesc.c_str(), in createFloat32ComparisonGraphicsSet()