Home
last modified time | relevance | path

Searched refs:u_color (Results 126 – 150 of 174) sorted by relevance

1234567

/dports/databases/xtrabackup/boost_1_59_0/boost/graph/
H A Dundirected_dfs.hpp162 ColorValue u_color = get(vertex_color, *ui); in undirected_dfs() local
163 if (u_color == Color::white()) { vis.start_vertex(*ui, g); in undirected_dfs()
H A Ddepth_first_search.hpp232 ColorValue u_color = get(color, u); in depth_first_search() local
233 if (u_color == Color::white()) { vis.start_vertex(u, g); in depth_first_search()
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/boost-1.70.0/include/boost/graph/
H A Dundirected_dfs.hpp162 ColorValue u_color = get(vertex_color, *ui); in undirected_dfs() local
163 if (u_color == Color::white()) { vis.start_vertex(*ui, g); in undirected_dfs()
H A Ddepth_first_search.hpp244 ColorValue u_color = get(color, u); in depth_first_search() local
245 if (u_color == Color::white()) { vis.start_vertex(u, g); in depth_first_search()
/dports/databases/percona57-client/boost_1_59_0/boost/graph/
H A Dundirected_dfs.hpp162 ColorValue u_color = get(vertex_color, *ui); in undirected_dfs() local
163 if (u_color == Color::white()) { vis.start_vertex(*ui, g); in undirected_dfs()
H A Ddepth_first_search.hpp232 ColorValue u_color = get(color, u); in depth_first_search() local
233 if (u_color == Color::white()) { vis.start_vertex(u, g); in depth_first_search()
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/graph/
H A Dundirected_dfs.hpp162 ColorValue u_color = get(vertex_color, *ui); in undirected_dfs() local
163 if (u_color == Color::white()) { vis.start_vertex(*ui, g); in undirected_dfs()
H A Ddepth_first_search.hpp244 ColorValue u_color = get(color, u); in depth_first_search() local
245 if (u_color == Color::white()) { vis.start_vertex(u, g); in depth_first_search()
/dports/devel/boost-libs/boost_1_72_0/boost/graph/
H A Dundirected_dfs.hpp162 ColorValue u_color = get(vertex_color, *ui); in undirected_dfs() local
163 if (u_color == Color::white()) { vis.start_vertex(*ui, g); in undirected_dfs()
/dports/devel/boost-python-libs/boost_1_72_0/boost/graph/
H A Dundirected_dfs.hpp162 ColorValue u_color = get(vertex_color, *ui); in undirected_dfs() local
163 if (u_color == Color::white()) { vis.start_vertex(*ui, g); in undirected_dfs()
/dports/databases/mysqlwsrep57-server/boost_1_59_0/boost/graph/
H A Dundirected_dfs.hpp162 ColorValue u_color = get(vertex_color, *ui); in undirected_dfs() local
163 if (u_color == Color::white()) { vis.start_vertex(*ui, g); in undirected_dfs()
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/graph/
H A Dundirected_dfs.hpp162 ColorValue u_color = get(vertex_color, *ui); in undirected_dfs() local
163 if (u_color == Color::white()) { vis.start_vertex(*ui, g); in undirected_dfs()
/dports/databases/mysql57-client/mysql-5.7.36/boost/boost_1_59_0/boost/graph/
H A Dundirected_dfs.hpp162 ColorValue u_color = get(vertex_color, *ui); in undirected_dfs() local
163 if (u_color == Color::white()) { vis.start_vertex(*ui, g); in undirected_dfs()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/modules/gles2/functional/
H A Des2fStencilTests.cpp77 , u_color (getUniformByName("u_color")) in StencilShader()
100 const tcu::Vec4 color(u_color.value.f4); in shadeFragments()
109 const sglr::UniformSlot& u_color; member in deqp::gles2::Functional::StencilShader
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/modules/gles3/functional/
H A Des3fStencilTests.cpp80 , u_color (getUniformByName("u_color")) in StencilShader()
103 const tcu::Vec4 color(u_color.value.f4); in shadeFragments()
112 const sglr::UniformSlot& u_color; member in deqp::gles3::Functional::StencilShader
/dports/games/frogatto/frogatto-1.3.1/MacOSJet/boost/include/boost/graph/
H A Ddepth_first_search.hpp207 ColorValue u_color = get(color, u); in depth_first_search() local
208 if (u_color == Color::white()) { vis.start_vertex(u, g); in depth_first_search()
/dports/biology/lamarc/lamarc-2.1.8/boost/graph/
H A Ddepth_first_search.hpp206 ColorValue u_color = get(color, *ui); in depth_first_search() local
207 if (u_color == Color::white()) { vis.start_vertex(*ui, g); in depth_first_search()
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/examples/37-gpudrivenrendering/
H A Dgpudrivenrendering.cpp342 u_color = bgfx::createUniform("u_color", bgfx::UniformType::Vec4, 32); in init()
746 bgfx::destroy(u_color); in shutdown()
918 bgfx::setUniform(u_color, &m_materials[0].m_color, m_noofMaterials); in renderMainPass()
1121 bgfx::UniformHandle u_color; member in __anon2edcb9a90111::GPUDrivenRendering
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/examples/37-gpudrivenrendering/
H A Dgpudrivenrendering.cpp342 u_color = bgfx::createUniform("u_color", bgfx::UniformType::Vec4, 32); in init()
746 bgfx::destroy(u_color); in shutdown()
918 bgfx::setUniform(u_color, &m_materials[0].m_color, m_noofMaterials); in renderMainPass()
1121 bgfx::UniformHandle u_color; member in __anond0f961d10111::GPUDrivenRendering
/dports/devel/boost-docs/boost_1_72_0/boost/graph/
H A Ddepth_first_search.hpp245 ColorValue u_color = get(color, u); in depth_first_search() local
246 if (u_color == Color::white()) { vis.start_vertex(u, g); in depth_first_search()
/dports/devel/hyperscan/boost_1_75_0/boost/graph/
H A Ddepth_first_search.hpp293 ColorValue u_color = get(color, u); in depth_first_search() local
294 if (u_color == Color::white()) in depth_first_search()
/dports/devel/R-cran-BH/BH/inst/include/boost/graph/
H A Ddepth_first_search.hpp293 ColorValue u_color = get(color, u); in depth_first_search() local
294 if (u_color == Color::white()) in depth_first_search()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/graph/
H A Ddepth_first_search.hpp232 ColorValue u_color = get(color, u); in depth_first_search() local
233 if (u_color == Color::white()) { vis.start_vertex(u, g); in depth_first_search()
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/graph/
H A Ddepth_first_search.hpp293 ColorValue u_color = get(color, u); in depth_first_search() local
294 if (u_color == Color::white()) in depth_first_search()
/dports/databases/percona57-server/boost_1_59_0/boost/graph/
H A Ddepth_first_search.hpp232 ColorValue u_color = get(color, u); in depth_first_search() local
233 if (u_color == Color::white()) { vis.start_vertex(u, g); in depth_first_search()

1234567