Searched refs:findScalarConstant (Results 1 – 2 of 2) sorted by relevance
/third_party/glslang/SPIRV/ |
D | SpvBuilder.cpp | 803 Id Builder::findScalarConstant(Op typeClass, Op opcode, Id typeId, unsigned value) in findScalarConstant() function in spv::Builder 818 Id Builder::findScalarConstant(Op typeClass, Op opcode, Id typeId, unsigned v1, unsigned v2) in findScalarConstant() function in spv::Builder 908 Id existing = findScalarConstant(OpTypeInt, opcode, typeId, value); in makeIntConstant() 932 Id existing = findScalarConstant(OpTypeInt, opcode, typeId, op1, op2); in makeInt64Constant() 958 Id existing = findScalarConstant(OpTypeFloat, opcode, typeId, value); in makeFloatConstant() 989 Id existing = findScalarConstant(OpTypeFloat, opcode, typeId, op1, op2); in makeDoubleConstant() 1023 Id existing = findScalarConstant(OpTypeFloat, opcode, typeId, value); in makeFloat16Constant()
|
D | SpvBuilder.h | 777 Id findScalarConstant(Op typeClass, Op opcode, Id typeId, unsigned value); 778 Id findScalarConstant(Op typeClass, Op opcode, Id typeId, unsigned v1, unsigned v2);
|