Lines Matching refs:primary
88 ray primary, sample; in render_one_pixel() local
95 primary = camray(&scene, x, y); in render_one_pixel()
96 primary.intstruct = &local_intersections; in render_one_pixel()
97 primary.flags = RT_RAY_REGULAR; in render_one_pixel()
100 primary.serial = serial; in render_one_pixel()
101 primary.mbox = local_mbox; in render_one_pixel()
102 primary.maxdist = FHUGE; in render_one_pixel()
103 primary.scene = &scene; in render_one_pixel()
104 col = trace(&primary); in render_one_pixel()
106 serial = primary.serial; in render_one_pixel()
112 sample = primary; /* copy the regular primary ray to start with */ in render_one_pixel()