Searched refs:num_prescale (Results 1 - 6 of 6) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/svga/ |
H A D | svga_state_gs.c | 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()
|
H A D | svga_state_constants.c | 313 unsigned i, num_prescale = 1; in svga_get_extra_gs_constants() local 320 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()
|
H A D | svga_shader.h | 75 unsigned num_prescale:5; member
|
H A D | svga_context.h | 404 unsigned num_prescale; member
|
H A D | svga_tgsi_vgpu10.c | 309 unsigned num_prescale; /* number of prescale factor in const buf */ member 3221 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() 11776 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 in emit_pre_helpers() 11768 find_prescale_from_cbuf(struct svga_shader_emitter_v10 *emit, unsigned index, unsigned num_prescale, struct tgsi_full_src_register *vp_index, struct tgsi_full_dst_register *scale, struct tgsi_full_dst_register *translate, struct tgsi_full_src_register *tmp_src, struct tgsi_full_dst_register *tmp_dst) find_prescale_from_cbuf() argument [all...] |
H A D | svga_state_framebuffer.c | 765 svga->state.hw_clear.num_prescale = last_prescale + 1; in emit_viewport()
|
Completed in 21 milliseconds