Searched refs:num_prescale (Results 1 – 6 of 6) sorted by relevance
125 key->gs.num_prescale = svga->state.hw_clear.num_prescale; in make_gs_key()127 key->gs.num_prescale = 1; in make_gs_key()
267 unsigned i, num_prescale = 1; in svga_get_extra_gs_constants() local274 num_prescale = svga->state.hw_clear.num_prescale; in svga_get_extra_gs_constants()276 for (i = 0; i < num_prescale; i++) { in svga_get_extra_gs_constants()
74 unsigned num_prescale:5; member
358 unsigned num_prescale; member
271 unsigned num_prescale; /* number of prescale factor in const buf */ member3022 if (emit->vposition.num_prescale > 1) { in alloc_common_immediates()3024 for (i = 0; i < emit->vposition.num_prescale; i+=4) { in alloc_common_immediates()5584 total_consts += (2 * emit->vposition.num_prescale); in emit_constant_declaration()10048 unsigned index, unsigned num_prescale, in find_prescale_from_cbuf() argument10055 if (num_prescale == 0) in find_prescale_from_cbuf()10082 find_prescale_from_cbuf(emit, index+1, num_prescale-1, in find_prescale_from_cbuf()10106 if (emit->vposition.num_prescale == 1) { in emit_temp_prescale_instructions()10128 find_prescale_from_cbuf(emit, 0, emit->vposition.num_prescale, in emit_temp_prescale_instructions()10427 if (emit->vposition.need_prescale && emit->vposition.num_prescale == 1) in emit_pre_helpers()[all …]
765 svga->state.hw_clear.num_prescale = last_prescale + 1; in emit_viewport()