Searched refs:specStruct (Results 1 – 1 of 1) sorted by relevance
2903 ComputeShaderSpec specStruct; in createOpPhiVartypeTests() local3242 specStruct.assembly = in createOpPhiVartypeTests()3293 specStruct.inputs.push_back(BufferSp(new Float32Buffer(inputFloats))); in createOpPhiVartypeTests()3294 specStruct.outputs.push_back(BufferSp(new Float32Buffer(outputFloats))); in createOpPhiVartypeTests()3295 specStruct.numWorkGroups = IVec3(numElements, 1, 1); in createOpPhiVartypeTests()3303 …new SpvAsmComputeShaderCase(testCtx, "vartype_struct", "OpPhi with struct variables", specStruct)); in createOpPhiVartypeTests()