Lines Matching defs:component
149 * must be used for the W component.
505 * \brief Returns the allocated coefficient register index for a component of an
510 * \param[in] component The requested component.
515 size_t component)
521 /* The W component shouldn't be the only one. */
530 assert(component < args->components[i]);
533 return args->base[i] + (ROGUE_COEFF_ALIGN * component);
537 * \brief Returns the allocated vertex output index for a component of an input
542 * \param[in] component The requested component.
547 size_t component)
563 assert(component < outputs->components[i]);
566 return outputs->base[i] + component;