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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/
H A Dsvga_tgsi_vgpu10.c3035 unsigned total_consts, i; local in function:emit_constant_declaration
3058 total_consts = emit->num_shader_consts[0];
3068 emit->vposition.prescale_scale_index = total_consts++;
3069 emit->vposition.prescale_trans_index = total_consts++;
3074 emit->vs.viewport_index = total_consts++;
3084 emit->clip_plane_const[i] = total_consts++;
3094 emit->texcoord_scale_index[i] = total_consts++;
3099 emit->texture_buffer_size_index[i] = total_consts++;
3104 if (total_consts > 0) {
3109 emit_dword(emit, total_consts);
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/
H A Dsvga_tgsi_vgpu10.c5551 unsigned total_consts, i; local in function:emit_constant_declaration
5574 total_consts = emit->num_shader_consts[0];
5584 emit->vposition.prescale_cbuf_index = total_consts;
5585 total_consts += (2 * emit->vposition.num_prescale);
5590 emit->vs.viewport_index = total_consts++;
5593 emit->vs.vertex_id_bias_index = total_consts++;
5603 emit->clip_plane_const[i] = total_consts++;
5612 emit->texcoord_scale_index[i] = total_consts++;
5617 emit->texture_buffer_size_index[i] = total_consts++;
5622 if (total_consts >
[all...]

Completed in 88 milliseconds