• Home
  • Raw
  • Download

Lines Matching refs:DE_NULL

188 …<< Option<CaseList>						(DE_NULL,	"deqp-caselist",							"Case list to run in trie format (e.g. {…  in registerOptions()
189 …<< Option<CaseListFile> (DE_NULL, "deqp-caselist-file", "Read case list (in trie format) … in registerOptions()
190 …<< Option<CaseListResource> (DE_NULL, "deqp-caselist-resource", "Read case list (in trie fo… in registerOptions()
191 …<< Option<StdinCaseList> (DE_NULL, "deqp-stdin-caselist", "Read case list (in trie format)… in registerOptions()
192 …<< Option<LogFilename> (DE_NULL, "deqp-log-filename", "Write test results to given file",… in registerOptions()
193 …<< Option<RunMode> (DE_NULL, "deqp-runmode", "Execute tests, write list of test cases … in registerOptions()
195 …<< Option<ExportFilenamePattern> (DE_NULL, "deqp-caselist-export-file", "Set the target file n… in registerOptions()
196 …<< Option<WatchDog> (DE_NULL, "deqp-watchdog", "Enable test watchdog", s_enableN… in registerOptions()
197 …<< Option<CrashHandler> (DE_NULL, "deqp-crashhandler", "Enable crash handling", s_e… in registerOptions()
198 …<< Option<BaseSeed> (DE_NULL, "deqp-base-seed", "Base seed for test cases that use rand… in registerOptions()
199 …<< Option<TestIterationCount> (DE_NULL, "deqp-test-iteration-count", "Iteration count for cas… in registerOptions()
200 …<< Option<Visibility> (DE_NULL, "deqp-visibility", "Default test window visibility", … in registerOptions()
201 …<< Option<SurfaceWidth> (DE_NULL, "deqp-surface-width", "Use given surface width if possi… in registerOptions()
202 …<< Option<SurfaceHeight> (DE_NULL, "deqp-surface-height", "Use given surface height if pos… in registerOptions()
203 …<< Option<SurfaceType> (DE_NULL, "deqp-surface-type", "Use given surface type", s_s… in registerOptions()
204 …<< Option<ScreenRotation> (DE_NULL, "deqp-screen-rotation", "Screen rotation for platforms… in registerOptions()
205 …<< Option<GLContextType> (DE_NULL, "deqp-gl-context-type", "OpenGL context type for platfo… in registerOptions()
206 …<< Option<GLConfigID> (DE_NULL, "deqp-gl-config-id", "OpenGL (ES) render config ID (EGL c… in registerOptions()
207 …<< Option<GLConfigName> (DE_NULL, "deqp-gl-config-name", "Symbolic OpenGL (ES) render con… in registerOptions()
208 …<< Option<GLContextFlags> (DE_NULL, "deqp-gl-context-flags", "OpenGL context flags (comma-s… in registerOptions()
209 …<< Option<CLPlatformID> (DE_NULL, "deqp-cl-platform-id", "Execute tests on given OpenCL p… in registerOptions()
210 …<< Option<CLDeviceIDs> (DE_NULL, "deqp-cl-device-ids", "Execute tests on given CL devices… in registerOptions()
211 …<< Option<CLBuildOptions> (DE_NULL, "deqp-cl-build-options", "Extra build options for OpenC… in registerOptions()
212 << Option<EGLDisplayType> (DE_NULL, "deqp-egl-display-type", "EGL native display type") in registerOptions()
213 << Option<EGLWindowType> (DE_NULL, "deqp-egl-window-type", "EGL native window type") in registerOptions()
214 << Option<EGLPixmapType> (DE_NULL, "deqp-egl-pixmap-type", "EGL native pixmap type") in registerOptions()
215 …<< Option<VKDeviceID> (DE_NULL, "deqp-vk-device-id", "Vulkan device ID (IDs start from 1)… in registerOptions()
216 …<< Option<VKDeviceGroupID> (DE_NULL, "deqp-vk-device-group-id", "Vulkan device Group ID (ID… in registerOptions()
217 …<< Option<LogImages> (DE_NULL, "deqp-log-images", "Enable or disable logging of result i… in registerOptions()
218 …<< Option<LogShaderSources> (DE_NULL, "deqp-log-shader-sources", "Enable or disable logging… in registerOptions()
219 …<< Option<LogDecompiledSpirv> (DE_NULL, "deqp-log-decompiled-spirv", "Enable or disable loggi… in registerOptions()
220 …<< Option<LogEmptyLoginfo> (DE_NULL, "deqp-log-empty-loginfo", "Logging of empty shader com… in registerOptions()
221 …<< Option<TestOOM> (DE_NULL, "deqp-test-oom", "Run tests that exhaust memory on purpose… in registerOptions()
222 …<< Option<ArchiveDir> (DE_NULL, "deqp-archive-dir", "Path to test resource files", … in registerOptions()
223 …<< Option<LogFlush> (DE_NULL, "deqp-log-flush", "Enable or disable log file fflush", … in registerOptions()
224 …<< Option<Validation> (DE_NULL, "deqp-validation", "Enable or disable test case validati… in registerOptions()
225 …<< Option<PrintValidationErrors> (DE_NULL, "deqp-print-validation-errors", "Print validation e… in registerOptions()
226 …<< Option<Optimization> (DE_NULL, "deqp-optimization-recipe", "Shader optimization recipe … in registerOptions()
227 …<< Option<OptimizeSpirv> (DE_NULL, "deqp-optimize-spirv", "Apply optimization to spir-v sh… in registerOptions()
228 …<< Option<ShaderCache> (DE_NULL, "deqp-shadercache", "Enable or disable shader cache", … in registerOptions()
229 …<< Option<ShaderCacheFilename> (DE_NULL, "deqp-shadercache-filename", "Write shader cache to … in registerOptions()
230 …<< Option<ShaderCacheTruncate> (DE_NULL, "deqp-shadercache-truncate", "Truncate shader cache … in registerOptions()
231 …<< Option<ShaderCacheIPC> (DE_NULL, "deqp-shadercache-ipc", "Should shader cache use inter… in registerOptions()
232 …<< Option<RenderDoc> (DE_NULL, "deqp-renderdoc", "Enable RenderDoc frame markers", s… in registerOptions()
233 …<< Option<CaseFraction> (DE_NULL, "deqp-fraction", "Run a fraction of the test cases (e.… in registerOptions()
234 …<< Option<CaseFractionMandatoryTests> (DE_NULL, "deqp-fraction-mandatory-caselist-file", "Case lis… in registerOptions()
235 …<< Option<WaiverFile> (DE_NULL, "deqp-waiver-file", "Read waived tests from given file",… in registerOptions()
236 …<< Option<RunnerType> (DE_NULL, "deqp-runner-type", "Filter test cases based on runner",… in registerOptions()
237 …<< Option<TerminateOnFail> (DE_NULL, "deqp-terminate-on-fail", "Terminate the run on first … in registerOptions()
238 …<< Option<SubProcess> (DE_NULL, "deqp-subprocess", "Inform app that it works as subproce… in registerOptions()
239 …<< Option<SubprocessTestCount> (DE_NULL, "deqp-subprocess-test-count", "Define default number… in registerOptions()
240 …<< Option<SubprocessConfigFile> (DE_NULL, "deqp-subprocess-cfg-file", "Config file defining … in registerOptions()
241 …<< Option<ServerAddress> (DE_NULL, "deqp-server-address", "Server address (host:port) resp… in registerOptions()
242 …<< Option<CommandPoolMinSize> (DE_NULL, "deqp-command-pool-min-size", "Define minimum size of… in registerOptions()
243 …<< Option<CommandBufferMinSize> (DE_NULL, "deqp-command-buffer-min-size", "Define minimum siz… in registerOptions()
244 …<< Option<CommandDefaultSize> (DE_NULL, "deqp-command-default-size", "Define default single c… in registerOptions()
245 …<< Option<PipelineDefaultSize> (DE_NULL, "deqp-pipeline-default-size", "Define default pipeli… in registerOptions()
246 …<< Option<PipelineCompilerPath> (DE_NULL, "deqp-pipeline-compiler", "Path to offline pipelin… in registerOptions()
247 …<< Option<PipelineCompilerDataDir> (DE_NULL, "deqp-pipeline-dir", "Offline pipeline data dir… in registerOptions()
248 …<< Option<PipelineCompilerArgs> (DE_NULL, "deqp-pipeline-args", "Additional compiler parame… in registerOptions()
249 …<< Option<PipelineCompilerOutputFile> (DE_NULL, "deqp-pipeline-file", "Output file with pipel… in registerOptions()
250 …<< Option<PipelineCompilerLogFile> (DE_NULL, "deqp-pipeline-logfile", "Log file for pipeline … in registerOptions()
251 …<< Option<PipelineCompilerFilePrefix> (DE_NULL, "deqp-pipeline-prefix", "Prefix for input pip… in registerOptions()
252 …<< Option<VkLibraryPath> (DE_NULL, "deqp-vk-library-path", "Path to Vulkan library (e.g. l… in registerOptions()
253 …<< Option<ApplicationParametersInputFile> (DE_NULL, "deqp-app-params-input-file", "Fil… in registerOptions()
261 …<< Option<GLConfigID> (DE_NULL, "deqp-egl-config-id", "Legacy name for --deqp-gl-config-id", "… in registerLegacyOptions()
262 …<< Option<GLConfigName> (DE_NULL, "deqp-egl-config-name", "Legacy name for --deqp-gl-config-na… in registerLegacyOptions()
377 return ndx == NOT_FOUND ? DE_NULL : m_children[ndx]; in getChild()
383 return ndx == NOT_FOUND ? DE_NULL : m_children[ndx]; in getChild()
539 nodeStack.resize(nodeStack.size()*2, DE_NULL); in parseSimpleCaseList()
563 nodeStack[stackPos+2] = DE_NULL; // Invalidate rest of entries in parseSimpleCaseList()
610 …TreeNode* parseCaseList (std::istream& in, const tcu::Archive& archive, const char* path = DE_NULL) in parseCaseList()
999 return DE_NULL; in getGLContextType()
1006 return DE_NULL; in getGLConfigName()
1014 return DE_NULL; in getGLContextFlags()
1022 return DE_NULL; in getCLBuildOptions()
1030 return DE_NULL; in getEGLDisplayType()
1038 return DE_NULL; in getEGLWindowType()
1046 return DE_NULL; in getEGLPixmapType()
1054 return DE_NULL; in getSubprocessConfigFile()
1063 return DE_NULL; in getServerAddress()
1071 return DE_NULL; in getPipelineCompilerPath()
1079 return DE_NULL; in getPipelineCompilerDataDir()
1087 return DE_NULL; in getPipelineCompilerArgs()
1095 return DE_NULL; in getPipelineCompilerOutputFile()
1103 return DE_NULL; in getPipelineCompilerLogFile()
1111 return DE_NULL; in getPipelineCompilerFilePrefix()
1117 …tOption<opt::VkLibraryPath>() != "") ? m_cmdLine.getOption<opt::VkLibraryPath>().c_str() : DE_NULL; in getVkLibraryPath()
1119 return DE_NULL; in getVkLibraryPath()
1127 return DE_NULL; in getAppParamsInputFilePath()
1156 if (!result && m_caseFractionMandatoryTests.get() != DE_NULL) in checkTestGroupName()
1170 if (!result && m_caseFractionMandatoryTests.get() != DE_NULL) in checkTestCaseName()
1179 …(m_caseFractionMandatoryTests.get()!=DE_NULL && m_caseFractionMandatoryTests->matches(testCaseName… in checkCaseFraction()
1183 : m_caseTree (DE_NULL) in CaseListFilter()
1189 : m_caseTree (DE_NULL) in CaseListFilter()
1273 if (m_caseTree != DE_NULL) in CaseListFilter()