Home
last modified time | relevance | path

Searched refs:cpoint (Results 1 – 10 of 10) sorted by relevance

/third_party/glslang/Test/baseResults/
Dhlsl.hull.void.tesc.out7 …efinition: @main(struct-VS_OUT-vf31[3]; ( temp structure{ temp 3-component vector of float cpoint})
9 0:26 'ip' ( in 3-element array of structure{ temp 3-component vector of float cpoint})
12 0:28 cpoint: direct index for structure ( temp 3-component vector of float)
13 0:28 'output' ( temp structure{ temp 3-component vector of float cpoint})
16 0:28 cpoint: direct index for structure ( temp 3-component vector of float)
17 0:28 direct index ( temp structure{ temp 3-component vector of float cpoint})
18 0:28 'ip' ( in 3-element array of structure{ temp 3-component vector of float cpoint})
24 0:29 'output' ( temp structure{ temp 3-component vector of float cpoint})
30 0:26 cpoint: direct index for structure ( temp 3-component vector of float)
31 0:26 direct index ( temp structure{ temp 3-component vector of float cpoint})
[all …]
Dhlsl.hull.3.tesc.out6 …efinition: @main(struct-VS_OUT-vf31[4]; ( temp structure{ temp 3-component vector of float cpoint})
8 0:26 'ip' ( in 4-element array of structure{ temp 3-component vector of float cpoint})
11 0:28 cpoint: direct index for structure ( temp 3-component vector of float)
12 0:28 'output' ( temp structure{ temp 3-component vector of float cpoint})
15 0:28 cpoint: direct index for structure ( temp 3-component vector of float)
16 0:28 direct index ( temp structure{ temp 3-component vector of float cpoint})
17 0:28 'ip' ( in 4-element array of structure{ temp 3-component vector of float cpoint})
23 0:29 'output' ( temp structure{ temp 3-component vector of float cpoint})
29 0:26 cpoint: direct index for structure ( temp 3-component vector of float)
30 0:26 direct index ( temp structure{ temp 3-component vector of float cpoint})
[all …]
Dhlsl.hull.2.tesc.out6 …efinition: @main(struct-VS_OUT-vf31[4]; ( temp structure{ temp 3-component vector of float cpoint})
8 0:26 'ip' ( in 4-element array of structure{ temp 3-component vector of float cpoint})
11 0:28 cpoint: direct index for structure ( temp 3-component vector of float)
12 0:28 'output' ( temp structure{ temp 3-component vector of float cpoint})
15 0:28 cpoint: direct index for structure ( temp 3-component vector of float)
16 0:28 direct index ( temp structure{ temp 3-component vector of float cpoint})
17 0:28 'ip' ( in 4-element array of structure{ temp 3-component vector of float cpoint})
23 0:29 'output' ( temp structure{ temp 3-component vector of float cpoint})
29 0:26 cpoint: direct index for structure ( temp 3-component vector of float)
30 0:26 direct index ( temp structure{ temp 3-component vector of float cpoint})
[all …]
Dhlsl.hull.1.tesc.out6 …nition: @main(struct-VS_OUT-vf31[4];u1; ( temp structure{ temp 3-component vector of float cpoint})
8 0:26 'ip' ( in 4-element array of structure{ temp 3-component vector of float cpoint})
12 0:28 cpoint: direct index for structure ( temp 3-component vector of float)
13 0:28 'output' ( temp structure{ temp 3-component vector of float cpoint})
16 0:28 cpoint: direct index for structure ( temp 3-component vector of float)
17 0:28 direct index ( temp structure{ temp 3-component vector of float cpoint})
18 0:28 'ip' ( in 4-element array of structure{ temp 3-component vector of float cpoint})
24 0:29 'output' ( temp structure{ temp 3-component vector of float cpoint})
30 0:26 cpoint: direct index for structure ( temp 3-component vector of float)
31 0:26 direct index ( temp structure{ temp 3-component vector of float cpoint})
[all …]
/third_party/glslang/Test/
Dhlsl.hull.void.tesc7 float3 cpoint : CPOINT;
17 float3 cpoint : CPOINT;
28 output.cpoint = ip[0].cpoint;
Dhlsl.hull.2.tesc7 float3 cpoint : CPOINT;
17 float3 cpoint : CPOINT;
28 output.cpoint = ip[0].cpoint;
Dhlsl.hull.3.tesc7 float3 cpoint : CPOINT;
17 float3 cpoint : CPOINT;
28 output.cpoint = ip[0].cpoint;
Dhlsl.hull.1.tesc7 float3 cpoint : CPOINT;
17 float3 cpoint : CPOINT;
28 output.cpoint = ip[0].cpoint;
/third_party/ltp/testcases/kdump/lib/lkdtm/
Dlkdtm.c120 static enum cname cpoint = INVALID; variable
208 cpoint = i + 1; in lkdtm_parse_commandline()
220 if (cpoint == INVALID || cptype == NONE) in lkdtm_parse_commandline()
311 switch (cpoint) { in lkdtm_module_init()
/third_party/gstreamer/gstreamer/tests/check/elements/
Dleaks.c460 GstStructure *cpoint; in GST_START_TEST() local
464 g_signal_emit_by_name (tracer, "activity-get-checkpoint", &cpoint); in GST_START_TEST()
465 fail_unless_equals_int (gst_structure_n_fields (cpoint), 2); in GST_START_TEST()
467 created = gst_structure_get_value (cpoint, "objects-created-list"); in GST_START_TEST()
478 removed = gst_structure_get_value (cpoint, "objects-removed-list"); in GST_START_TEST()
488 gst_structure_free (cpoint); in GST_START_TEST()