HomeSort by relevance Sort by last modified time
    Searched defs:chan_index (Results 1 - 6 of 6) sorted by null

  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_tgsi.c 198 unsigned chan_index; local
233 TGSI_FOR_EACH_DST0_ENABLED_CHANNEL( inst, chan_index ) {
234 emit_data.output[chan_index] = bld_base->base.undef;
243 TGSI_FOR_EACH_DST0_ENABLED_CHANNEL(inst, chan_index) {
244 emit_data.chan = chan_index;
268 TGSI_FOR_EACH_DST0_ENABLED_CHANNEL(inst, chan_index) {
269 emit_data.output[chan_index] = val;
286 const unsigned chan_index)
293 if (chan_index == LP_CHAN_ALL) {
296 swizzle = tgsi_util_get_full_src_register_swizzle(reg, chan_index);
    [all...]
lp_bld_tgsi_soa.c 927 unsigned chan_index,
991 lp_build_const_int_vec(gallivm, uint_bld->type, chan_index);
1120 unsigned chan_index; local
1423 unsigned chan_index; local
    [all...]
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_bld_interp.c 460 LLVMValueRef chan_index = lp_build_const_int32(gallivm, chan); local
474 coeff_bld->type, dadxaos, chan_index);
476 coeff_bld->type, dadyaos, chan_index);
482 coeff_bld->type, a0aos, chan_index);
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_ppc.c 265 const unsigned chan_index)
267 uint swizzle = tgsi_util_get_full_src_register_swizzle(reg, chan_index);
343 uint sign_op = tgsi_util_get_full_src_register_sign_mode(reg, chan_index);
467 unsigned chan_index)
472 int vec = gen->temps_map[reg->Register.Index][chan_index];
489 unsigned chan_index,
497 int offset = (reg->Register.Index * 4 + chan_index) * 16;
505 int dst_vec = gen->temps_map[reg->Register.Index][chan_index];
512 int offset = (reg->Register.Index * 4 + chan_index) * 16;
523 chan_index );
554 uint chan_index; local
584 uint chan_index; local
767 uint chan_index; local
    [all...]
tgsi_exec.c 1045 const uint chan_index,
1624 uint chan_index; local
    [all...]
  /external/mesa3d/src/gallium/drivers/radeon/
radeon_setup_tgsi_llvm.c 282 unsigned chan, chan_index; local
300 TGSI_FOR_EACH_DST0_ENABLED_CHANNEL( inst, chan_index ) {
301 LLVMValueRef value = dst[chan_index];
328 temp_ptr = bld->outputs[reg->Register.Index][chan_index];
332 temp_ptr = lp_get_temp_ptr_soa(bld, reg->Register.Index, chan_index);
    [all...]

Completed in 166 milliseconds