Searched refs:fragColorEntry (Results 1 - 1 of 1) sorted by relevance

/external/deqp/framework/randomshaders/
H A DrsgShaderGenerator.cpp127 const ValueEntry* fragColorEntry = findByName(state.getVariableManager(), getFragColorName(state)); local
128 TCU_CHECK(fragColorEntry);
130 Variable* inColorVariable = state.getVariableManager().allocate(fragColorEntry->getVariable()->getType(), Variable::STORAGE_SHADER_IN, "v_color");
132 state.getVariableManager().setValue(inColorVariable, fragColorEntry->getValueRange());
133 createAssignment(shader.getMain().getBody(), fragColorEntry->getVariable(), inColorVariable);

Completed in 124 milliseconds