Lines Matching refs:used
193 * This intended to be used for CSE and algebraic optimizations, on rvalues
406 * \return The string that would be used in a shader to specify \c
409 * This function is used to generate error messages of the form "shader
413 * This function should only be used on a shader input or output variable.
505 * different, but compatible, interface_type. This is used during linking
521 * different, and incompatible, interface_type. This is used during
646 * If the name length fits into name_storage, it's used, otherwise
669 * This is used to cross validate qualifiers.
676 * explicitly set in the shader or by being used in calculations
683 * Has this variable been used for reading or writing?
686 * variable has been used. For example, it is an error to redeclare a
687 * variable as invariant after it has been used.
692 unsigned used:1;
715 * This is used to detect certain kinds of illegal variable redeclarations.
759 * This is used by the linker to cross-validiate initializers of global
770 * Is this varying used by transform feedback?
772 * This is used by the linker to decide if it's safe to pack the varying.
777 * Is this varying used only by transform feedback?
779 * This is used by the linker to decide if its safe to pack the varying.
910 * Number of state slots used
942 * - Other: This field is not currently used.
973 * Not used for non-array variables. -1 is never accessed.
1045 * Name used for anonymous compiler temporaries
1578 * This is only here for ir_reader to used for testing purposes please use
1612 * Determine the number of operands used by an expression
1697 * rvalue to be used in the lowering pass later.
1749 * Jump instructions used inside loops
1846 * Texture sampling opcodes used in ir_texture
1938 * Value used for projective divide.
1947 * Coordinate used for comparison on shadow look-ups.
2042 * This is used by the \c ir_swizzle constructors.
2357 * The field used to back the values supplied by the constant is determined
2368 * Parameterless constructor only used by the clone method