Home
last modified time | relevance | path

Searched refs:m_func (Results 1 – 15 of 15) sorted by relevance

/third_party/googletest/googletest/src/hwext/
Dgtest-multithread.cpp23 f.m_func(); in doThreadTestTask()
33 appendTaskToList(pid, val.m_func, val.m_testsuite, val.m_testcase); in run()
74 appendTaskToList(pid, val.m_func, val.m_testsuite, val.m_testcase); in runTask()
/third_party/vk-gl-cts/executor/
DxeCallQueue.hpp55 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
DxeCallQueue.cpp156 : m_func(DE_NULL) in Call()
166 m_func = DE_NULL; in clear()
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fShaderDerivateTests.cpp931 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/vk-gl-cts/modules/internal/
DditDelibsTests.cpp102 , 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/external/vulkancts/modules/vulkan/
DvktTestCaseUtil.hpp155 : 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/googletest/googletest/include/gtest/hwext/
Dgtest-multithread.h32 …TestTask(std::string ts, std::string tc, PF func) : m_testsuite(ts), m_testcase(tc), m_func(func){} in TestTask()
35 PF m_func; variable
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
Des31cShaderBitfieldOperationTests.cpp957 , 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/
DglsBuiltinPrecisionTests.cpp1299 : 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/
DvktShaderBuiltinPrecisionTests.cpp1834 : 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/gles3/performance/
Des3pShaderOperatorTests.cpp1402 const string m_func; member in deqp::gles3::Performance::__anon932621820111::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/modules/gles2/performance/
Des2pShaderOperatorTests.cpp1398 const string m_func; member in deqp::gles2::Performance::__anond3d599800111::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/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesBufferTests.cpp1443 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::__anonb1fe27810111::FunctionProgramsSimple1
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fDebugTests.cpp162 } m_func; member in deqp::gles31::Functional::__anon57abb21f0111::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/
DvktPipelineMultisampleSampleLocationsExtTests.cpp122 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::__anon982d452e0111::FunctionProgramsSimple1