/third_party/boost/boost/python/numpy/ |
D | invoke_matching.hpp | 44 m_func.Function::template apply<T>(); in operator ()() 50 : m_dtype(dtype_), m_func(func) {} in dtype_template_invoker() 54 Function m_func; member 66 m_func.Function::template apply<T>(); in operator ()() 72 : m_dtype(dtype_), m_func(func) {} in dtype_template_invoker() 76 Function & m_func; member 87 m_func.Function::template apply<N>(); in operator ()() 92 nd_template_invoker(int nd, Function func) : m_nd(nd), m_func(func) {} in nd_template_invoker() 96 Function m_func; member 107 m_func.Function::template apply<N>(); in operator ()() [all …]
|
/third_party/vk-gl-cts/executor/ |
D | xeCallQueue.hpp | 55 Function getFunction (void) const { return m_func; } in getFunction() 56 void setFunction (Function func) { m_func = func; } in setFunction() 65 Function m_func; member in xe::Call
|
D | xeCallQueue.cpp | 156 : m_func(DE_NULL) in Call() 166 m_func = DE_NULL; in clear()
|
/third_party/boost/boost/container/detail/ |
D | algorithm.hpp | 94 : m_func(func) in unary_negate() 98 { return !m_func(arg); } in operator ()() 101 Func m_func; member in boost::container::unary_negate
|
/third_party/vk-gl-cts/modules/internal/ |
D | ditDelibsTests.cpp | 102 , m_func (func) in GetUint32Case() 108 …m_testCtx.getLog() << TestLog::Message << getDescription() << " returned " << m_func() << TestLog:… in iterate() 114 GetUint32Func m_func; member in dit::GetUint32Case
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
D | es3fShaderDerivateTests.cpp | 931 DerivateFunc m_func; member in deqp::gles3::Functional::ConstantDerivateCase 936 , m_func (func) in ConstantDerivateCase() 959 fragmentParams["FUNC"] = getDerivateFuncName(m_func); in init() 998 DerivateFunc m_func; member in deqp::gles3::Functional::LinearDerivateCase 1004 , m_func (func) in LinearDerivateCase() 1029 fragmentParams["FUNC"] = getDerivateFuncName(m_func); in init() 1081 switch (m_func) in init() 1110 if (m_func == DERIVATE_DFDX || m_func == DERIVATE_DFDY) in verify() 1112 const bool isX = m_func == DERIVATE_DFDX; in verify() 1181 m_derivBias, surfaceThreshold, m_func, in verify() [all …]
|
/third_party/boost/libs/signals2/test/ |
D | mutex_test.cpp | 73 : m_func(func), m_monitor(monitor) { } in indirect_adapter() 78 boost::thread thrd(m_func); in operator ()() 90 F m_func; member in indirect_adapter
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ |
D | vktTestCaseUtil.hpp | 155 : m_func(func) in FunctionPrograms0() 158 void init (vk::SourceCollections& dst, FunctionInstance0::Function) const { m_func(dst); } in init() 161 const Function m_func; member in vkt::FunctionPrograms0 224 : m_func(func) in FunctionPrograms1() 227 …ections& dst, const typename FunctionInstance1<Arg0>::Args& args) const { m_func(dst, args.arg0); } in init() 230 const Function m_func; member in vkt::FunctionPrograms1
|
/third_party/vk-gl-cts/external/openglcts/modules/gles31/ |
D | es31cShaderBitfieldOperationTests.cpp | 957 , m_func(func) in ShaderBitfieldOperationCaseUnaryUint() 965 UnaryUFunc m_func; member in glcts::ShaderBitfieldOperationCaseUnaryUint 971 GLuint expected = m_func(data->inUvec4[i]); in test() 973 if (m_func == (UnaryUFunc)glcts::bitCount || m_func == (UnaryUFunc)glcts::findLSB || in test() 974 m_func == (UnaryUFunc)glcts::findMSBU || m_func == (UnaryUFunc)glcts::findMSBI) in test() 1048 , m_func(func) in ShaderBitfieldOperationCaseUnaryInt() 1056 UnaryIFunc m_func; member in glcts::ShaderBitfieldOperationCaseUnaryInt 1062 GLint expected = m_func(data->inIvec4[i]); in test() 1154 , m_func(func) in ShaderBitfieldOperationCaseBinaryUint() 1164 BinaryUFunc m_func; member in glcts::ShaderBitfieldOperationCaseBinaryUint [all …]
|
/third_party/vk-gl-cts/modules/glshared/ |
D | glsBuiltinPrecisionTests.cpp | 1299 : m_func (func), in Apply() 1304 : m_func (func), in Apply() 1314 m_func.print(os, args); in doPrintExpr() 1319 return m_func.apply(ctx, in doEvaluate() 1326 m_func.getUsedFuncs(dst); in doGetUsedFuncs() 1333 const ApplyFunc& m_func; member in deqp::gls::BuiltinPrecisionTests::Apply 1442 return this->m_func.apply(ctx, in doEvaluate() 1757 : m_name(name), m_func(func) {} in CFloatFunc1() 1762 double applyExact (double x) const { return m_func(x); } in applyExact() 1765 DoubleFunc1& m_func; member in deqp::gls::BuiltinPrecisionTests::CFloatFunc1 [all …]
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/ |
D | vktShaderBuiltinPrecisionTests.cpp | 1834 : m_func (func), in Apply() 1839 : m_func (func), in Apply() 1849 m_func.print(os, args); in doPrintExpr() 1854 return m_func.apply(ctx, in doEvaluate() 1861 m_func.getUsedFuncs(dst); in doGetUsedFuncs() 1868 const ApplyFunc& m_func; member in vkt::shaderexecutor::Apply 1977 return this->m_func.apply(ctx, in doEvaluate() 1988 return this->m_func.fail(ctx, in doFails() 2304 : m_name(name), m_func(func) {} in CFloatFunc1() 2309 double applyExact (double x) const { return m_func(x); } in applyExact() [all …]
|
/third_party/vk-gl-cts/modules/gles2/performance/ |
D | es2pShaderOperatorTests.cpp | 1398 const string m_func; member in deqp::gles2::Performance::__anonb6e4fd210111::FunctionCase 1433 , m_func (func) in FunctionCase() 1607 op << m_func << "("; in generateSingleProgramData() 1756 description += " '" + m_func + "' function calls.\n" in generateSingleProgramData() 1844 << numFunctionCalls << " calls to '" << m_func << "' in one loop iteration; " in logSingleOperationCalculationInfo()
|
/third_party/vk-gl-cts/modules/gles3/performance/ |
D | es3pShaderOperatorTests.cpp | 1402 const string m_func; member in deqp::gles3::Performance::__anon763585230111::FunctionCase 1437 , m_func (func) in FunctionCase() 1615 op << m_func << "("; in generateSingleProgramData() 1764 description += " '" + m_func + "' function calls.\n" in generateSingleProgramData() 1852 << numFunctionCalls << " calls to '" << m_func << "' in one loop iteration; " in logSingleOperationCalculationInfo()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/ |
D | vktSparseResourcesBufferTests.cpp | 1443 FunctionProgramsSimple1 (Function func) : m_func(func) {} in FunctionProgramsSimple1() 1444 void init (vk::SourceCollections& dst, const Arg0& arg0) const { m_func(dst, arg0); } in init() 1447 const Function m_func; member in vkt::sparse::__anon5314df020111::FunctionProgramsSimple1
|
/third_party/flutter/skia/third_party/externals/sdl/src/core/android/ |
D | SDL_android.c | 432 const char *m_func; member 439 refholder.m_func = func; in LocalReferenceHolder_Setup() 461 SDL_Log("Leaving function %s", refholder->m_func); in LocalReferenceHolder_Cleanup()
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
D | es31fDebugTests.cpp | 162 } m_func; member in deqp::gles31::Functional::__anon224604c00111::TestFunctionWrapper 168 m_func.coreFn = 0; in TestFunctionWrapper() 174 m_func.coreFn = func; in TestFunctionWrapper() 180 m_func.debugFn = func; in TestFunctionWrapper() 186 m_func.coreFn(static_cast<NegativeTestContext&>(ctx)); in call() 188 m_func.debugFn(ctx); in call()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineMultisampleSampleLocationsExtTests.cpp | 122 FunctionProgramsSimple1 (Function func) : m_func(func) {} in FunctionProgramsSimple1() 123 void init (vk::SourceCollections& dst, const Arg0& arg0) const { m_func(dst, arg0); } in init() 126 const Function m_func; member in vkt::pipeline::__anon96bfedaf0111::FunctionProgramsSimple1
|