Lines Matching defs:length
614 /* Can't use crocus_emit_cmd because MI_STORE_DATA_IMM has a length of
615 * 2 in genxml but it's actually variable length and we need 5 DWords.
836 if (range->length == 0)
840 nr_fp_regs += (range->length + 1) / 2;
851 if (range->length == 0)
855 nr_vp_regs += (range->length + 1) / 2;
926 if (range->length == 0)
931 unsigned len = range->length * 8 * sizeof(float);
941 total += range->length;
4617 * "This field should be set to the minimum length required to read the
4624 * [errata] Corruption/Hang possible if length programmed larger than
5640 uint32_t length;
5663 if (range->length == 0)
5666 push_range_sum += range->length;
5668 if (range->length > push_bos->max_length)
5669 push_bos->max_length = range->length;
5681 push_bos->buffers[n].length = range->length;
5691 * "The sum of all four read length fields must be less than or
5741 * buffer 3 read length equal to zero committed followed by a
5742 * 3DSTATE_CONSTANT_* with buffer 0 read length not equal to
5757 push_bos->buffers[i].length;
5768 pkt.ConstantBody.ConstantBuffer0ReadLength = push_bos->buffers[0].length - 1;
6477 ps.PushConstantEnable = prog_data->ubo_ranges[0].length > 0;
9010 * commands for all the shaders (at least to zero length) before attempting