Home
last modified time | relevance | path

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

/third_party/glslang/SPIRV/
H A DSpvBuilder.h324 Id scalarTypeId = getScalarTypeId(typeId); in getScalarTypeWidth() local
325 assert(getTypeClass(scalarTypeId) == OpTypeInt || getTypeClass(scalarTypeId) == OpTypeFloat); in getScalarTypeWidth()
326 return module.getInstruction(scalarTypeId)->getImmediateOperand(0); in getScalarTypeWidth()
H A DSpvBuilder.cpp3270 Id scalarTypeId = getScalarTypeId(resultTypeId); in createConstructor() local
3291 latchResult(createRvalueSwizzle(precision, scalarTypeId, sourceArg, swiz)); in createConstructor()
3312 latchResult(createCompositeExtract(sourceArg, scalarTypeId, indexes)); in createConstructor()

Completed in 11 milliseconds