• Home
  • Raw
  • Download

Lines Matching +full:opencl +full:- +full:native

3 /*-------------------------------------------------------------------------
5 * ----------------------------------------
13 * http://www.apache.org/licenses/LICENSE-2.0
24 *//*--------------------------------------------------------------------*/
38 /*--------------------------------------------------------------------*//*!
41 *//*--------------------------------------------------------------------*/
46 …RUNMODE_DUMP_TEXT_CASELIST, //! Test program dumps the list of contained test cases in plain-text…
47 …RUNMODE_DUMP_STDOUT_CASELIST, //! Test program dumps the list of contained test cases in plain-tex…
53 /*--------------------------------------------------------------------*//*!
55 *//*--------------------------------------------------------------------*/
65 /*--------------------------------------------------------------------*//*!
67 *//*--------------------------------------------------------------------*/
70 SURFACETYPE_WINDOW = 0, //!< Native window.
71 SURFACETYPE_OFFSCREEN_NATIVE, //!< Native offscreen surface, such as pixmap.
78 /*--------------------------------------------------------------------*//*!
80 *//*--------------------------------------------------------------------*/
96 // Match a single path component against a pattern component that may contain *-wildcards.
133 /*--------------------------------------------------------------------*//*!
138 *//*--------------------------------------------------------------------*/
153 //! Get log file name (--deqp-log-filename)
159 //! Get run mode (--deqp-runmode)
162 //! Get caselist dump target file pattern (--deqp-caselist-export-file)
165 //! Get default window visibility (--deqp-visibility)
168 //! Get watchdog enable status (--deqp-watchdog)
171 //! Get crash handling enable status (--deqp-crashhandler)
174 //! Get base seed for randomization (--deqp-base-seed)
177 //! Get test iteration count (--deqp-test-iteration-count)
180 //! Get rendering target width (--deqp-surface-width)
183 //! Get rendering target height (--deqp-surface-height)
186 //! Get rendering taget type (--deqp-surface-type)
189 //! Get screen rotation (--deqp-screen-rotation)
192 //! Get GL context factory name (--deqp-gl-context-type)
195 //! Get GL config ID (--deqp-gl-config-id)
198 //! Get GL config name (--deqp-gl-config-name)
201 //! Get GL context flags (--deqp-gl-context-flags)
204 //! Get OpenCL platform ID (--deqp-cl-platform-id)
207 //! Get OpenCL device IDs (--deqp-cl-device-ids)
211 //! Get extra OpenCL program build options (--deqp-cl-build-options)
214 //! Get EGL native display factory (--deqp-egl-display-type)
217 //! Get EGL native window factory (--deqp-egl-window-type)
220 //! Get EGL native pixmap factory (--deqp-egl-pixmap-type)
223 //! Get Vulkan device ID (--deqp-vk-device-id)
226 //! Get Vulkan device group ID (--deqp-vk-device-group-id)
229 //! Enable development-time test case validation checks
235 //! Log of decompiled SPIR-V shader source (--deqp-log-decompiled-spirv)
238 //! Should we run tests that exhaust memory (--deqp-test-oom)
241 //! Should the shader cache be enabled (--deqp-shadercache)
244 //! Get the filename for shader cache (--deqp-shadercache-filename)
247 //! Should the shader cache be truncated before run (--deqp-shadercache-truncate)
250 //! Should the shader cache use inter process communication (IPC) (--deqp-shadercache-ipc)
253 //! Get shader optimization recipe (--deqp-optimization-recipe)
256 //! Enable optimizing of spir-v (--deqp-optimize-spirv)
259 //! Enable RenderDoc frame markers (--deqp-renderdoc)
262 //! Get waiver file name (--deqp-waiver-file)
268 //! Get must-list filename
274 //! Get runner type (--deqp-runner-type)
277 //! Should the run be terminated on first failure (--deqp-terminate-on-fail)
322 //! Path to Vulkan library (e.g. loader library vulkan-1.dll)
328 /*--------------------------------------------------------------------*//*!
334 * --deqp-case
335 * --deqp-caselist
336 * --deqp-caselist-file
337 * --deqp-caselist-resource
338 * --deqp-stdin-caselist
341 *//*--------------------------------------------------------------------*/