/external/deqp/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()
|
/external/libkmsxx/kms++util/src/ |
D | opts.cpp | 17 : m_func(func) in Option() 101 if (opt.m_func) in parse() 102 opt.m_func(sarg); in parse()
|
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/ |
D | TensorCustomOp.h | 63 : m_expr(expr), m_func(func) {} 66 const CustomUnaryFunc& func() const { return m_func; } 74 const CustomUnaryFunc m_func; 214 : m_lhs_xpr(lhs), m_rhs_xpr(rhs), m_func(func) {} 217 const CustomBinaryFunc& func() const { return m_func; } 230 const CustomBinaryFunc m_func;
|
/external/deqp/modules/gles3/functional/ |
D | es3fShaderDerivateTests.cpp | 916 DerivateFunc m_func; member in deqp::gles3::Functional::ConstantDerivateCase 921 , m_func (func) in ConstantDerivateCase() 944 fragmentParams["FUNC"] = getDerivateFuncName(m_func); in init() 983 DerivateFunc m_func; member in deqp::gles3::Functional::LinearDerivateCase 989 , m_func (func) in LinearDerivateCase() 1013 fragmentParams["FUNC"] = getDerivateFuncName(m_func); in init() 1065 switch (m_func) in init() 1093 if (m_func == DERIVATE_DFDX || m_func == DERIVATE_DFDY) in verify() 1095 const bool isX = m_func == DERIVATE_DFDX; in verify() 1164 m_derivBias, surfaceThreshold, m_func, in verify() [all …]
|
/external/deqp/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
|
/external/deqp/external/vulkancts/modules/vulkan/ |
D | vktTestCaseUtil.hpp | 139 : m_func(func) in FunctionPrograms0() 142 void init (vk::SourceCollections& dst, FunctionInstance0::Function) const { m_func(dst); } in init() 145 const Function m_func; member in vkt::FunctionPrograms0 197 : m_func(func) in FunctionPrograms1() 200 …ections& dst, const typename FunctionInstance1<Arg0>::Args& args) const { m_func(dst, args.arg0); } in init() 203 const Function m_func; member in vkt::FunctionPrograms1
|
/external/deqp/external/openglcts/modules/gles31/ |
D | es31cShaderBitfieldOperationTests.cpp | 945 , m_func(func) in ShaderBitfieldOperationCaseUnaryUint() 953 UnaryUFunc m_func; member in glcts::ShaderBitfieldOperationCaseUnaryUint 959 GLuint expected = m_func(data->inUvec4[i]); in test() 961 if (m_func == (UnaryUFunc)glcts::bitCount || m_func == (UnaryUFunc)glcts::findLSB || in test() 962 m_func == (UnaryUFunc)glcts::findMSBU || m_func == (UnaryUFunc)glcts::findMSBI) in test() 1036 , m_func(func) in ShaderBitfieldOperationCaseUnaryInt() 1044 UnaryIFunc m_func; member in glcts::ShaderBitfieldOperationCaseUnaryInt 1050 GLint expected = m_func(data->inIvec4[i]); in test() 1142 , m_func(func) in ShaderBitfieldOperationCaseBinaryUint() 1152 BinaryUFunc m_func; member in glcts::ShaderBitfieldOperationCaseBinaryUint [all …]
|
/external/deqp/modules/glshared/ |
D | glsBuiltinPrecisionTests.cpp | 1298 : m_func (func), in Apply() 1303 : m_func (func), in Apply() 1313 m_func.print(os, args); in doPrintExpr() 1318 return m_func.apply(ctx, in doEvaluate() 1325 m_func.getUsedFuncs(dst); in doGetUsedFuncs() 1332 const ApplyFunc& m_func; member in deqp::gls::BuiltinPrecisionTests::Apply 1441 return this->m_func.apply(ctx, in doEvaluate() 1756 : m_name(name), m_func(func) {} in CFloatFunc1() 1761 double applyExact (double x) const { return m_func(x); } in applyExact() 1764 DoubleFunc1& m_func; member in deqp::gls::BuiltinPrecisionTests::CFloatFunc1 [all …]
|
/external/libkmsxx/kms++util/inc/kms++util/ |
D | opts.h | 21 std::function<void(const std::string)> m_func; variable
|
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/ |
D | vktShaderBuiltinPrecisionTests.cpp | 1637 : m_func (func), in Apply() 1642 : m_func (func), in Apply() 1652 m_func.print(os, args); in doPrintExpr() 1657 return m_func.apply(ctx, in doEvaluate() 1664 m_func.getUsedFuncs(dst); in doGetUsedFuncs() 1671 const ApplyFunc& m_func; member in vkt::shaderexecutor::Apply 1780 return this->m_func.apply(ctx, in doEvaluate() 1791 return this->m_func.fail(ctx, in doFails() 2105 : m_name(name), m_func(func) {} in CFloatFunc1() 2110 double applyExact (double x) const { return m_func(x); } in applyExact() [all …]
|
/external/deqp/modules/gles2/performance/ |
D | es2pShaderOperatorTests.cpp | 1398 const string m_func; member in deqp::gles2::Performance::__anona8c3c8290111::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()
|
/external/deqp/modules/gles3/performance/ |
D | es3pShaderOperatorTests.cpp | 1402 const string m_func; member in deqp::gles3::Performance::__anon6814502b0111::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()
|
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/ |
D | vktSparseResourcesBufferTests.cpp | 1453 FunctionProgramsSimple1 (Function func) : m_func(func) {} in FunctionProgramsSimple1() 1454 void init (vk::SourceCollections& dst, const Arg0& arg0) const { m_func(dst, arg0); } in init() 1457 const Function m_func; member in vkt::sparse::__anoncca8890a0111::FunctionProgramsSimple1
|
/external/deqp/modules/gles31/functional/ |
D | es31fDebugTests.cpp | 162 } m_func; member in deqp::gles31::Functional::__anonf6ae47c80111::TestFunctionWrapper 173 m_func.coreFn = func; in TestFunctionWrapper() 179 m_func.debugFn = func; in TestFunctionWrapper() 185 m_func.coreFn(static_cast<NegativeTestContext&>(ctx)); in call() 187 m_func.debugFn(ctx); in call()
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineMultisampleSampleLocationsExtTests.cpp | 121 FunctionProgramsSimple1 (Function func) : m_func(func) {} in FunctionProgramsSimple1() 122 void init (vk::SourceCollections& dst, const Arg0& arg0) const { m_func(dst, arg0); } in init() 125 const Function m_func; member in vkt::pipeline::__anon3a411fb70111::FunctionProgramsSimple1
|
/external/llvm/docs/ |
D | ProgrammersManual.rst | 1966 // function pointed to by m_func or not.
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/ |
D | ProgrammersManual.rst | 2556 // function pointed to by m_func or not.
|