Home
last modified time | relevance | path

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

/dports/graphics/pixie/Pixie/src/ri/
H A Dattributes.cpp466 if ((category == NULL) || (strcmp(category,RI_PHOTON) == 0)) { in find()
479 …else if (strcmp(name,RI_PHOTON) == 0) { type = TYPE_INTEGER; value = NULL; intValue = (flags & A… in find()
H A DribOut.cpp713 } else if (strcmp(name,RI_PHOTON) == 0) {
732 attributeCheckInt(RI_PHOTON,1)
1665 declareVariable(RI_PHOTON, "int");
H A DrendererDeclerations.cpp177 declareVariable(RI_PHOTON, "int"); in initDeclarations()
H A Dri.h201 EXTERN(RtToken) RI_PHOTON;
H A DrendererContext.cpp2642 } else if (strcmp(name,RI_PHOTON) == 0) {
2678 attributeCheckFlag(RI_PHOTON, attributes->flags, ATTRIBUTES_FLAGS_PHOTON_VISIBLE)
H A Dri.cpp246 RtToken RI_PHOTON = "photon"; variable