Home | History | Annotate | Download | only in scripts

Lines Matching full:deqp

34 BASE_NIGHTLY_DIR	= os.path.normpath(os.path.join(DEQP_DIR, "..", "deqp-nightly"))
360 BASE_ARGS = ['--deqp-visibility=hidden', '--deqp-watchdog=enable', '--deqp-crashhandler=enable']
367 binaryName = "modules/gles2/deqp-gles2",
368 args = ['--deqp-gl-config-name=rgba8888d24s8ms0'] + BASE_ARGS,
369 testset = ["dEQP-GLES2.info.*", "dEQP-GLES2.functional.*", "dEQP-GLES2.usecases.*"],
371 "dEQP-GLES2.functional.shaders.loops.*while*unconditional_continue*",
372 "dEQP-GLES2.functional.shaders.loops.*while*only_continue*",
373 "dEQP-GLES2.functional.shaders.loops.*while*double_continue*",
381 binaryName = "modules/gles3/deqp-gles3",
382 args = ['--deqp-gl-config-name=rgba8888d24s8ms0'] + BASE_ARGS,
383 testset = ["dEQP-GLES3.info.*", "dEQP-GLES3.functional.*", "dEQP-GLES3.usecases.*"],
385 "dEQP-GLES3.functional.shaders.loops.*while*unconditional_continue*",
386 "dEQP-GLES3.functional.shaders.loops.*while*only_continue*",
387 "dEQP-GLES3.functional.shaders.loops.*while*double_continue*",
390 "dEQP-GLES3.functional.transform_feedback.*",
391 "dEQP-GLES3.functional.occlusion_query.*",
392 "dEQP-GLES3.functional.lifetime.*",
393 "dEQP-GLES3.functional.fragment_ops.depth_stencil.stencil_ops",
400 binaryName = "modules/gles31/deqp-gles31",
401 args = ['--deqp-gl-config-name=rgba8888d24s8ms0'] + BASE_ARGS,
402 testset = ["dEQP-GLES31.*"],
405 "dEQP-GLES31.functional.draw_indirect.negative.command_bad_alignment_3",
406 "dEQP-GLES31.functional.draw_indirect.negative.command_offset_not_in_buffer",
407 "dEQP-GLES31.functional.vertex_attribute_binding.negative.bind_vertex_buffer_negative_offset",
408 "dEQP-GLES31.functional.ssbo.layout.single_basic_type.packed.mediump_uint",
409 "dEQP-GLES31.functional.blend_equation_advanced.basic.*",
410 "dEQP-GLES31.functional.blend_equation_advanced.srgb.*",
411 "dEQP-GLES31.functional.blend_equation_advanced.barrier.*",
412 "dEQP-GLES31.functional.uniform_location.*",
413 "dEQP-GLES31.functional.debug.negative_coverage.log.state.get_framebuffer_attachment_parameteriv",
414 "dEQP-GLES31.functional.debug.negative_coverage.log.state.get_renderbuffer_parameteriv",
415 "dEQP-GLES31.functional.debug.error_filters.case_0",
416 "dEQP-GLES31.functional.debug.error_filters.case_2",
423 binaryName = "modules/gl3/deqp-gl3",
424 args = ['--deqp-gl-config-name=rgba8888d24s8ms0'] + BASE_ARGS,
425 testset = ["dEQP-GL3.info.*", "dEQP-GL3.functional.*"],
427 "dEQP-GL3.functional.shaders.loops.*while*unconditional_continue*",
428 "dEQP-GL3.functional.shaders.loops.*while*only_continue*",
429 "dEQP-GL3.functional.shaders.loops.*while*double_continue*",
432 "dEQP-GL3.functional.transform_feedback.*"
439 binaryName = "modules/egl/deqp-egl",
441 testset = ["dEQP-EGL.info.*", "dEQP-EGL.functional.*"],
443 "dEQP-EGL.functional.sharing.gles2.multithread.*",
444 "dEQP-EGL.functional.multithread.*",
452 binaryName = "modules/opencl/deqp-opencl",
453 args = ['--deqp-cl-platform-id=2 --deqp-cl-device-ids=1'] + BASE_ARGS,
454 testset = ["dEQP-CL.*"],
455 exclude = ["dEQP-CL.performance.*", "dEQP-CL.robustness.*", "dEQP-CL.stress.memory.*"],
457 "dEQP-CL.scheduler.random.*",
458 "dEQP-CL.language.set_kernel_arg.random_structs.*",
459 "dEQP-CL.language.builtin_function.work_item.invalid_get_global_offset",
460 "dEQP-CL.language.call_function.arguments.random_structs.*",
461 "dEQP-CL.language.call_kernel.random_structs.*",
462 "dEQP-CL.language.inf_nan.nan.frexp.float",
463 "dEQP-CL.language.inf_nan.nan.lgamma_r.float",
464 "dEQP-CL.language.inf_nan.nan.modf.float",
465 "dEQP-CL.language.inf_nan.nan.sqrt.float",
466 "dEQP-CL.api.multithread.*",
467 "dEQP-CL.api.callback.random.nested.*",
468 "dEQP-CL.api.memory_migration.out_of_order_host.image2d.single_device_kernel_migrate_validate_abb",
469 "dEQP-CL.api.memory_migration.out_of_order.image2d.single_device_kernel_migrate_kernel_validate_abbb",
470 "dEQP-CL.image.addressing_filtering12.1d_array.*",
471 "dEQP-CL.image.addressing_filtering12.2d_array.*"