Searched refs:num_prescale (Results 1 – 6 of 6) sorted by relevance
95 key->gs.num_prescale = svga->state.hw_clear.num_prescale; in make_gs_key()97 key->gs.num_prescale = 1; in make_gs_key()
313 unsigned i, num_prescale = 1; in svga_get_extra_gs_constants() local320 num_prescale = svga->state.hw_clear.num_prescale; in svga_get_extra_gs_constants()322 for (i = 0; i < num_prescale; i++) { in svga_get_extra_gs_constants()
75 unsigned num_prescale:5; member
309 unsigned num_prescale; /* number of prescale factor in const buf */ member3221 if (emit->vposition.num_prescale > 1) { in alloc_common_immediates()3223 for (i = 0; i < emit->vposition.num_prescale; i+=4) { in alloc_common_immediates()5899 total_consts += (2 * emit->vposition.num_prescale); in emit_constant_declaration()11769 unsigned index, unsigned num_prescale, in find_prescale_from_cbuf() argument11776 if (num_prescale == 0) in find_prescale_from_cbuf()11803 find_prescale_from_cbuf(emit, index+1, num_prescale-1, in find_prescale_from_cbuf()11827 if (emit->vposition.num_prescale == 1) { in emit_temp_prescale_instructions()11849 find_prescale_from_cbuf(emit, 0, emit->vposition.num_prescale, in emit_temp_prescale_instructions()12182 if (emit->vposition.need_prescale && emit->vposition.num_prescale == 1) in emit_pre_helpers()[all …]
404 unsigned num_prescale; member
765 svga->state.hw_clear.num_prescale = last_prescale + 1; in emit_viewport()