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

  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_lowering.c 67 reg_dst(struct tgsi_full_dst_register *dst, function
141 reg_dst(&new_inst.Dst[0], dst, mask);
220 reg_dst(&new_inst.Dst[0], dst, TGSI_WRITEMASK_Y);
232 reg_dst(&new_inst.Dst[0], dst, TGSI_WRITEMASK_Z);
243 reg_dst(&new_inst.Dst[0], dst, TGSI_WRITEMASK_W);
254 reg_dst(&new_inst.Dst[0], dst, TGSI_WRITEMASK_X);
289 reg_dst(&new_inst.Dst[0], &ctx->tmp[A].dst, TGSI_WRITEMASK_XYZ);
299 reg_dst(&new_inst.Dst[0], dst, TGSI_WRITEMASK_XYZ);
313 reg_dst(&new_inst.Dst[0], dst, TGSI_WRITEMASK_W);
356 reg_dst(&new_inst.Dst[0], dst, TGSI_WRITEMASK_X)
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_tgsi_lower_yuv.c 63 reg_dst(struct tgsi_full_dst_register *dst, function
265 reg_dst(&inst.Dst[0], &ctx->tmp[A].dst, TGSI_WRITEMASK_XYZ);
273 reg_dst(&inst.Dst[0], dst, TGSI_WRITEMASK_X);
280 reg_dst(&inst.Dst[0], dst, TGSI_WRITEMASK_Y);
287 reg_dst(&inst.Dst[0], dst, TGSI_WRITEMASK_Z);
294 reg_dst(&inst.Dst[0], dst, TGSI_WRITEMASK_W);
312 reg_dst(&inst.Dst[0], &ctx->tmp[A].dst, TGSI_WRITEMASK_X);
321 reg_dst(&inst.Dst[0], &ctx->tmp[B].dst, TGSI_WRITEMASK_XY);
326 reg_dst(&inst.Dst[0], &ctx->tmp[A].dst, TGSI_WRITEMASK_YZ);
347 reg_dst(&inst.Dst[0], &ctx->tmp[A].dst, TGSI_WRITEMASK_X)
    [all...]
  /system/core/libunwindstack/
DwarfCfa.cpp 366 AddressType reg_dst = operands_[1]; local
367 (*loc_regs)[reg] = {.type = DWARF_LOCATION_REGISTER, .values = {reg_dst}};

Completed in 538 milliseconds