Searched refs:spec3 (Results 1 – 1 of 1) sorted by relevance
2149 ComputeShaderSpec spec3; in createOpCopyMemoryGroup() local2158 spec3.assembly = in createOpCopyMemoryGroup()2190 spec3.inputs.push_back(BufferSp(new Float32Buffer(inputFloats3))); in createOpCopyMemoryGroup()2191 spec3.outputs.push_back(BufferSp(new Float32Buffer(outputFloats3))); in createOpCopyMemoryGroup()2192 spec3.numWorkGroups = IVec3(1, 1, 1); in createOpCopyMemoryGroup()2194 …ild(new SpvAsmComputeShaderCase(testCtx, "struct", "OpCopyMemory elements of struct type", spec3)); in createOpCopyMemoryGroup()3523 ComputeShaderSpec spec3; in createOpPhiGroup() local3670 spec3.assembly = in createOpPhiGroup()3710 spec3.inputs.push_back(BufferSp(new Float32Buffer(inputFloats))); in createOpPhiGroup()3711 spec3.outputs.push_back(BufferSp(new Float32Buffer(outputFloats3))); in createOpPhiGroup()[all …]