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

  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
tgsi_scan.c 87 const struct tgsi_full_instruction *fullinst local
91 assert(fullinst->Instruction.Opcode < TGSI_OPCODE_LAST);
92 info->opcode_count[fullinst->Instruction.Opcode]++;
94 for (i = 0; i < fullinst->Instruction.NumSrcRegs; i++) {
96 &fullinst->Src[i];
102 usage_mask = tgsi_util_get_inst_usage_mask(fullinst, i);
132 for (i = 0; i < fullinst->Instruction.NumDstRegs; i++) {
133 const struct tgsi_full_dst_register *dst = &fullinst->Dst[i];
299 struct tgsi_full_instruction *fullinst = local
302 &fullinst->Src[0]
    [all...]
tgsi_transform.c 166 struct tgsi_full_instruction *fullinst local
170 ctx->transform_instruction(ctx, fullinst);
172 ctx->emit_instruction(ctx, fullinst);
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_scan.c 87 const struct tgsi_full_instruction *fullinst local
91 assert(fullinst->Instruction.Opcode < TGSI_OPCODE_LAST);
92 info->opcode_count[fullinst->Instruction.Opcode]++;
94 for (i = 0; i < fullinst->Instruction.NumSrcRegs; i++) {
96 &fullinst->Src[i];
102 usage_mask = tgsi_util_get_inst_usage_mask(fullinst, i);
132 for (i = 0; i < fullinst->Instruction.NumDstRegs; i++) {
133 const struct tgsi_full_dst_register *dst = &fullinst->Dst[i];
299 struct tgsi_full_instruction *fullinst = local
302 &fullinst->Src[0]
    [all...]
tgsi_transform.c 166 struct tgsi_full_instruction *fullinst local
170 ctx->transform_instruction(ctx, fullinst);
172 ctx->emit_instruction(ctx, fullinst);

Completed in 169 milliseconds