/external/skia/resources/sksl/shared/ |
D | GeometryNoGSInvocationsReorder.geom | 5 // Subtle error: Declaring max_vertices before invocations causes us not to 6 // apply the workaround fixup to max_vertices. It *should* be 4 (2*2) in the 8 layout(line_strip, max_vertices = 2) out;
|
/external/angle/third_party/vulkan-deps/glslang/src/Test/baseResults/ |
D | contradict_0.geom.out | 4 max_vertices = 4 22 max_vertices = 6 37 ERROR: Linking geometry stage: Contradictory layout max_vertices values 43 max_vertices = 4
|
D | mains1.frag.out | 22 max_vertices = -1 33 max_vertices = -1 47 ERROR: Linking geometry stage: At least one shader must specify a layout(max_vertices = value) 57 max_vertices = -1
|
D | max_vertices_0.geom.out | 4 max_vertices = 0 23 max_vertices = 0
|
D | 420_size_gl_in.geom.out | 8 max_vertices = -1 43 ERROR: Linking geometry stage: At least one shader must specify a layout(max_vertices = value) 47 max_vertices = -1
|
D | 450.geom.out | 10 max_vertices = -1 48 ERROR: Linking geometry stage: At least one shader must specify a layout(max_vertices = value) 52 max_vertices = -1
|
/external/deqp-deps/glslang/Test/baseResults/ |
D | contradict_0.geom.out | 4 max_vertices = 4 22 max_vertices = 6 37 ERROR: Linking geometry stage: Contradictory layout max_vertices values 43 max_vertices = 4
|
D | mains1.frag.out | 22 max_vertices = -1 33 max_vertices = -1 47 ERROR: Linking geometry stage: At least one shader must specify a layout(max_vertices = value) 57 max_vertices = -1
|
D | max_vertices_0.geom.out | 4 max_vertices = 0 23 max_vertices = 0
|
D | 420_size_gl_in.geom.out | 8 max_vertices = -1 43 ERROR: Linking geometry stage: At least one shader must specify a layout(max_vertices = value) 47 max_vertices = -1
|
D | 410.geom.out | 16 max_vertices = -1 65 ERROR: Linking geometry stage: At least one shader must specify a layout(max_vertices = value) 69 max_vertices = -1
|
D | 450.geom.out | 10 max_vertices = -1 48 ERROR: Linking geometry stage: At least one shader must specify a layout(max_vertices = value) 52 max_vertices = -1
|
/external/mesa3d/src/gallium/auxiliary/draw/ |
D | draw_pipe_vbuf.c | 68 unsigned max_vertices; member 103 if (vbuf->nr_vertices + nr > vbuf->max_vertices || in check_space() 326 vbuf->max_vertices = vbuf->nr_vertices = 0; in vbuf_flush_vertices() 351 vbuf->max_vertices = in vbuf_alloc_vertices() 354 if (vbuf->max_vertices >= UNDEFINED_VERTEX_ID) in vbuf_alloc_vertices() 355 vbuf->max_vertices = UNDEFINED_VERTEX_ID - 1; in vbuf_alloc_vertices() 364 (ushort) vbuf->max_vertices); in vbuf_alloc_vertices()
|
D | draw_vs_exec.c | 117 unsigned int max_vertices = MIN2(MAX_TGSI_VERTICES, count - i); in vs_exec_run_linear() local 121 for (j = 0; j < max_vertices; j++) { in vs_exec_run_linear() 166 machine->NonHelperMask = (1 << max_vertices) - 1; in vs_exec_run_linear() 172 for (j = 0; j < max_vertices; j++) { in vs_exec_run_linear()
|
D | draw_pt_fetch_shade_pipeline.c | 73 unsigned *max_vertices) in fetch_pipeline_prepare() argument 129 max_vertices ); in fetch_pipeline_prepare() 131 *max_vertices = MAX2( *max_vertices, 4096 ); in fetch_pipeline_prepare() 135 *max_vertices = 4096; in fetch_pipeline_prepare()
|
D | draw_pt.h | 94 unsigned *max_vertices ); 169 unsigned *max_vertices );
|
D | draw_pt_vsplit.c | 47 unsigned max_vertices; member 229 middle->prepare(middle, vsplit->prim, opt, &vsplit->max_vertices); in vsplit_prepare() 231 vsplit->segment_size = MIN2(SEGMENT_SIZE, vsplit->max_vertices); in vsplit_prepare()
|
/external/deqp-deps/glslang/Test/ |
D | 320.geom | 51 layout(max_vertices = 200) out; 52 layout(max_vertices = 300) out; // ERROR, too big 53 void foo(layout(max_vertices = 4) int a) // ERROR 67 layout(max_vertices = 3) int b; // ERROR, not on a block member 120 layout(max_vertices = 200) out; // matching redecl
|
D | 310.geom | 61 layout(max_vertices = 200) out; 62 layout(max_vertices = 300) out; // ERROR, too big 63 void foo(layout(max_vertices = 4) int a) // ERROR 77 layout(max_vertices = 3) int b; // ERROR, not on a block member 130 layout(max_vertices = 200) out; // matching redecl
|
D | 150.geom | 65 layout(max_vertices = 200) out; 66 layout(max_vertices = 300) out; // ERROR, too big 67 void foo(layout(max_vertices = 4) int a) // ERROR 81 layout(max_vertices = 3) int b; // ERROR, not on a block member
|
/external/angle/third_party/vulkan-deps/glslang/src/Test/ |
D | 320.geom | 51 layout(max_vertices = 200) out; 52 layout(max_vertices = 300) out; // ERROR, too big 53 void foo(layout(max_vertices = 4) int a) // ERROR 67 layout(max_vertices = 3) int b; // ERROR, not on a block member 120 layout(max_vertices = 200) out; // matching redecl
|
D | 310.geom | 61 layout(max_vertices = 200) out; 62 layout(max_vertices = 300) out; // ERROR, too big 63 void foo(layout(max_vertices = 4) int a) // ERROR 77 layout(max_vertices = 3) int b; // ERROR, not on a block member 130 layout(max_vertices = 200) out; // matching redecl
|
D | 150.geom | 65 layout(max_vertices = 200) out; 66 layout(max_vertices = 300) out; // ERROR, too big 67 void foo(layout(max_vertices = 4) int a) // ERROR 81 layout(max_vertices = 3) int b; // ERROR, not on a block member
|
/external/skia/resources/sksl/errors/ |
D | LayoutRepeatedQualifiers.sksl | 16 max_vertices = 1, 35 max_vertices = 2,
|
D | LayoutInFunctions.sksl | 16 max_vertices = 1, 38 max_vertices = 1,
|