Lines Matching defs:function

172    AS_CHILD(function)
266 * The base implementation of this function always returns \c false. The
267 * \c ir_constant class over-rides this function to return \c true \b only
278 * The base implementation of this function always returns \c false. The
279 * \c ir_constant class over-rides this function to return \c true \b only
290 * The base implementation of this function always returns \c false. The
291 * \c ir_constant class over-rides this function to return \c true \b only
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.
556 * A "set" function is not needed because the array is dynamically allocated
690 * but not in Mesa's fixed function or ARB program paths.
820 * constraints on function parameters.
1070 * A function that returns whether a built-in function is available in the
1177 * The representation of a function instance; may be the full definition or
1201 * Attempt to evaluate this function as a constant expression,
1210 * Get the name of the function for which this is a signature
1215 * Get a handle to the function for which this is a signature
1217 * There is no setter function, this function returns a \c const pointer,
1219 * only way to make a connection between a function and function signature
1221 * invariants (i.e., a function signature is in the list of signatures for
1226 inline const class ir_function *function() const
1253 * List of ir_variable of function parameters.
1260 /** Whether or not this function has a body (which may be empty). */
1270 /** Whether or not this function signature is a built-in. */
1274 * Whether or not this function is an intrinsic to be implemented
1288 /** Body of instructions in the function. */
1293 * A function pointer to a predicate that answers whether a built-in
1294 * function is available in the current shader. NULL if not a built-in.
1307 * Helper function to run a list of instructions for constant
1373 * Name of the function.
1377 /** Whether or not this function has a signature that isn't a built-in. */
1381 * List of ir_function_signature for each overloaded function with this name.
1386 * is this function a subroutine type declaration
1392 * is this function associated to a subroutine type
1630 * HIR instruction representing a high-level function call, containing a list
1667 * Get the name of the function being called.
1675 * Generates an inline version of the function before @ir,
1681 * Storage for the function's return value.
1687 * The specific function signature being called.
2321 * Note that this function only handles what assign can handle,
2481 * \c _mesa_glsl_error will be called to emit error messages for each function
2492 * \c link_error_printf will be called to emit error messages for each function