Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_vgpu10.c2826 unsigned total_consts, i; in emit_constant_declaration() local
2849 total_consts = emit->num_shader_consts[0]; in emit_constant_declaration()
2855 emit->vposition.prescale_scale_index = total_consts++; in emit_constant_declaration()
2856 emit->vposition.prescale_trans_index = total_consts++; in emit_constant_declaration()
2861 emit->vs.viewport_index = total_consts++; in emit_constant_declaration()
2871 emit->clip_plane_const[i] = total_consts++; in emit_constant_declaration()
2879 emit->texcoord_scale_index[i] = total_consts++; in emit_constant_declaration()
2887 emit->texture_buffer_size_index[i] = total_consts++; in emit_constant_declaration()
2891 if (total_consts > 0) { in emit_constant_declaration()
2896 emit_dword(emit, total_consts); in emit_constant_declaration()