Home
last modified time | relevance | path

Searched refs:scalarTypeId (Results 1 – 2 of 2) sorted by relevance

/external/deqp-deps/glslang/SPIRV/
DSpvBuilder.h211 Id scalarTypeId = getScalarTypeId(typeId); in getScalarTypeWidth() local
212 … assert(getTypeClass(scalarTypeId) == OpTypeInt || getTypeClass(scalarTypeId) == OpTypeFloat); in getScalarTypeWidth()
213 return module.getInstruction(scalarTypeId)->getImmediateOperand(0); in getScalarTypeWidth()
DSpvBuilder.cpp2155 Id scalarTypeId = getScalarTypeId(resultTypeId); in createConstructor() local
2176 latchResult(createRvalueSwizzle(precision, scalarTypeId, sourceArg, swiz)); in createConstructor()
2197 latchResult(createCompositeExtract(sourceArg, scalarTypeId, indexes)); in createConstructor()