Home
last modified time | relevance | path

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

/external/deqp/modules/glshared/
DglsBuiltinPrecisionTests.cpp4446 Symbol makeSymbol (const Variable<T>& variable) in makeSymbol() function in deqp::gls::BuiltinPrecisionTests::PrecisionCase
4530 case 4: spec.inputs[3] = makeSymbol(*variables.in3); in testStatement()
4531 case 3: spec.inputs[2] = makeSymbol(*variables.in2); in testStatement()
4532 case 2: spec.inputs[1] = makeSymbol(*variables.in1); in testStatement()
4533 case 1: spec.inputs[0] = makeSymbol(*variables.in0); in testStatement()
4541 case 2: spec.outputs[1] = makeSymbol(*variables.out1); in testStatement()
4542 case 1: spec.outputs[0] = makeSymbol(*variables.out0); in testStatement()
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderBuiltinPrecisionTests.cpp4615 Symbol makeSymbol (const Variable<T>& variable) in makeSymbol() function in vkt::shaderexecutor::PrecisionCase
4646 case 4: m_spec.inputs[3] = makeSymbol(*variables.in3); in testStatement()
4647 case 3: m_spec.inputs[2] = makeSymbol(*variables.in2); in testStatement()
4648 case 2: m_spec.inputs[1] = makeSymbol(*variables.in1); in testStatement()
4649 case 1: m_spec.inputs[0] = makeSymbol(*variables.in0); in testStatement()
4657 case 2: m_spec.outputs[1] = makeSymbol(*variables.out1); in testStatement()
4658 case 1: m_spec.outputs[0] = makeSymbol(*variables.out0); in testStatement()