Home
last modified time | relevance | path

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

/dports/graphics/pixie/Pixie/src/ri/
H A DrendererDeclerations.cpp157 declareVariable(RI_BIAS, "float"); in initDeclarations()
H A Dattributes.cpp454 if (strcmp(name,RI_BIAS) == 0) { type = TYPE_FLOAT; value = &bias; return TRUE;} in find()
H A DribOut.cpp699 attributeCheckFloat(RI_BIAS,1)
1646 declareVariable(RI_BIAS, "float");
H A Dri.h227 EXTERN(RtToken) RI_BIAS;
H A Dri.cpp260 RtToken RI_BIAS = "bias"; variable
H A DrendererContext.cpp2626 attributeCheck(RI_BIAS, attributes->bias, -C_INFINITY,C_INFINITY,float)