Searched refs:specInt (Results 1 – 1 of 1) sorted by relevance
2897 ComputeShaderSpec specInt; in createOpPhiVartypeTests() local3151 specInt.assembly = in createOpPhiVartypeTests()3191 specInt.inputs.push_back(BufferSp(new Float32Buffer(inputFloats))); in createOpPhiVartypeTests()3192 specInt.outputs.push_back(BufferSp(new Float32Buffer(outputFloats))); in createOpPhiVartypeTests()3193 specInt.numWorkGroups = IVec3(numElements, 1, 1); in createOpPhiVartypeTests()3297 …addChild(new SpvAsmComputeShaderCase(testCtx, "vartype_int", "OpPhi with int variables", specInt)); in createOpPhiVartypeTests()