Home
last modified time | relevance | path

Searched refs:num_prescale (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/gallium/drivers/svga/
Dsvga_state_gs.c125 key->gs.num_prescale = svga->state.hw_clear.num_prescale; in make_gs_key()
127 key->gs.num_prescale = 1; in make_gs_key()
Dsvga_state_constants.c267 unsigned i, num_prescale = 1; in svga_get_extra_gs_constants() local
274 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()
Dsvga_shader.h74 unsigned num_prescale:5; member
Dsvga_context.h358 unsigned num_prescale; member
Dsvga_tgsi_vgpu10.c271 unsigned num_prescale; /* number of prescale factor in const buf */ member
3022 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() argument
10055 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 …]
Dsvga_state_framebuffer.c765 svga->state.hw_clear.num_prescale = last_prescale + 1; in emit_viewport()