Home
last modified time | relevance | path

Searched refs:m_outgoing (Results 1 – 25 of 66) sorted by relevance

123

/dports/graphics/appleseed/appleseed-2.1.0-beta/src/appleseed/renderer/modeling/bsdf/
H A Dbsdfsample.cpp49 if (m_outgoing.has_derivatives()) in compute_reflected_differentials()
60 const float dot_on = dot(m_outgoing.get_value(), n); in compute_reflected_differentials()
63 -m_outgoing.get_dx() + 2.0f * Vector3f(dot_on * dndx + ddndx * n), in compute_reflected_differentials()
64 -m_outgoing.get_dy() + 2.0f * Vector3f(dot_on * dndy + ddndy * n)); in compute_reflected_differentials()
73 if (m_outgoing.has_derivatives()) in compute_transmitted_differentials()
80 const float dot_on = dot(-m_outgoing.get_value(), n); in compute_transmitted_differentials()
89 eta * m_outgoing.get_dx() - Vector3f(mu * dndx + dmudx * n), in compute_transmitted_differentials()
90 eta * m_outgoing.get_dy() - Vector3f(mu * dndy + dmudy * n)); in compute_transmitted_differentials()
118 ddndx = dot(m_outgoing.get_dx(), n) + dot(m_outgoing.get_value(), dndx); in compute_normal_derivatives()
119 ddndy = dot(m_outgoing.get_dy(), n) + dot(m_outgoing.get_value(), dndy); in compute_normal_derivatives()
H A Dspecularbtdf.cpp123 assert(is_normalized(sample.m_outgoing.get_value())); in sample()
131 const float cos_theta_i = dot(sample.m_outgoing.get_value(), shading_normal); in sample()
142 incoming = reflect(sample.m_outgoing.get_value(), shading_normal); in sample()
165 incoming = reflect(sample.m_outgoing.get_value(), shading_normal); in sample()
176 … ? (eta * cos_theta_i - cos_theta_t) * shading_normal - eta * sample.m_outgoing.get_value() in sample()
177 … : (eta * cos_theta_i + cos_theta_t) * shading_normal - eta * sample.m_outgoing.get_value(); in sample()
H A Dbsdfsample.h59 …foundation::Dual3f m_outgoing; // world space outgoing direction, unit-le… variable
105 , m_outgoing(outgoing) in BSDFSample()
H A Dbsdfwrapper.h125 assert(foundation::is_normalized(sample.m_outgoing.get_value())); in sample()
171 …const float cos_on = std::abs(foundation::dot(sample.m_outgoing.get_value(), sample.m_shading_basi… in sample()
173 …const float cos_og = std::abs(foundation::dot(sample.m_outgoing.get_value(), sample.m_geometric_no… in sample()
H A Dashikhminbrdf.cpp152 h = normalize(incoming + sample.m_outgoing.get_value()); in sample()
199 const Vector3f& outgoing = sample.m_outgoing.get_value(); in sample()
208 const float cos_on = abs(dot(sample.m_outgoing.get_value(), shading_normal)); in sample()
209 const float cos_oh = min(abs(dot(sample.m_outgoing.get_value(), h)), 1.0f); in sample()
H A Dspecularhelper.h53 const foundation::Vector3f& outgoing = sample.m_outgoing.get_value(); in sample()
H A Dspecularbrdf.cpp98 const float cos_on = dot(sample.m_outgoing.get_value(), shading_normal); in sample()
/dports/finance/quickfix/quickfix-1.15.1/src/C++/
H A DLog.h62 : m_incoming( incoming ), m_outgoing( outgoing ), m_event( event ), m_useSettings( false ) {} in ScreenLogFactory()
72 bool m_outgoing; variable
120 m_incoming( incoming ), m_outgoing( outgoing ), m_event( event ) {} in ScreenLog()
125 m_incoming( incoming ), m_outgoing( outgoing ), m_event( event ) {} in ScreenLog()
143 if ( !m_outgoing ) return ; in onOutgoing()
167 bool m_outgoing; variable
H A DLog.cpp68 outgoing = m_outgoing; in init()
/dports/x11-toolkits/qt5-quick3d/kde-qtquick3d-5.15.2p19/src/runtimerender/
H A Dqssgrendershadercodegeneratorv2.cpp46 TStrTableStrMap *m_outgoing; member
59 : m_outgoing(nullptr), m_stage(inStage) in QSSGStageGeneratorBase()
66 m_outgoing = nullptr; in begin()
83 if (m_outgoing == nullptr) { in addOutgoing()
87 m_outgoing->insert(name, type); in addOutgoing()
136 if (m_outgoing) in addShaderOutgoingMap()
137 addShaderItemMap("varying", *m_outgoing); in addShaderOutgoingMap()
223 if (m_outgoing) in addShaderOutgoingMap()
224 addShaderItemMap("varying", *m_outgoing, "[]"); in addShaderOutgoingMap()
253 if (m_outgoing) in addShaderOutgoingMap()
[all …]
/dports/graphics/appleseed/appleseed-2.1.0-beta/src/appleseed/foundation/meta/benchmarks/
H A Dbenchmark_microfacet.cpp45 Vector3f m_outgoing; // view direction, unit-length in BENCHMARK_SUITE() member
50 : m_outgoing(normalize(Vector3f(0.1f, 0.2f, 0.3f))) in BENCHMARK_SUITE()
64 m_outgoing, in BENCHMARK_SUITE()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dgimple-range-gori.cc454 m_outgoing.create (0); in gori_map()
466 m_outgoing.release (); in ~gori_map()
474 if (bb->index >= (signed int)m_outgoing.length () || !m_outgoing[bb->index]) in exports()
476 return m_outgoing[bb->index]; in exports()
484 if (bb->index >= (signed int)m_outgoing.length () || !m_outgoing[bb->index]) in imports()
527 add_def_chain_to_bitmap (m_outgoing[bb->index], name); in maybe_add_gori()
549 if (bb->index >= (signed int)m_outgoing.length ()) in calculate_gori()
554 gcc_checking_assert (m_outgoing[bb->index] == NULL); in calculate_gori()
555 m_outgoing[bb->index] = BITMAP_ALLOC (&m_bitmaps); in calculate_gori()
582 bitmap_ior_into (m_maybe_variant, m_outgoing[bb->index]); in calculate_gori()
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dgimple-range-gori.cc293 m_outgoing.create (0); in gori_map()
304 m_outgoing.release (); in ~gori_map()
312 if (!m_outgoing[bb->index]) in exports()
314 return m_outgoing[bb->index]; in exports()
362 bitmap_copy (m_outgoing[bb->index], r); in maybe_add_gori()
375 if (bb->index >= (signed int)m_outgoing.length ()) in calculate_gori()
377 gcc_checking_assert (m_outgoing[bb->index] == NULL); in calculate_gori()
378 m_outgoing[bb->index] = BITMAP_ALLOC (&m_bitmaps); in calculate_gori()
401 bitmap_ior_into (m_maybe_variant, m_outgoing[bb->index]); in calculate_gori()
417 if (!m_outgoing[bb->index]) in dump()
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dgimple-range-gori.cc293 m_outgoing.create (0); in gori_map()
304 m_outgoing.release (); in ~gori_map()
312 if (!m_outgoing[bb->index]) in exports()
314 return m_outgoing[bb->index]; in exports()
362 bitmap_copy (m_outgoing[bb->index], r); in maybe_add_gori()
375 if (bb->index >= (signed int)m_outgoing.length ()) in calculate_gori()
377 gcc_checking_assert (m_outgoing[bb->index] == NULL); in calculate_gori()
378 m_outgoing[bb->index] = BITMAP_ALLOC (&m_bitmaps); in calculate_gori()
401 bitmap_ior_into (m_maybe_variant, m_outgoing[bb->index]); in calculate_gori()
417 if (!m_outgoing[bb->index]) in dump()
[all …]
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dgimple-range-gori.cc293 m_outgoing.create (0); in gori_map()
304 m_outgoing.release (); in ~gori_map()
312 if (!m_outgoing[bb->index]) in exports()
314 return m_outgoing[bb->index]; in exports()
362 bitmap_copy (m_outgoing[bb->index], r); in maybe_add_gori()
375 if (bb->index >= (signed int)m_outgoing.length ()) in calculate_gori()
377 gcc_checking_assert (m_outgoing[bb->index] == NULL); in calculate_gori()
378 m_outgoing[bb->index] = BITMAP_ALLOC (&m_bitmaps); in calculate_gori()
401 bitmap_ior_into (m_maybe_variant, m_outgoing[bb->index]); in calculate_gori()
417 if (!m_outgoing[bb->index]) in dump()
[all …]
/dports/net/yate/yate-6.4.0-1/libs/ysip/
H A Dtransaction.cpp32 : m_outgoing(outgoing), m_invite(false), m_transmit(false), m_state(Invalid), in SIPTransaction()
56 if (!m_outgoing && m_firstMessage->getParty()) { in SIPTransaction()
84 : m_outgoing(true), m_invite(original.m_invite), m_transmit(false), m_state(Process), in SIPTransaction()
130 : m_outgoing(true), m_invite(original.m_invite), m_transmit(false), m_state(Process), in SIPTransaction()
348 if (m_outgoing) { in setResponse()
379 if (m_outgoing) in setResponse()
392 if (m_outgoing) { in setResponse()
411 if (!(m_outgoing && m_lastMessage && m_lastMessage->isAnswer() in setAcknowledge()
434 if (m_outgoing) { in requestAuth()
H A Dyatesip.h280 { return m_outgoing; } in isOutgoing()
548 bool m_outgoing; variable
885 { return m_outgoing; } in isOutgoing()
892 { return !m_outgoing; } in isIncoming()
1186 bool m_outgoing; variable
H A Dmessage.cpp38 m_outgoing(original.isOutgoing()), m_ack(original.isACK()), in SIPMessage()
69 m_answer(false), m_outgoing(true), m_ack(false), m_cseq(-1), m_flags(-1), in SIPMessage()
78 m_answer(false), m_outgoing(false), m_ack(false), m_cseq(-1), m_flags(-1), in SIPMessage()
97 m_answer(true), m_outgoing(true), m_ack(false), m_cseq(-1), m_flags(-1), in SIPMessage()
128 m_answer(false), m_outgoing(true), m_ack(true), m_cseq(-1), m_flags(-1), in SIPMessage()
/dports/graphics/appleseed/appleseed-2.1.0-beta/src/appleseed/renderer/kernel/lighting/sppm/
H A Dsppmlightingengine.cpp288 -Vector3f(vertex.m_outgoing.get_value()), in on_miss()
381 vertex.m_outgoing, in add_direct_lighting_contribution()
484 if (dot(vertex.m_outgoing, Vector3d(photon.m_geometric_normal)) <= 0.0) in accumulate_mono_photons()
506 Vector3f(vertex.m_outgoing.get_value()), // toward the camera in accumulate_mono_photons()
556 if (dot(vertex.m_outgoing, Vector3d(photon.m_geometric_normal)) <= 0.0) in accumulate_poly_photons()
578 Vector3f(vertex.m_outgoing.get_value()), // toward the camera in accumulate_poly_photons()
/dports/net-p2p/py-libtorrent-rasterbar/libtorrent-1.2.13/simulation/
H A Dtest_timeout.cpp132 auto it = m_outgoing.find(ip); in outgoing_route()
133 if (it != m_outgoing.end()) return sim::route().append(it->second); in outgoing_route()
134 it = m_outgoing.insert(it, std::make_pair(ip, std::make_shared<queue>( in outgoing_route()
H A Dsetup_swarm.cpp99 auto it = m_outgoing.find(ip); in outgoing_route()
100 if (it != m_outgoing.end()) return sim::route().append(it->second); in outgoing_route()
101 it = m_outgoing.insert(it, std::make_pair(ip, std::make_shared<queue>( in outgoing_route()
/dports/graphics/appleseed/appleseed-2.1.0-beta/src/appleseed/renderer/kernel/lighting/
H A Dpathvertex.cpp63 Vector3f(m_outgoing.get_value()), in compute_emitted_radiance()
H A Dpathtracer.h300 vertex.m_outgoing = in trace()
478 … vertex.m_cos_on = foundation::dot(vertex.m_outgoing.get_value(), vertex.get_shading_normal()); in trace()
506 foundation::Dual3f(vertex.m_outgoing)); in trace()
519 foundation::Vector3f(vertex.m_outgoing.get_value()), in trace()
560 foundation::dot(vertex.m_outgoing.get_value(), geometric_normal) * in trace()
H A Dpathvertex.h78 foundation::Dual3d m_outgoing; variable
/dports/graphics/appleseed/appleseed-2.1.0-beta/src/appleseed/renderer/kernel/lighting/pt/
H A Dptlightingengine.cpp457 -Vector3f(vertex.m_outgoing.get_value()), in on_miss()
563 -Vector3f(vertex.m_outgoing.get_value()), in on_miss()
685 vertex.m_outgoing, in on_scatter()
701 vertex.m_outgoing, in on_scatter()

123