Searched refs:makeSymbol (Results 1 – 3 of 3) sorted by relevance
87 makeSymbol(StringRef name, unsigned addr) { in makeSymbol() function532 f.globalSymbols.push_back(makeSymbol("_foo", 0x00)); in TEST()533 f.globalSymbols.push_back(makeSymbol("_foo2", 0x28)); in TEST()
4596 Symbol makeSymbol (const Variable<T>& variable) in makeSymbol() function in deqp::gls::BuiltinPrecisionTests::PrecisionCase4690 spec.inputs[3] = makeSymbol(*variables.in3); in testStatement()4693 spec.inputs[2] = makeSymbol(*variables.in2); in testStatement()4696 spec.inputs[1] = makeSymbol(*variables.in1); in testStatement()4699 spec.inputs[0] = makeSymbol(*variables.in0); in testStatement()4709 case 2: spec.outputs[1] = makeSymbol(*variables.out1); // Fallthrough in testStatement()4710 case 1: spec.outputs[0] = makeSymbol(*variables.out0); in testStatement()
6416 Symbol makeSymbol (const Variable<T>& variable) in makeSymbol() function in vkt::shaderexecutor::PrecisionCase6449 m_spec.inputs[3] = makeSymbol(*variables.in3); in testStatement()6452 m_spec.inputs[2] = makeSymbol(*variables.in2); in testStatement()6455 m_spec.inputs[1] = makeSymbol(*variables.in1); in testStatement()6458 m_spec.inputs[0] = makeSymbol(*variables.in0); in testStatement()6476 m_spec.outputs[1] = makeSymbol(*variables.out1); in testStatement()6479 m_spec.outputs[0] = makeSymbol(*variables.out0); in testStatement()