Home
last modified time | relevance | path

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

/oneTBB/examples/parallel_for/tachyon/src/
H A Dtypes.hpp131 flt opacity; /* opacity per unit length */ member
147 flt opacity; /* how opaque the object is */ member
H A Dvol.cpp99 vol->opacity = tex->opacity; in newscalarvol()
120 tx->opacity = 1.0; in newscalarvol()
252 tt = (vol->opacity / tdist); in scalar_volume_texture()
H A Dextvol.cpp99 xvol->opacity = tex->opacity; in newextvol()
119 xvol->tex->opacity = 1.0; in newextvol()
245 tt = (xvol->opacity / tdist); in ext_volume_texture()
H A Dextvol.hpp62 flt opacity; member
H A Dapi.cpp285 tex->opacity = apitex->opacity; in apitextotex()
324 li->tex->opacity = 1.0; in rt_light()
H A Dshade.cpp172 if (obj->tex->opacity < 1.0) { in shader()
174 transcol = shade_transmission(incident, &hit, 1.0 - obj->tex->opacity); in shader()
H A Dapi.hpp76 apiflt opacity; /* how opaque the object is */ member
H A Dparse.cpp104 apitex.opacity = 1.0; in reset_tex_table()
440 tex.opacity = d; in GetTexBody()