Searched refs:new_chan (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/compiler/
H A Dradeon_compiler_util.c155 unsigned int new_chan = get_swz(conversion_swizzle, i); local in function:rc_adjust_channels
156 if (new_chan == RC_SWIZZLE_UNUSED) {
159 SET_SWZ(new_swizzle, new_chan, GET_SWZ(old_swizzle, i));
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/compiler/
H A Dradeon_compiler_util.c155 unsigned int new_chan = get_swz(conversion_swizzle, i); local in function:rc_adjust_channels
156 if (new_chan == RC_SWIZZLE_UNUSED) {
159 SET_SWZ(new_swizzle, new_chan, GET_SWZ(old_swizzle, i));
/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_vec4.cpp613 int *new_loc, int *new_chan,
626 new_chan[src] = ALIGN(new_chans_used[dst], channel_size);
638 int new_chan[this->uniforms]; local in function:brw::vec4_visitor::pack_uniform_registers
645 memset(new_chan, 0, sizeof(new_chan));
748 new_loc, new_chan,
752 stage_prog_data->param[dst * 4 + new_chan[src] + j] =
766 new_loc, new_chan,
770 stage_prog_data->param[dst * 4 + new_chan[src] + j] =
786 int chan = new_chan[sr
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
[all...]
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_vec4.cpp611 int *new_loc, int *new_chan,
624 new_chan[src] = ALIGN(new_chans_used[dst], channel_size);
639 int new_chan[this->uniforms]; local in function:brw::vec4_visitor::pack_uniform_registers
646 memset(new_chan, 0, sizeof(new_chan));
749 new_loc, new_chan,
753 stage_prog_data->param[dst * 4 + new_chan[src] + j] =
767 new_loc, new_chan,
771 stage_prog_data->param[dst * 4 + new_chan[src] + j] =
788 int chan = new_chan[sr
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
[all...]

Completed in 7 milliseconds