Home
last modified time | relevance | path

Searched refs:rmul (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/boost/python/
Doperators.hpp214 BOOST_PYTHON_BINARY_OPERATOR(mul, rmul, *)
/third_party/mesa3d/src/mesa/main/
Duniform_query.cpp350 const int rmul = glsl_base_type_is_64bit(returnType) ? 2 : 1; in _mesa_get_uniform() local
386 unsigned bytes = sizeof(src[0]) * elements * rmul; in _mesa_get_uniform()
412 int didx = i * rmul; in _mesa_get_uniform()