Searched refs:FullInstruction (Results 1 - 25 of 40) sorted by relevance

12

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
H A Di915_fpc_optimize.c188 copy_instruction(&o->FullInstruction, &i->FullInstruction);
204 op_commutes(current->FullInstruction.Instruction.Opcode) &&
205 current->FullInstruction.Instruction.Saturate == next->FullInstruction.Instruction.Saturate &&
206 next->FullInstruction.Instruction.Opcode == TGSI_OPCODE_MOV &&
207 same_dst_reg(&next->FullInstruction.Dst[0], &current->FullInstruction.Dst[0]) &&
208 same_src_reg(&next->FullInstruction.Src[0], &current->FullInstruction
[all...]
H A Di915_fpc.h313 struct i915_full_instruction FullInstruction; member in union:i915_full_token
/external/mesa3d/src/gallium/drivers/i915/
H A Di915_fpc_optimize.c188 copy_instruction(&o->FullInstruction, &i->FullInstruction);
204 op_commutes(current->FullInstruction.Instruction.Opcode) &&
205 current->FullInstruction.Instruction.Saturate == next->FullInstruction.Instruction.Saturate &&
206 next->FullInstruction.Instruction.Opcode == TGSI_OPCODE_MOV &&
207 same_dst_reg(&next->FullInstruction.Dst[0], &current->FullInstruction.Dst[0]) &&
208 same_src_reg(&next->FullInstruction.Src[0], &current->FullInstruction
[all...]
H A Di915_fpc.h313 struct i915_full_instruction FullInstruction; member in union:i915_full_token
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
H A Dtgsi_iterate.c53 if (!ctx->iterate_instruction( ctx, &parse.FullToken.FullInstruction ))
H A Dtgsi_parse.h109 struct tgsi_full_instruction FullInstruction; member in union:tgsi_full_token
H A Dtgsi_transform.c167 = &parse.FullToken.FullInstruction;
H A Dtgsi_scan.c88 = &parse.FullToken.FullInstruction;
300 &parse.FullToken.FullInstruction;
H A Dtgsi_parse.c184 struct tgsi_full_instruction *inst = &ctx->FullToken.FullInstruction;
H A Dtgsi_ppc.c1297 tgsi_dump_instruction(&parse.FullToken.FullInstruction, ic);
1300 ok = emit_instruction(&gen, &parse.FullToken.FullInstruction);
1303 uint opcode = parse.FullToken.FullInstruction.Instruction.Opcode;
/external/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_iterate.c53 if (!ctx->iterate_instruction( ctx, &parse.FullToken.FullInstruction ))
H A Dtgsi_parse.h109 struct tgsi_full_instruction FullInstruction; member in union:tgsi_full_token
H A Dtgsi_transform.c167 = &parse.FullToken.FullInstruction;
H A Dtgsi_scan.c88 = &parse.FullToken.FullInstruction;
300 &parse.FullToken.FullInstruction;
H A Dtgsi_parse.c184 struct tgsi_full_instruction *inst = &ctx->FullToken.FullInstruction;
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_linkage.c81 const struct tgsi_full_instruction *finst = &parse.FullToken.FullInstruction;
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_linkage.c81 const struct tgsi_full_instruction *finst = &parse.FullToken.FullInstruction;
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
H A Dr600_shader.c561 struct tgsi_full_instruction *i = &ctx->parse.FullToken.FullInstruction;
1037 struct tgsi_full_instruction *inst = &ctx->parse.FullToken.FullInstruction;
1088 struct tgsi_full_instruction *inst = &ctx->parse.FullToken.FullInstruction;
1394 opcode = ctx.parse.FullToken.FullInstruction.Instruction.Opcode;
1754 struct tgsi_full_instruction *inst = &ctx->parse.FullToken.FullInstruction;
1781 struct tgsi_full_instruction *inst = &ctx->parse.FullToken.FullInstruction;
1840 struct tgsi_full_instruction *inst = &ctx->parse.FullToken.FullInstruction;
1871 struct tgsi_full_instruction *inst = &ctx->parse.FullToken.FullInstruction;
1901 struct tgsi_full_instruction *inst = &ctx->parse.FullToken.FullInstruction;
2009 struct tgsi_full_instruction *inst = &ctx->parse.FullToken.FullInstruction;
[all...]
/external/mesa3d/src/gallium/drivers/r600/
H A Dr600_shader.c561 struct tgsi_full_instruction *i = &ctx->parse.FullToken.FullInstruction;
1037 struct tgsi_full_instruction *inst = &ctx->parse.FullToken.FullInstruction;
1088 struct tgsi_full_instruction *inst = &ctx->parse.FullToken.FullInstruction;
1394 opcode = ctx.parse.FullToken.FullInstruction.Instruction.Opcode;
1754 struct tgsi_full_instruction *inst = &ctx->parse.FullToken.FullInstruction;
1781 struct tgsi_full_instruction *inst = &ctx->parse.FullToken.FullInstruction;
1840 struct tgsi_full_instruction *inst = &ctx->parse.FullToken.FullInstruction;
1871 struct tgsi_full_instruction *inst = &ctx->parse.FullToken.FullInstruction;
1901 struct tgsi_full_instruction *inst = &ctx->parse.FullToken.FullInstruction;
2009 struct tgsi_full_instruction *inst = &ctx->parse.FullToken.FullInstruction;
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi.c364 lp_bld_tgsi_add_instruction(bld_base, &parse.FullToken.FullInstruction);
H A Dlp_bld_tgsi_info.c426 &parse.FullToken.FullInstruction;
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
H A Dr300_tgsi_to_rc.c371 inst = &parser.FullToken.FullInstruction;
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi.c364 lp_bld_tgsi_add_instruction(bld_base, &parse.FullToken.FullInstruction);
H A Dlp_bld_tgsi_info.c426 &parse.FullToken.FullInstruction;
/external/mesa3d/src/gallium/drivers/r300/
H A Dr300_tgsi_to_rc.c371 inst = &parser.FullToken.FullInstruction;

Completed in 265 milliseconds

12