Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmTypeTests.cpp3914 de::MovePtr<tcu::TestCaseGroup> typeVectorTests[3]; in createTypeTests() local
3928typeVectorTests[ndx] = de::MovePtr<tcu::TestCaseGroup>(new tcu::TestCaseGroup(testCtx, testName.c_… in createTypeTests()
4049 typeVectorTests[ndx]->addChild(int8Tests[ndx + 1].release()); in createTypeTests()
4050 typeVectorTests[ndx]->addChild(int16Tests[ndx + 1].release()); in createTypeTests()
4051 typeVectorTests[ndx]->addChild(int32Tests[ndx + 1].release()); in createTypeTests()
4052 typeVectorTests[ndx]->addChild(int64Tests[ndx + 1].release()); in createTypeTests()
4053 typeVectorTests[ndx]->addChild(uint8Tests[ndx + 1].release()); in createTypeTests()
4054 typeVectorTests[ndx]->addChild(uint16Tests[ndx + 1].release()); in createTypeTests()
4055 typeVectorTests[ndx]->addChild(uint32Tests[ndx + 1].release()); in createTypeTests()
4056 typeVectorTests[ndx]->addChild(uint64Tests[ndx + 1].release()); in createTypeTests()
[all …]