Searched refs:uint32Tests (Results 1 – 1 of 1) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/ |
D | vktSpvAsmTypeTests.cpp | 3823 uint32Tests[ndx]->createTests((name), (spirvOp), \ 3836 uint32Tests[ndx]->createTests((name), (spirvOp), \ 3851 uint32Tests[ndx]->createTests((name), (spirvOp), \ 3864 uint32Tests[ndx]->createTests((name), (spirvOp), \ 3882 uint32Tests[ndx]->createTests(string(name + bitShiftTestPostfix[widthNdx]).c_str(), (spirvOp), \ 3899 uint32Tests[ndx]->createTests((name), (spirvOp), \ 3906 uint32Tests[ndx]->createTests(string(name + bitFieldTestPostfix[width]).c_str(), (spirvOp), \ 3922 de::MovePtr<SpvAsmTypeUint32Tests> uint32Tests[4]; in createTypeTests() local 3939 …uint32Tests[ndx] = de::MovePtr<SpvAsmTypeUint32Tests>(new SpvAsmTypeUint32Tests(testCtx, ndx + 1)); in createTypeTests() 4033 uint32Tests[0]->createSwitchTests(); in createTypeTests() [all …]
|