Home
last modified time | relevance | path

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

/external/deqp/framework/randomshaders/
DrsgShaderGenerator.cpp130 …Variable* inColorVariable = state.getVariableManager().allocate(fragColorEntry->getVariable()->get… in genFragmentPassthrough() local
132 state.getVariableManager().setValue(inColorVariable, fragColorEntry->getValueRange()); in genFragmentPassthrough()
133 createAssignment(shader.getMain().getBody(), fragColorEntry->getVariable(), inColorVariable); in genFragmentPassthrough()