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

  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
tgsi_ppc.c 786 v0 = get_src_vec(gen, inst, 0, TGSI_CHAN_W); /* v0 = src0.WWWW */
787 v1 = get_src_vec(gen, inst, 1, TGSI_CHAN_W); /* v1 = src1.WWWW */
791 v1 = get_src_vec(gen, inst, 1, TGSI_CHAN_W); /* v1 = src1.WWWW */
860 w_vec = get_src_vec(gen, inst, 0, TGSI_CHAN_W); /* w_vec = src[0].w */
890 if (TGSI_IS_DST0_CHANNEL_ENABLED(inst, TGSI_CHAN_W)) {
891 emit_store(gen, one_vec, inst, TGSI_CHAN_W, FALSE);
935 if (TGSI_IS_DST0_CHANNEL_ENABLED(inst, TGSI_CHAN_W)) {
936 emit_store(gen, one_vec, inst, TGSI_CHAN_W, FALSE);
993 if (TGSI_IS_DST0_CHANNEL_ENABLED(inst, TGSI_CHAN_W)) {
994 emit_store(gen, one_vec, inst, TGSI_CHAN_W, FALSE)
    [all...]
tgsi_exec.c     [all...]
tgsi_exec.h 43 #define TGSI_CHAN_W 3
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_ppc.c 786 v0 = get_src_vec(gen, inst, 0, TGSI_CHAN_W); /* v0 = src0.WWWW */
787 v1 = get_src_vec(gen, inst, 1, TGSI_CHAN_W); /* v1 = src1.WWWW */
791 v1 = get_src_vec(gen, inst, 1, TGSI_CHAN_W); /* v1 = src1.WWWW */
860 w_vec = get_src_vec(gen, inst, 0, TGSI_CHAN_W); /* w_vec = src[0].w */
890 if (TGSI_IS_DST0_CHANNEL_ENABLED(inst, TGSI_CHAN_W)) {
891 emit_store(gen, one_vec, inst, TGSI_CHAN_W, FALSE);
935 if (TGSI_IS_DST0_CHANNEL_ENABLED(inst, TGSI_CHAN_W)) {
936 emit_store(gen, one_vec, inst, TGSI_CHAN_W, FALSE);
993 if (TGSI_IS_DST0_CHANNEL_ENABLED(inst, TGSI_CHAN_W)) {
994 emit_store(gen, one_vec, inst, TGSI_CHAN_W, FALSE)
    [all...]
tgsi_exec.c     [all...]
tgsi_exec.h 43 #define TGSI_CHAN_W 3
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_tgsi_action.c 311 1, TGSI_CHAN_W);
332 emit_data->output[TGSI_CHAN_W] = emit_data->args[3]; /* src1.w */
376 emit_data->output[TGSI_CHAN_W] = bld_base->base.one;
417 0, TGSI_CHAN_W);
444 emit_data->args[2] = lp_build_emit_fetch(bld_base, emit_data->inst, 0, TGSI_CHAN_W);
480 emit_data->output[TGSI_CHAN_W] = bld_base->base.one;
525 emit_data->output[TGSI_CHAN_W] = bld_base->base.one;
644 emit_data->output[TGSI_CHAN_W] = bld_base->base.one;
771 emit_data->output[TGSI_CHAN_W] = bld_base->base.one;
973 emit_data->output[TGSI_CHAN_W] = bld_base->base.one
    [all...]
lp_bld_tgsi_soa.c     [all...]
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_tgsi_action.c 311 1, TGSI_CHAN_W);
332 emit_data->output[TGSI_CHAN_W] = emit_data->args[3]; /* src1.w */
376 emit_data->output[TGSI_CHAN_W] = bld_base->base.one;
417 0, TGSI_CHAN_W);
444 emit_data->args[2] = lp_build_emit_fetch(bld_base, emit_data->inst, 0, TGSI_CHAN_W);
480 emit_data->output[TGSI_CHAN_W] = bld_base->base.one;
525 emit_data->output[TGSI_CHAN_W] = bld_base->base.one;
644 emit_data->output[TGSI_CHAN_W] = bld_base->base.one;
771 emit_data->output[TGSI_CHAN_W] = bld_base->base.one;
973 emit_data->output[TGSI_CHAN_W] = bld_base->base.one
    [all...]
lp_bld_tgsi_soa.c     [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
r600_llvm.c 192 elements[0][TGSI_CHAN_W] = base->one;
  /external/mesa3d/src/gallium/drivers/r600/
r600_llvm.c 192 elements[0][TGSI_CHAN_W] = base->one;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeonsi/
radeonsi_shader.c 608 src_w = lp_build_emit_fetch(bld_base, emit_data->inst, 0, TGSI_CHAN_W);
  /external/mesa3d/src/gallium/drivers/radeonsi/
radeonsi_shader.c 608 src_w = lp_build_emit_fetch(bld_base, emit_data->inst, 0, TGSI_CHAN_W);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
radeon_setup_tgsi_llvm.c 597 src_w = lp_build_emit_fetch(bld_base, emit_data->inst, 0, TGSI_CHAN_W);
    [all...]
  /external/mesa3d/src/gallium/drivers/radeon/
radeon_setup_tgsi_llvm.c 597 src_w = lp_build_emit_fetch(bld_base, emit_data->inst, 0, TGSI_CHAN_W);
    [all...]

Completed in 1622 milliseconds