Searched refs:new_loc (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_lower_io_to_vector.c293 unsigned new_loc = loc; local in function:create_new_io_vars
295 get_flat_type(shader, old_vars, &new_loc, &first_var, &num_vertices);
313 loc = new_loc;
H A Dnir_linking_helpers.c411 struct varying_loc *new_loc = &remap[location][var->data.location_frac]; local in function:remap_slots_and_components
426 if (new_loc->location) {
427 var->data.location = new_loc->location;
428 var->data.location_frac = new_loc->component;
/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir_linking_helpers.c389 struct varying_loc *new_loc = &remap[location][var->data.location_frac]; local in function:remap_slots_and_components
404 if (new_loc->location) {
405 var->data.location = new_loc->location;
406 var->data.location_frac = new_loc->component;
/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_vec4.cpp613 int *new_loc, int *new_chan,
625 new_loc[src] = dst;
637 int new_loc[this->uniforms]; local in function:brw::vec4_visitor::pack_uniform_registers
644 memset(new_loc, 0, sizeof(new_loc));
748 new_loc, new_chan,
766 new_loc, new_chan,
787 inst->src[i].nr = new_loc[src];
611 set_push_constant_loc(const int nr_uniforms,int * new_uniform_count,const int src,const int size,const int channel_size,int * new_loc,int * new_chan,int * new_chans_used) argument
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_vec4.cpp611 int *new_loc, int *new_chan,
623 new_loc[src] = dst;
638 int new_loc[this->uniforms]; local in function:brw::vec4_visitor::pack_uniform_registers
645 memset(new_loc, 0, sizeof(new_loc));
749 new_loc, new_chan,
767 new_loc, new_chan,
789 inst->src[i].nr = new_loc[src];
609 set_push_constant_loc(const int nr_uniforms,int * new_uniform_count,const int src,const int size,const int channel_size,int * new_loc,int * new_chan,int * new_chans_used) argument

Completed in 14 milliseconds