Searched refs:num_prescale (Results 1 - 6 of 6) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/ |
| H A D | svga_state_gs.c | 125 key->gs.num_prescale = svga->state.hw_clear.num_prescale; 127 key->gs.num_prescale = 1;
|
| H A D | svga_shader.h | 74 unsigned num_prescale:5; member in struct:svga_compile_key::__anon0ac7a0a10208
|
| H A D | svga_state_constants.c | 267 unsigned i, num_prescale = 1; local in function:svga_get_extra_gs_constants 274 num_prescale = svga->state.hw_clear.num_prescale; 276 for (i = 0; i < num_prescale; i++) {
|
| H A D | svga_context.h | 358 unsigned num_prescale; member in struct:svga_hw_clear_state
|
| H A D | svga_tgsi_vgpu10.c | 271 unsigned num_prescale; /* number of prescale factor in const buf */ member in struct:svga_shader_emitter_v10::__anon581dcb1e0408 3022 if (emit->vposition.num_prescale > 1) { 3024 for (i = 0; i < emit->vposition.num_prescale; i+=4) { 5585 total_consts += (2 * emit->vposition.num_prescale); 10103 unsigned index, unsigned num_prescale, 10110 if (num_prescale == 0) 10137 find_prescale_from_cbuf(emit, index+1, num_prescale-1, 10161 if (emit->vposition.num_prescale == 1) { 10183 find_prescale_from_cbuf(emit, 0, emit->vposition.num_prescale, 10482 if (emit->vposition.need_prescale && emit->vposition.num_prescale 10102 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) argument [all...] |
| H A D | svga_state_framebuffer.c | 765 svga->state.hw_clear.num_prescale = last_prescale + 1;
|
Completed in 22 milliseconds