Home
last modified time | relevance | path

Searched refs:spec (Results 1 – 25 of 2648) sorted by relevance

12345678910>>...106

/third_party/mesa3d/src/gallium/drivers/llvmpipe/ci/
Dllvmpipe-quick_gl.txt89 spec/!opengl 1.0/gl-1.0-swapbuffers-behavior: fail
90 spec/!opengl 1.0/rasterpos/glsl_vs_gs_linked: fail
91 spec/!opengl 1.0/rasterpos/glsl_vs_tes_linked: fail
92 spec/!opengl 1.1/depthstencil-default_fb-blit samples=16: skip
93 spec/!opengl 1.1/depthstencil-default_fb-blit samples=32: skip
94 spec/!opengl 1.1/depthstencil-default_fb-blit samples=6: skip
95 spec/!opengl 1.1/depthstencil-default_fb-blit samples=8: skip
96 spec/!opengl 1.1/depthstencil-default_fb-clear samples=16: skip
97 spec/!opengl 1.1/depthstencil-default_fb-clear samples=32: skip
98 spec/!opengl 1.1/depthstencil-default_fb-clear samples=6: skip
[all …]
Dllvmpipe-glslparser.txt135 spec/amd_conservative_depth/preprocessor/disabled-defined-compat.frag: skip
136 spec/amd_conservative_depth/preprocessor/disabled-defined-compat.vert: skip
137 spec/amd_conservative_depth/preprocessor/disabled-defined-core.comp: skip
138 spec/amd_conservative_depth/preprocessor/disabled-defined-core.frag: skip
139 spec/amd_conservative_depth/preprocessor/disabled-defined-core.geom: skip
140 spec/amd_conservative_depth/preprocessor/disabled-defined-core.tesc: skip
141 spec/amd_conservative_depth/preprocessor/disabled-defined-core.tese: skip
142 spec/amd_conservative_depth/preprocessor/disabled-defined-core.vert: skip
143 spec/amd_conservative_depth/preprocessor/disabled-undefined-compat.frag: skip
144 spec/amd_conservative_depth/preprocessor/disabled-undefined-compat.vert: skip
[all …]
Dllvmpipe-quick_shader.txt1 spec/arb_bindless_texture/execution/images/basic-arithmetic-uvec2-imagestore: skip
2 spec/arb_bindless_texture/execution/images/basic-imageatomicexchange: skip
3 spec/arb_bindless_texture/execution/images/basic-imagestore: skip
4 spec/arb_bindless_texture/execution/images/explicit-image-binding: skip
5 spec/arb_bindless_texture/execution/images/fs-const-index-three-dimensions: skip
6 spec/arb_bindless_texture/execution/images/fs-struct-non-const-index: skip
7 spec/arb_bindless_texture/execution/images/image-vertex-attrib-input-output: skip
8 spec/arb_bindless_texture/execution/images/image-vertex-uniform-input-output: skip
9 spec/arb_bindless_texture/execution/images/multiple-resident-images-reading: skip
10 spec/arb_bindless_texture/execution/images/ubo-named-block: skip
[all …]
/third_party/mesa3d/src/gallium/drivers/softpipe/ci/
Dsoftpipe-quick.txt100 spec/!opengl 1.0/gl-1.0-drawbuffer-modes: fail
101 spec/!opengl 1.0/gl-1.0-swapbuffers-behavior: fail
102 spec/!opengl 1.1/depthstencil-default_fb-blit samples=16: skip
103 spec/!opengl 1.1/depthstencil-default_fb-blit samples=2: skip
104 spec/!opengl 1.1/depthstencil-default_fb-blit samples=32: skip
105 spec/!opengl 1.1/depthstencil-default_fb-blit samples=4: skip
106 spec/!opengl 1.1/depthstencil-default_fb-blit samples=6: skip
107 spec/!opengl 1.1/depthstencil-default_fb-blit samples=8: skip
108 spec/!opengl 1.1/depthstencil-default_fb-clear samples=16: skip
109 spec/!opengl 1.1/depthstencil-default_fb-clear samples=2: skip
[all …]
/third_party/mesa3d/.gitlab-ci/windows/
Dquick_gl.txt55 spec/!opengl 1.0/gl-1.0-beginend-coverage/glflush: fail
56 spec/!opengl 1.0/gl-1.0-blend-func: fail
57 spec/!opengl 1.0/gl-1.0-dlist-bitmap: fail
58 spec/!opengl 1.0/gl-1.0-long-line-loop: fail
59 spec/!opengl 1.0/gl-1.0-no-op-paths: fail
60 spec/!opengl 1.0/gl-1.0-simple-readbuffer: fail
61 spec/!opengl 1.0/gl-1.0-spot-light: fail
62 spec/!opengl 1.0/gl-1.0-texgen: fail
63 spec/!opengl 1.0/rasterpos/glsl_vs_gs_linked: skip
64 spec/!opengl 1.0/rasterpos/glsl_vs_gs_sso: skip
[all …]
/third_party/python/Lib/test/test_importlib/
Dtest_spec.py38 def create_module(self, spec): argument
72 self.spec = self.machinery.ModuleSpec(self.name, self.loader)
78 spec = self.machinery.ModuleSpec(self.name, self.loader)
80 self.assertEqual(spec.name, self.name)
81 self.assertEqual(spec.loader, self.loader)
82 self.assertIs(spec.origin, None)
83 self.assertIs(spec.loader_state, None)
84 self.assertIs(spec.submodule_search_locations, None)
85 self.assertIs(spec.cached, None)
86 self.assertFalse(spec.has_location)
[all …]
/third_party/mesa3d/src/gallium/drivers/zink/ci/
Dzink-lvp-fails.txt65 spec@!opengl 1.0@gl-1.0-edgeflag,Fail
66 spec@!opengl 1.0@gl-1.0-edgeflag-quads,Fail
67 spec@!opengl 1.0@gl-1.0-no-op-paths,Fail
68 spec@!opengl 1.0@gl-1.0-swapbuffers-behavior,Fail
69 spec@!opengl 1.1@linestipple,Fail
70 spec@!opengl 1.1@linestipple@Factor 2x,Fail
71 spec@!opengl 1.1@linestipple@Factor 3x,Fail
72 spec@!opengl 1.1@linestipple@Line loop,Fail
73 spec@!opengl 1.1@linestipple@Line strip,Fail
74 spec@!opengl 1.1@polygon-offset,Fail
[all …]
/third_party/mesa3d/src/gallium/drivers/radeonsi/ci/
Draven-piglit-quick-fail.csv19 spec@!opengl 1.0@gl-1.0-swapbuffers-behavior,Fail
20 spec@!opengl 1.0@gl-1.0-user-clip-all-planes,Fail
21 spec@!opengl 1.0@rasterpos,Fail
22 spec@!opengl 1.0@rasterpos@glsl_vs_gs_linked,Fail
23 spec@!opengl 1.0@rasterpos@glsl_vs_tes_linked,Fail
24 spec@!opengl 1.1@read-front,Fail
25 spec@!opengl 1.1@read-front clear-front-first,Fail
26 spec@!opengl 1.1@read-front clear-front-first samples=2,Fail
27 spec@!opengl 1.1@read-front clear-front-first samples=4,Fail
28 spec@!opengl 1.1@read-front clear-front-first samples=6,Fail
[all …]
Dradeonsi-stoney-skips.txt2 spec@!opengl 1.0@gl-1.0-blend-func
3 spec@!opengl 1.2@tex3d-maxsize
4 spec@ext_framebuffer_object@fbo-maxsize
5 spec@!opengl 1.1@max-texture-size
6 spec@!opengl 1.1@max-texture-size-level
7 spec@!opengl 1.2@tex3d-maxsize
8 spec@arb_texture_buffer_object@max-size
9 spec@ext_framebuffer_object@fbo-maxsize
12 spec@arb_compute_shader@local-id-explosion
14 spec@arb_uniform_buffer_object@maxuniformblocksize@vs
[all …]
Dnavi10-piglit-quick-fail.csv19 spec@!opengl 1.0@gl-1.0-swapbuffers-behavior,Fail
20 spec@!opengl 1.0@gl-1.0-user-clip-all-planes,Fail
21 spec@!opengl 1.0@rasterpos,Fail
22 spec@!opengl 1.0@rasterpos@glsl_vs_gs_linked,Fail
23 spec@!opengl 1.0@rasterpos@glsl_vs_tes_linked,Fail
24 spec@!opengl 1.1@read-front,Fail
25 spec@!opengl 1.1@read-front clear-front-first,Fail
26 spec@!opengl 1.1@read-front clear-front-first samples=2,Fail
27 spec@!opengl 1.1@read-front clear-front-first samples=4,Fail
28 spec@!opengl 1.1@read-front clear-front-first samples=6,Fail
[all …]
Dsienna_cichlid-piglit-quick-fail.csv19 spec@!opengl 1.0@gl-1.0-swapbuffers-behavior,Fail
20 spec@!opengl 1.0@gl-1.0-user-clip-all-planes,Fail
21 spec@!opengl 1.0@rasterpos,Fail
22 spec@!opengl 1.0@rasterpos@glsl_vs_gs_linked,Fail
23 spec@!opengl 1.0@rasterpos@glsl_vs_tes_linked,Fail
24 spec@!opengl 1.1@read-front,Fail
25 spec@!opengl 1.1@read-front clear-front-first,Fail
26 spec@!opengl 1.1@read-front clear-front-first samples=2,Fail
27 spec@!opengl 1.1@read-front clear-front-first samples=4,Fail
28 spec@!opengl 1.1@read-front clear-front-first samples=6,Fail
[all …]
/third_party/mesa3d/docs/
Dextensions.rst7 - `MESA_agp_offset.spec <specs/OLD/MESA_agp_offset.spec>`__
8 - `MESA_copy_sub_buffer.spec <specs/MESA_copy_sub_buffer.spec>`__
9 - `MESA_drm_image.spec <specs/MESA_drm_image.spec>`__
10 - `MESA_multithread_makecurrent.spec <specs/MESA_multithread_makecurrent.spec>`__
11 - `MESA_packed_depth_stencil.spec <specs/OLD/MESA_packed_depth_stencil.spec>`__
13 - `MESA_pack_invert.spec <specs/MESA_pack_invert.spec>`__
14 - `MESA_pixmap_colormap.spec <specs/MESA_pixmap_colormap.spec>`__
15 - `MESA_program_debug.spec <specs/OLD/MESA_program_debug.spec>`__
17 - `MESA_release_buffers.spec <specs/MESA_release_buffers.spec>`__
18 - `MESA_resize_buffers.spec <specs/OLD/MESA_resize_buffers.spec>`__
[all …]
/third_party/gettext/gettext-tools/src/
Dformat-python-brace.c54 struct spec struct
63 static bool parse_upto (struct spec *spec, const char **formatp, argument
66 static void free_named_args (struct spec *spec);
76 parse_named_field (struct spec *spec, in parse_named_field() argument
97 parse_numeric_field (struct spec *spec, in parse_numeric_field() argument
117 parse_directive (struct spec *spec, in parse_directive() argument
134 if (!parse_named_field (spec, &format, translated, fdi, invalid_reason) in parse_directive()
135 && !parse_numeric_field (spec, &format, translated, fdi, invalid_reason)) in parse_directive()
138 …xasprintf (_("In the directive number %u, '%c' cannot start a field name."), spec->directives, *fo… in parse_directive()
153 if (!parse_named_field (spec, &format, translated, fdi, in parse_directive()
[all …]
Dformat-ruby.c98 struct spec struct
159 struct spec spec; in format_parse() local
162 struct spec *result; in format_parse()
164 spec.directives = 0; in format_parse()
165 spec.named_arg_count = 0; in format_parse()
166 spec.numbered_arg_count = 0; in format_parse()
167 spec.named = NULL; in format_parse()
168 spec.numbered = NULL; in format_parse()
190 spec.directives++; in format_parse()
203 *invalid_reason = INVALID_FLAG_AFTER_WIDTH (spec.directives); in format_parse()
[all …]
Dformat-awk.c71 struct spec struct
99 struct spec spec; in format_parse() local
102 struct spec *result; in format_parse()
104 spec.directives = 0; in format_parse()
105 spec.numbered_arg_count = 0; in format_parse()
106 spec.numbered = NULL; in format_parse()
118 spec.directives++; in format_parse()
136 *invalid_reason = INVALID_ARGNO_0 (spec.directives); in format_parse()
174 INVALID_WIDTH_ARGNO_0 (spec.directives); in format_parse()
195 if (numbered_allocated == spec.numbered_arg_count) in format_parse()
[all …]
Dformat-elisp.c72 struct spec struct
100 struct spec spec; in format_parse() local
102 struct spec *result; in format_parse()
105 spec.directives = 0; in format_parse()
106 spec.numbered_arg_count = 0; in format_parse()
107 spec.numbered = NULL; in format_parse()
118 spec.directives++; in format_parse()
149 if (numbered_allocated == spec.numbered_arg_count) in format_parse()
152spec.numbered = (struct numbered_arg *) xrealloc (spec.numbered, numbered_allocated * sizeof (stru… in format_parse()
154 spec.numbered[spec.numbered_arg_count].number = number; in format_parse()
[all …]
Dformat-python.c90 struct spec struct
121 struct spec spec; in format_parse() local
123 struct spec *result; in format_parse()
125 spec.directives = 0; in format_parse()
126 spec.named_arg_count = 0; in format_parse()
127 spec.unnamed_arg_count = 0; in format_parse()
128 spec.named = NULL; in format_parse()
129 spec.unnamed = NULL; in format_parse()
141 spec.directives++; in format_parse()
187 if (spec.named_arg_count > 0) in format_parse()
[all …]
Dformat-boost.c91 struct spec struct
119 struct spec spec; in format_parse() local
122 struct spec *result; in format_parse()
124 spec.directives = 0; in format_parse()
125 spec.numbered_arg_count = 0; in format_parse()
126 spec.numbered = NULL; in format_parse()
135 spec.directives++; in format_parse()
168 *invalid_reason = INVALID_ARGNO_0 (spec.directives); in format_parse()
220 INVALID_WIDTH_ARGNO_0 (spec.directives); in format_parse()
243 if (numbered_allocated == spec.numbered_arg_count) in format_parse()
[all …]
Dformat-tcl.c75 struct spec struct
103 struct spec spec; in format_parse() local
105 struct spec *result; in format_parse()
110 spec.directives = 0; in format_parse()
111 spec.numbered_arg_count = 0; in format_parse()
112 spec.numbered = NULL; in format_parse()
123 spec.directives++; in format_parse()
148 *invalid_reason = INVALID_ARGNO_0 (spec.directives); in format_parse()
189 if (numbered_allocated == spec.numbered_arg_count) in format_parse()
192spec.numbered = (struct numbered_arg *) xrealloc (spec.numbered, numbered_allocated * sizeof (stru… in format_parse()
[all …]
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fDrawElementsBaseVertexTests.cpp85 static void addRangeElementsToSpec (gls::DrawTestSpec& spec) in addRangeElementsToSpec() argument
87 if (spec.drawMethod == gls::DrawTestSpec::DRAWMETHOD_DRAWELEMENTS_RANGED_BASEVERTEX) in addRangeElementsToSpec()
89 spec.indexMin = 0; in addRangeElementsToSpec()
90 spec.indexMax = (int)getElementCount(spec.primitive, spec.primitiveCount); in addRangeElementsToSpec()
94 static void addTestIterations (gls::DrawTest* test, gls::DrawTestSpec& spec, TestIterationType type) in addTestIterations() argument
98 spec.primitiveCount = 1; in addTestIterations()
99 addRangeElementsToSpec(spec); in addTestIterations()
100 test->addIteration(spec, "draw count = 1"); in addTestIterations()
102 spec.primitiveCount = 5; in addTestIterations()
103 addRangeElementsToSpec(spec); in addTestIterations()
[all …]
/third_party/mesa3d/src/broadcom/ci/
Dv3d-rpi4-fails.txt20 spec@!opengl 1.0@gl-1.0-bitmap-heart-dance,Fail
21 spec@!opengl 1.0@gl-1.0-dlist-bitmap,Fail
22 spec@!opengl 1.0@gl-1.0-edgeflag,Fail
23 spec@!opengl 1.0@gl-1.0-edgeflag-const,Fail
24 spec@!opengl 1.0@gl-1.0-edgeflag-quads,Fail
25 spec@!opengl 1.0@gl-1.0-no-op-paths,Fail
26 spec@!opengl 1.0@gl-1.0-spot-light,Fail
27 spec@!opengl 1.0@gl-1.0-user-clip-all-planes,Fail
28 spec@!opengl 1.1@depthstencil-default_fb-drawpixels-24_8 samples=2,Fail
29 spec@!opengl 1.1@depthstencil-default_fb-drawpixels-32f_24_8_rev samples=2,Fail
[all …]
Dv3d-rpi4-skips.txt2 spec@!opengl 1.1@streaming-texture-leak
3 spec@!opengl 1.2@tex3d-maxsize
4 spec@ext_texture_env_combine@texture-env-combine
5 spec@glsl-1.10@execution@loops@glsl-fs-unroll-explosion
6 spec@glsl-1.10@execution@loops@glsl-vs-unroll-explosion
7 spec@!opengl 1.0@gl-1.0-blend-func
10 spec@arb_gpu_shader_fp64.*
11 spec@arb_gpu_shader_gpu5.*
12 spec@arb_gpu_shader_int64.*
13 spec@arb_tessellation_shader.*
[all …]
/third_party/mesa3d/src/panfrost/ci/
Dpanfrost-g52-fails.txt32 spec@arb_base_instance@arb_base_instance-drawarrays,Fail
33 spec@arb_blend_func_extended@arb_blend_func_extended-dual-src-blending-issue-1917_gles3,Crash
34 spec@arb_blend_func_extended@arb_blend_func_extended-fbo-extended-blend-explicit,Fail
35 spec@arb_blend_func_extended@arb_blend_func_extended-fbo-extended-blend-explicit_gles3,Fail
36 spec@arb_blend_func_extended@arb_blend_func_extended-fbo-extended-blend,Fail
37 spec@arb_blend_func_extended@arb_blend_func_extended-fbo-extended-blend_gles3,Fail
38 spec@arb_blend_func_extended@arb_blend_func_extended-fbo-extended-blend-pattern,Fail
39 spec@arb_blend_func_extended@arb_blend_func_extended-fbo-extended-blend-pattern_gles2,Crash
40 spec@arb_blend_func_extended@arb_blend_func_extended-fbo-extended-blend-pattern_gles3,Fail
41 spec@arb_color_buffer_float@gl_rgba16f-render,Fail
[all …]
/third_party/mesa3d/src/freedreno/ci/
Dfreedreno-a630-fails.txt100 spec@arb_arrays_of_arrays@execution@image_store@basic-imagestore-mixed-const-non-const-uniform-inde…
101 spec@arb_arrays_of_arrays@execution@image_store@basic-imagestore-mixed-const-non-const-uniform-inde…
102 spec@arb_arrays_of_arrays@execution@image_store@basic-imagestore-non-const-uniform-index,Crash
104 spec@arb_compute_shader@execution@border-color,Fail
105 spec@arb_depth_buffer_float@fbo-clear-formats stencil,Fail
106 spec@arb_depth_buffer_float@fbo-clear-formats stencil@GL_DEPTH32F_STENCIL8,Fail
107 spec@arb_depth_buffer_float@fbo-generatemipmap-formats,Fail
108 spec@arb_depth_buffer_float@fbo-generatemipmap-formats@GL_DEPTH_COMPONENT32F,Fail
109 spec@arb_depth_buffer_float@fbo-generatemipmap-formats@GL_DEPTH_COMPONENT32F NPOT,Fail
110 spec@arb_depth_buffer_float@texwrap formats bordercolor,Fail
[all …]
/third_party/vk-gl-cts/modules/gles2/functional/
Des2fDrawTests.cpp54 gls::DrawTestSpec spec(baseSpec); in addTestIterations() local
58 spec.primitiveCount = 1; in addTestIterations()
59 test->addIteration(spec, "draw count = 1"); in addTestIterations()
61 spec.primitiveCount = 5; in addTestIterations()
62 test->addIteration(spec, "draw count = 5"); in addTestIterations()
64 spec.primitiveCount = 25; in addTestIterations()
65 test->addIteration(spec, "draw count = 25"); in addTestIterations()
71 static void genBasicSpec (gls::DrawTestSpec& spec, gls::DrawTestSpec::DrawMethod method) in genBasicSpec() argument
73 spec.apiType = glu::ApiType::es(2,0); in genBasicSpec()
74 spec.primitive = gls::DrawTestSpec::PRIMITIVE_TRIANGLES; in genBasicSpec()
[all …]

12345678910>>...106