Searched refs:findScalarConstant (Results 1 - 2 of 2) sorted by relevance
/third_party/glslang/SPIRV/ |
H A D | SpvBuilder.h | 864 Id findScalarConstant(Op typeClass, Op opcode, Id typeId, unsigned value); 865 Id findScalarConstant(Op typeClass, Op opcode, Id typeId, unsigned v1, unsigned v2);
|
H A D | SpvBuilder.cpp | 1451 Id Builder::findScalarConstant(Op typeClass, Op opcode, Id typeId, unsigned value) in findScalarConstant() function in spv::Builder 1465 // Version of findScalarConstant (see above) for scalars that take two operands (e.g. a 'double' or 'int64'). 1466 Id Builder::findScalarConstant(Op typeClass, Op opcode, Id typeId, unsigned v1, unsigned v2) in findScalarConstant() function in spv::Builder 1591 Id existing = findScalarConstant(OpTypeInt, opcode, typeId, value); in makeIntConstant() 1615 Id existing = findScalarConstant(OpTypeInt, opcode, typeId, op1, op2); in makeInt64Constant() 1641 Id existing = findScalarConstant(OpTypeFloat, opcode, typeId, value); in makeFloatConstant() 1668 Id existing = findScalarConstant(OpTypeFloat, opcode, typeId, op1, op2); in makeDoubleConstant() 1697 Id existing = findScalarConstant(OpTypeFloat, opcode, typeId, value); in makeFloat16Constant()
|
Completed in 9 milliseconds