Lines Matching +full:unused +full:- +full:variable
4 * Use of this source code is governed by a BSD-style license that can be
29 kLine, /** data: line number, (unused) */
31 kEnter, /** data: function index, (unused) */
32 kExit, /** data: function index, (unused) */
33 kScope, /** data: scope delta, (unused) */
40 /** The full name of this variable (without component), e.g. `myArray[3].myStruct.myVector` */
42 /** The dimensions of this variable: 1x1 is a scalar, Nx1 is a vector, NxM is a matrix. */
44 /** Which component of the variable is this slot? (e.g. `vec4.z` is component 2) */
50 /** Where is this variable located in the program? */
53 /** If this slot holds a function's return value, contains 1; if not, -1. */
54 int fnReturnValue = -1;
65 * Sets the device-coordinate pixel to trace. If it's not set, the point at (0, 0) will be used.
76 /** Generates a human-readable dump of the debug trace. */
79 /** Returns a slot's component as a variable-name suffix, e.g. ".x" or "[2][2]". */
82 /** Bit-casts a slot's value, then converts to text, e.g. "3.14" or "true" or "12345". */
85 /** Bit-casts a value for a given slot into a double, honoring the slot's NumberKind. */
91 /** The device-coordinate pixel to trace (controlled by setTraceCoord) */
104 /** The SkSL code, split line-by-line. */