Home
last modified time | relevance | path

Searched refs:m_function (Results 1 – 25 of 35) sorted by relevance

12

/third_party/boost/libs/compute/include/boost/compute/iterator/
Dfunction_input_iterator.hpp52 : m_function(function) in function_input_iterator_expr()
56 const Function m_function; member
63 return kernel << expr.m_function(); in operator <<()
87 : m_function(function), in function_input_iterator()
93 : m_function(other.m_function), in function_input_iterator()
102 m_function = other.m_function; in operator =()
124 return detail::function_input_iterator_expr<Function>(m_function); in operator []()
137 return m_function == other.m_function && m_index == other.m_index; in equal()
162 Function m_function; member in boost::compute::function_input_iterator
/third_party/boost/boost/compute/iterator/
Dfunction_input_iterator.hpp52 : m_function(function) in function_input_iterator_expr()
56 const Function m_function; member
63 return kernel << expr.m_function(); in operator <<()
87 : m_function(function), in function_input_iterator()
93 : m_function(other.m_function), in function_input_iterator()
102 m_function = other.m_function; in operator =()
124 return detail::function_input_iterator_expr<Function>(m_function); in operator []()
137 return m_function == other.m_function && m_index == other.m_index; in equal()
162 Function m_function; member in boost::compute::function_input_iterator
/third_party/boost/libs/compute/include/boost/compute/functional/detail/
Dunpack.hpp28 : m_function(f), in invoked_unpacked()
33 Function m_function; member
43 return k << expr.m_function(get<0>()(expr.m_arg)); in operator <<()
49 return k << expr.m_function(get<0>()(expr.m_arg), get<1>()(expr.m_arg)); in operator <<()
55 return k << expr.m_function(get<0>()(expr.m_arg), get<1>()(expr.m_arg), get<2>()(expr.m_arg)); in operator <<()
113 : m_function(f) in unpacked()
127 >(m_function, arg); in operator ()()
130 Function m_function; member
/third_party/boost/boost/compute/functional/detail/
Dunpack.hpp28 : m_function(f), in invoked_unpacked()
33 Function m_function; member
43 return k << expr.m_function(get<0>()(expr.m_arg)); in operator <<()
49 return k << expr.m_function(get<0>()(expr.m_arg), get<1>()(expr.m_arg)); in operator <<()
55 return k << expr.m_function(get<0>()(expr.m_arg), get<1>()(expr.m_arg), get<2>()(expr.m_arg)); in operator <<()
113 : m_function(f) in unpacked()
127 >(m_function, arg); in operator ()()
130 Function m_function; member
/third_party/boost/libs/compute/include/boost/compute/functional/
Dbind.hpp55 : m_function(f), in invoked_bound_function()
110 Function m_function; member
124 return k << expr.m_function(expr.template get_nth_arg<0>()); in apply_invoked_bound_function()
136 return k << expr.m_function(expr.template get_nth_arg<0>(), in apply_invoked_bound_function()
149 return k << expr.m_function(expr.template get_nth_arg<0>(), in apply_invoked_bound_function()
169 : m_function(f), in bound_function()
186 >(m_function, m_args, boost::make_tuple(arg1)); in operator ()()
201 >(m_function, m_args, boost::make_tuple(arg1, arg2)); in operator ()()
204 Function m_function; member
Dhash.hpp54 : m_function("") in hash_impl()
56 m_function = make_function_from_source<result_type(argument_type)>( in hash_impl()
66 return m_function(arg); in operator ()()
69 function<result_type(argument_type)> m_function; member
/third_party/boost/boost/compute/functional/
Dbind.hpp55 : m_function(f), in invoked_bound_function()
110 Function m_function; member
124 return k << expr.m_function(expr.template get_nth_arg<0>()); in apply_invoked_bound_function()
136 return k << expr.m_function(expr.template get_nth_arg<0>(), in apply_invoked_bound_function()
149 return k << expr.m_function(expr.template get_nth_arg<0>(), in apply_invoked_bound_function()
169 : m_function(f), in bound_function()
186 >(m_function, m_args, boost::make_tuple(arg1)); in operator ()()
201 >(m_function, m_args, boost::make_tuple(arg1, arg2)); in operator ()()
204 Function m_function; member
Dhash.hpp54 : m_function("") in hash_impl()
56 m_function = make_function_from_source<result_type(argument_type)>( in hash_impl()
66 return m_function(arg); in operator ()()
69 function<result_type(argument_type)> m_function; member
/third_party/vk-gl-cts/framework/randomshaders/
DrsgFunctionGenerator.cpp34 , m_function (function) in FunctionGenerator()
48 statementStack.push_back(&m_function.getBody()); in generate()
49 m_function.getBody().init(m_state); in generate()
79 m_function.getBody().addChild(new AssignStatement(m_state, variable, valueRange.asAccess())); in generate()
DrsgFunctionGenerator.hpp47 Function& m_function; member in rsg::FunctionGenerator
DrsgBuiltinFunctions.hpp51 std::string m_function; member in rsg::UnaryBuiltinVecFunc
59 : m_function (function) in UnaryBuiltinVecFunc()
97 str << Token(m_function.c_str()) << Token::LEFT_PAREN; in tokenize()
/third_party/vk-gl-cts/modules/internal/
DditTestCase.hpp39 , m_function (func) in SelfCheckCase()
46 m_function(); in iterate()
51 Function m_function; member in dit::SelfCheckCase
/third_party/boost/libs/compute/include/boost/compute/detail/
Dget_object_info.hpp33 : m_function(function), in bound_info_function()
43 return m_function( in operator ()()
52 return m_function(m_object, m_aux_info, info, size, value, size_ret); in operator ()()
55 Function m_function; member
64 : m_function(function), in bound_info_function()
72 return m_function(m_object, info, size, value, size_ret); in operator ()()
75 Function m_function; member
/third_party/boost/boost/compute/detail/
Dget_object_info.hpp33 : m_function(function), in bound_info_function()
43 return m_function( in operator ()()
52 return m_function(m_object, m_aux_info, info, size, value, size_ret); in operator ()()
55 Function m_function; member
64 : m_function(function), in bound_info_function()
72 return m_function(m_object, info, size, value, size_ret); in operator ()()
75 Function m_function; member
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesShaderIntrinsicsBase.hpp115 , m_function(function) in SparseShaderIntrinsicsCaseBase()
139 const SpirVFunction m_function; member in vkt::sparse::SparseShaderIntrinsicsCaseBase
154 , m_function(function) in SparseShaderIntrinsicsInstanceBase()
177 const SpirVFunction m_function; member in vkt::sparse::SparseShaderIntrinsicsInstanceBase
DvktSparseResourcesShaderIntrinsicsStorage.cpp581 …return new SparseShaderIntrinsicsInstanceFetch(context, m_function, m_imageType, m_imageSize, m_fo… in createInstance()
600 …return new SparseShaderIntrinsicsInstanceRead(context, m_function, m_imageType, m_imageSize, m_for… in createInstance()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/
DvktTestCaseUtil.hpp115 , m_function (function) in FunctionInstance0()
118 tcu::TestStatus iterate (void) { return m_function(m_context); } in iterate()
121 const Function m_function; member in vkt::FunctionInstance0
175 : m_function(function) in FunctionSupport0()
178 void checkSupport (Context& context) const { m_function(context); } in checkSupport()
181 const Function m_function; member in vkt::FunctionSupport0
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fPrimitiveRestartTests.cpp122 Function m_function; member in deqp::gles3::Functional::PrimitiveRestartCase
135 , m_function (function) in PrimitiveRestartCase()
559 if (m_function == FUNCTION_DRAW_ELEMENTS) in draw()
561 else if (m_function == FUNCTION_DRAW_ELEMENTS_INSTANCED) in draw()
565 DE_ASSERT(m_function == FUNCTION_DRAW_RANGE_ELEMENTS); in draw()
Des3fInstancedRenderingTests.cpp124 DrawFunction m_function; member in deqp::gles3::Functional::InstancedRenderingCase
144 , m_function (function) in InstancedRenderingCase()
314 if (m_function == FUNCTION_DRAW_ELEMENTS_INSTANCED) in init()
351 DE_ASSERT(m_function == FUNCTION_DRAW_ARRAYS_INSTANCED); in init()
543 if (m_function == FUNCTION_DRAW_ARRAYS_INSTANCED) in setupAndRender()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cShaderAtomicCounterOpsTests.hpp43 std::string m_function; member in gl4cts::ShaderAtomicCounterOpsTestBase::AtomicOperation
55 : m_function(function) in AtomicOperation()
79 return m_function; in getFunction()
/third_party/boost/boost/test/impl/
Dxml_log_formatter.ipp127 if( !loc.m_function.is_empty() )
128 ostr << " function" << utils::attr_value() << loc.m_function;
Dcompiler_log_formatter.ipp151 …output << "fatal error: in \"" << (loc.m_function.is_empty() ? test_phase_identifier() : loc.m_fun…
/third_party/boost/libs/type_traits/test/
Dalignment_of_test.cpp59 function_type m_function; member in issue1946
Dalignment_of_a2_test.cpp64 function_type m_function; member in issue1946
/third_party/boost/boost/test/
Dexecution_monitor.hpp278 const_string m_function; ///< Function name member

12