Searched defs:GenFuncCaseFactory (Results 1 - 2 of 2) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktShaderBuiltinPrecisionTests.cpp4960 class GenFuncCaseFactory : public CaseFactory class in namespace:vkt::shaderexecutor
4963 GenFuncCaseFactory (const GenFuncs<Sig>& funcs, const string& name) function in class:vkt::shaderexecutor::GenFuncCaseFactory
5112 funcs.addFactory(SharedPtr<const CaseFactory>(new GenFuncCaseFactory<typename F::Sig>(makeVectorizedFuncs<F>(), name)));
/external/deqp/modules/glshared/
H A DglsBuiltinPrecisionTests.cpp5038 class GenFuncCaseFactory : public CaseFactory class in namespace:deqp::gls::BuiltinPrecisionTests
5042 GenFuncCaseFactory (const GenFuncs<Sig>& funcs, function in class:deqp::gls::BuiltinPrecisionTests::GenFuncCaseFactory
5209 funcs.addFactory(SharedPtr<const CaseFactory>(new GenFuncCaseFactory<typename F::Sig>(

Completed in 80 milliseconds