Searched refs:doRun (Results 1 – 5 of 5) sorted by relevance
/third_party/vk-gl-cts/external/openglcts/modules/gles31/ |
D | es31cExplicitUniformLocationTest.cpp | 2036 long doRun(std::vector<SubroutineUniform>& subroutineUniforms) in doRun() function in glcts::__anon8226b7290111::ExplicitUniformLocationCaseBase 2040 return doRun(noUniforms, subroutineUniforms); in doRun() 2043 long doRun(std::vector<Uniform>& uniforms) in doRun() function in glcts::__anon8226b7290111::ExplicitUniformLocationCaseBase 2047 return doRun(uniforms, noSubroutineUniforms); in doRun() 2054 return doRun(noUniforms, noSubroutineUniforms, additionalDef, true); in doRunNegativeCompile() 2060 return doRun(uniforms, noSubroutineUniforms, "", false, true); in doRunNegativeLink() 2066 return doRun(noUniforms, subroutineUniforms, "", false, true); in doRunNegativeLink() 2069 long doRun(std::vector<Uniform>& uniforms, std::vector<SubroutineUniform>& subroutineUniforms, in doRun() function in glcts::__anon8226b7290111::ExplicitUniformLocationCaseBase 2138 return doRun(uniforms); in Run() 2153 return doRun(uniforms); in Run() [all …]
|
/third_party/mesa3d/src/nouveau/codegen/ |
D | nv50_ir_bb.cpp | 457 return doRun(prog, ordered, skipPhi); in run() 461 Pass::doRun(Program *prog, bool ordered, bool skipPhi) in doRun() function in nv50_ir::Pass 466 if (!doRun(Function::get(n), ordered, skipPhi)) in doRun() 477 return doRun(func, ordered, skipPhi); in run() 481 Pass::doRun(Function *func, bool ordered, bool skipPhi) in doRun() function in nv50_ir::Pass
|
D | nv50_ir.h | 1407 bool doRun(Program *, bool ordered, bool skipPhi); 1408 bool doRun(Function *, bool ordered, bool skipPhi);
|
/third_party/gstreamer/gstplugins_bad/ext/onnx/ |
D | gstonnxclient.cpp | 253 doRun < float >(img_data, vmeta, labelPath, scoreThreshold) in run() 254 : doRun < int >(img_data, vmeta, labelPath, scoreThreshold); in run() 271 GstOnnxClient::doRun (uint8_t * img_data, GstVideoMeta * vmeta, in doRun() function in GstOnnxNamespace::GstOnnxClient
|
D | gstonnxclient.h | 95 doRun(uint8_t * img_data, GstVideoMeta * vmeta, std::string labelPath,
|