Searched refs:cpoint (Results 1 – 10 of 10) sorted by relevance
7 …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 …]
6 …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 …]
6 …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 …]
7 float3 cpoint : CPOINT;17 float3 cpoint : CPOINT;28 output.cpoint = ip[0].cpoint;
120 static enum cname cpoint = INVALID; variable208 cpoint = i + 1; in lkdtm_parse_commandline()220 if (cpoint == INVALID || cptype == NONE) in lkdtm_parse_commandline()311 switch (cpoint) { in lkdtm_module_init()
460 GstStructure *cpoint; in GST_START_TEST() local464 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()