Searched refs:new_uniform_count (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/intel/compiler/ |
| H A D | brw_vec4.cpp | 609 set_push_constant_loc(const int nr_uniforms, int *new_uniform_count, argument 627 *new_uniform_count = MAX2(*new_uniform_count, dst + 1); 722 int new_uniform_count = 0; local in function:brw::vec4_visitor::pack_uniform_registers 747 int dst = set_push_constant_loc(uniforms, &new_uniform_count, 765 int dst = set_push_constant_loc(uniforms, &new_uniform_count, 777 this->uniforms = new_uniform_count; 778 stage_prog_data->nr_params = new_uniform_count * 4;
|
| /xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/ |
| H A D | brw_vec4.cpp | 611 set_push_constant_loc(const int nr_uniforms, int *new_uniform_count, argument 629 *new_uniform_count = MAX2(*new_uniform_count, dst + 1); 721 int new_uniform_count = 0; local in function:brw::vec4_visitor::pack_uniform_registers 746 int dst = set_push_constant_loc(uniforms, &new_uniform_count, 764 int dst = set_push_constant_loc(uniforms, &new_uniform_count, 776 this->uniforms = new_uniform_count;
|
Completed in 8 milliseconds