• Home
  • History
  • Annotate
  • Raw
  • Download

Lines Matching refs:divisor

502   * pname:divisor is the number of successive instances that will use the
507 For example, if the divisor is N, the same vertex attribute will be
510 The maximum value of pname:divisor is implementation-dependent and can
513 A value of `0` can: be used for the divisor if the
520 * pname:divisor must: be set to `1`
531 * [[VUID-VkVertexInputBindingDescription2EXT-divisor-04798]]
534 pname:divisor must: not be `0`
535 * [[VUID-VkVertexInputBindingDescription2EXT-divisor-04799]]
538 pname:divisor must: be `1`
539 * [[VUID-VkVertexInputBindingDescription2EXT-divisor-06226]]
540 pname:divisor must: be a value between `0` and
543 * [[VUID-VkVertexInputBindingDescription2EXT-divisor-06227]]
544 If pname:divisor is not `1` then pname:inputRate must: be of type
833 the divisor value for each binding.
838 [open,refpage='VkVertexInputBindingDivisorDescriptionEXT',desc='Structure specifying a divisor used…
840 The individual divisor values per binding are specified using the
846 * pname:binding is the binding number for which the divisor is specified.
847 * pname:divisor is the number of successive instances that will use the
849 For example, if the divisor is N, the same vertex attribute will be
852 The maximum value of pname:divisor is implementation-dependent and can
855 A value of `0` can: be used for the divisor if the
861 If this structure is not used to define a divisor value for an attribute,
862 then the divisor has a logical default value of 1.
871 enabled, pname:divisor must: not be `0`
874 pname:divisor must: be `1`
875 * [[VUID-VkVertexInputBindingDivisorDescriptionEXT-divisor-01870]]
876 pname:divisor must: be a value between `0` and
913 * Let code:divisor be the member of
930 if (divisor == 0)
933 …effectiveVertexOffset = (firstInstance + ((instanceIndex - firstInstance) / divisor)) * bindingDes…