Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_vec4.cpp430 int new_chan[this->uniforms]; in pack_uniform_registers() local
434 memset(new_chan, 0, sizeof(new_chan)); in pack_uniform_registers()
473 new_chan[src] = 0; in pack_uniform_registers()
476 new_chan[src] = this->uniform_vector_size[dst]; in pack_uniform_registers()
480 c->prog_data.param[dst * 4 + new_chan[src] + j] = in pack_uniform_registers()
505 int sx = BRW_GET_SWZ(inst->src[i].swizzle, 0) + new_chan[src]; in pack_uniform_registers()
506 int sy = BRW_GET_SWZ(inst->src[i].swizzle, 1) + new_chan[src]; in pack_uniform_registers()
507 int sz = BRW_GET_SWZ(inst->src[i].swizzle, 2) + new_chan[src]; in pack_uniform_registers()
508 int sw = BRW_GET_SWZ(inst->src[i].swizzle, 3) + new_chan[src]; in pack_uniform_registers()
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
Dbrw_vec4.cpp430 int new_chan[this->uniforms]; in pack_uniform_registers() local
434 memset(new_chan, 0, sizeof(new_chan)); in pack_uniform_registers()
473 new_chan[src] = 0; in pack_uniform_registers()
476 new_chan[src] = this->uniform_vector_size[dst]; in pack_uniform_registers()
480 c->prog_data.param[dst * 4 + new_chan[src] + j] = in pack_uniform_registers()
505 int sx = BRW_GET_SWZ(inst->src[i].swizzle, 0) + new_chan[src]; in pack_uniform_registers()
506 int sy = BRW_GET_SWZ(inst->src[i].swizzle, 1) + new_chan[src]; in pack_uniform_registers()
507 int sz = BRW_GET_SWZ(inst->src[i].swizzle, 2) + new_chan[src]; in pack_uniform_registers()
508 int sw = BRW_GET_SWZ(inst->src[i].swizzle, 3) + new_chan[src]; in pack_uniform_registers()
/external/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_compiler_util.c155 unsigned int new_chan = get_swz(conversion_swizzle, i); in rc_adjust_channels() local
156 if (new_chan == RC_SWIZZLE_UNUSED) { in rc_adjust_channels()
159 SET_SWZ(new_swizzle, new_chan, GET_SWZ(old_swizzle, i)); in rc_adjust_channels()
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
Dradeon_compiler_util.c155 unsigned int new_chan = get_swz(conversion_swizzle, i); in rc_adjust_channels() local
156 if (new_chan == RC_SWIZZLE_UNUSED) { in rc_adjust_channels()
159 SET_SWZ(new_swizzle, new_chan, GET_SWZ(old_swizzle, i)); in rc_adjust_channels()
/external/wpa_supplicant_8/src/common/
Dieee802_11_defs.h505 u8 new_chan; member