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

  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_tgsi.c 240 unsigned chan_index; local
272 TGSI_FOR_EACH_DST0_ENABLED_CHANNEL( inst, chan_index ) {
273 emit_data.output[chan_index] = bld_base->base.undef;
282 TGSI_FOR_EACH_DST0_ENABLED_CHANNEL(inst, chan_index) {
283 int src_index = get_src_chan_idx(inst->Instruction.Opcode, chan_index);
287 emit_data.chan = chan_index;
312 TGSI_FOR_EACH_DST0_ENABLED_CHANNEL(inst, chan_index) {
313 emit_data.output[chan_index] = val;
330 const unsigned chan_index)
337 if (chan_index == LP_CHAN_ALL)
    [all...]
lp_bld_tgsi_soa.c 2039 unsigned chan_index; local
2793 unsigned chan_index; local
    [all...]
lp_bld_tgsi.h 652 const unsigned chan_index);
660 const unsigned chan_index);
  /external/mesa3d/src/gallium/drivers/radeonsi/
si_shader_tgsi_setup.c 603 unsigned chan_index,
612 ptr = get_pointer_into_array(ctx, file, chan_index, reg_index, reg_indirect);
620 emit_array_fetch(bld_base, file, TGSI_TYPE_FLOAT, range, chan_index);
629 temp_ptr = ctx->outputs[i + range.First][chan_index];
635 temp_ptr = ctx->temps[(i + range.First) * TGSI_NUM_CHANNELS + chan_index];
986 unsigned chan, chan_index; local
1006 TGSI_FOR_EACH_DST0_ENABLED_CHANNEL( inst, chan_index ) {
1007 LLVMValueRef value = dst[chan_index];
1009 if (tgsi_type_is_64bit(dtype) && (chan_index == 1 || chan_index == 3)
    [all...]
si_shader.c 1118 unsigned chan_index; local
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_fs_builder.h 399 /* FIXME: We use a vector chan_index and dst to allow constant and
407 const dst_reg chan_index = vgrf(BRW_REGISTER_TYPE_UD); local
410 ubld.emit(SHADER_OPCODE_FIND_LIVE_CHANNEL, chan_index);
411 ubld.emit(SHADER_OPCODE_BROADCAST, dst, src, component(chan_index, 0));
brw_vec4_builder.h 352 const dst_reg chan_index = local
356 ubld.emit(SHADER_OPCODE_FIND_LIVE_CHANNEL, chan_index);
357 ubld.emit(SHADER_OPCODE_BROADCAST, dst, src, src_reg(chan_index));
brw_vec4_visitor.cpp 837 const src_reg chan_index(this, glsl_type::uint_type);
841 emit(SHADER_OPCODE_FIND_LIVE_CHANNEL, dst_reg(chan_index))
843 emit(SHADER_OPCODE_BROADCAST, dst, src, chan_index)
    [all...]
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_bld_interp.c 463 LLVMValueRef chan_index = lp_build_const_int32(gallivm, chan); local
485 coeff_bld->type, dadxaos, chan_index);
487 coeff_bld->type, dadyaos, chan_index);
493 coeff_bld->type, a0aos, chan_index);
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_exec.c 2070 uint chan_index; local
    [all...]

Completed in 161 milliseconds