Searched refs:uint64Tests (Results 1 – 1 of 1) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/ |
D | vktSpvAsmTypeTests.cpp | 3825 uint64Tests[ndx]->createTests((name), (spirvOp), \ 3838 uint64Tests[ndx]->createTests((name), (spirvOp), \ 3853 uint64Tests[ndx]->createTests((name), (spirvOp), \ 3866 uint64Tests[ndx]->createTests((name), (spirvOp), \ 3884 uint64Tests[ndx]->createTests(string(name + bitShiftTestPostfix[widthNdx]).c_str(), (spirvOp), \ 3923 de::MovePtr<SpvAsmTypeUint64Tests> uint64Tests[4]; in createTypeTests() local 3940 …uint64Tests[ndx] = de::MovePtr<SpvAsmTypeUint64Tests>(new SpvAsmTypeUint64Tests(testCtx, ndx + 1)); in createTypeTests() 4034 uint64Tests[0]->createSwitchTests(); in createTypeTests() 4043 typeScalarTests->addChild(uint64Tests[0].release()); in createTypeTests() 4056 typeVectorTests[ndx]->addChild(uint64Tests[ndx + 1].release()); in createTypeTests()
|