Lines Matching defs:length
985 * program push constant command(ZERO length) without any commit between
4121 * swizzling, as it can make the URB length longer.
4147 * "This field should be set to the minimum length required to read the
4154 * [errata] Corruption/Hang possible if length programmed larger than
4166 /* The URB read length is the difference of the two, counted in pairs. */
4685 ps.PushConstantEnable = prog_data->ubo_ranges[0].length > 0;
5346 if (range->length == 0)
5605 uint32_t length;
5627 if (range->length == 0)
5630 push_range_sum += range->length;
5632 if (range->length > push_bos->max_length)
5633 push_bos->max_length = range->length;
5648 push_bos->buffers[n].length = range->length;
5657 * "The sum of all four read length fields must be less than or
5687 * buffer 3 read length equal to zero committed followed by a
5688 * 3DSTATE_CONSTANT_* with buffer 0 read length not equal to
5699 push_bos->buffers[i].length;
5742 data.ConstantBufferReadLength = push_bos->buffers[i].length;