Home
last modified time | relevance | path

Searched refs:FullInstruction (Results 1 – 20 of 20) sorted by relevance

/external/mesa3d/src/gallium/drivers/i915/
Di915_fpc_optimize.c188 copy_instruction(&o->FullInstruction, &i->FullInstruction); in copy_token()
204 op_commutes(current->FullInstruction.Instruction.Opcode) && in i915_fpc_optimize_mov_after_alu()
205 … current->FullInstruction.Instruction.Saturate == next->FullInstruction.Instruction.Saturate && in i915_fpc_optimize_mov_after_alu()
206 next->FullInstruction.Instruction.Opcode == TGSI_OPCODE_MOV && in i915_fpc_optimize_mov_after_alu()
207 same_dst_reg(&next->FullInstruction.Dst[0], &current->FullInstruction.Dst[0]) && in i915_fpc_optimize_mov_after_alu()
208 same_src_reg(&next->FullInstruction.Src[0], &current->FullInstruction.Src[1]) && in i915_fpc_optimize_mov_after_alu()
209 !same_src_dst_reg(&next->FullInstruction.Src[0], &current->FullInstruction.Dst[0]) && in i915_fpc_optimize_mov_after_alu()
210 …is_unswizzled(&current->FullInstruction.Src[0], current->FullInstruction.Dst[0].Register.WriteMask… in i915_fpc_optimize_mov_after_alu()
211 …is_unswizzled(&current->FullInstruction.Src[1], current->FullInstruction.Dst[0].Register.WriteMask… in i915_fpc_optimize_mov_after_alu()
212 … is_unswizzled(&next->FullInstruction.Src[0], next->FullInstruction.Dst[0].Register.WriteMask) ) in i915_fpc_optimize_mov_after_alu()
[all …]
Di915_fpc.h313 struct i915_full_instruction FullInstruction; member
Di915_fpc_translate.c1190 i915_translate_instruction(p, &token->FullInstruction, fs); in i915_translate_token()
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_iterate.c53 if (!ctx->iterate_instruction( ctx, &parse.FullToken.FullInstruction )) in tgsi_iterate_shader()
Dtgsi_scan.c88 = &parse.FullToken.FullInstruction; in tgsi_scan_shader()
300 &parse.FullToken.FullInstruction; in tgsi_is_passthrough_shader()
Dtgsi_parse.h109 struct tgsi_full_instruction FullInstruction; member
Dtgsi_transform.c167 = &parse.FullToken.FullInstruction; in tgsi_transform_shader()
Dtgsi_parse.c184 struct tgsi_full_instruction *inst = &ctx->FullToken.FullInstruction; in tgsi_parse_token()
Dtgsi_ppc.c1297 tgsi_dump_instruction(&parse.FullToken.FullInstruction, ic); in tgsi_emit_ppc()
1300 ok = emit_instruction(&gen, &parse.FullToken.FullInstruction); in tgsi_emit_ppc()
1303 uint opcode = parse.FullToken.FullInstruction.Instruction.Opcode; in tgsi_emit_ppc()
Dtgsi_exec.c792 &parse.FullToken.FullInstruction, in tgsi_exec_machine_bind_shader()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c561 struct tgsi_full_instruction *i = &ctx->parse.FullToken.FullInstruction; in tgsi_is_supported()
1037 struct tgsi_full_instruction *inst = &ctx->parse.FullToken.FullInstruction; in tgsi_split_constant()
1088 struct tgsi_full_instruction *inst = &ctx->parse.FullToken.FullInstruction; in tgsi_split_literal_constant()
1394 opcode = ctx.parse.FullToken.FullInstruction.Instruction.Opcode; in r600_shader_from_tgsi()
1754 struct tgsi_full_instruction *inst = &ctx->parse.FullToken.FullInstruction; in tgsi_dst()
1781 struct tgsi_full_instruction *inst = &ctx->parse.FullToken.FullInstruction; in tgsi_op2_s()
1840 struct tgsi_full_instruction *inst = &ctx->parse.FullToken.FullInstruction; in tgsi_ineg()
1871 struct tgsi_full_instruction *inst = &ctx->parse.FullToken.FullInstruction; in cayman_emit_float_instr()
1901 struct tgsi_full_instruction *inst = &ctx->parse.FullToken.FullInstruction; in cayman_mul_int_instr()
2009 struct tgsi_full_instruction *inst = &ctx->parse.FullToken.FullInstruction; in cayman_trig()
[all …]
/external/mesa3d/src/gallium/auxiliary/util/
Du_linkage.c81 const struct tgsi_full_instruction *finst = &parse.FullToken.FullInstruction; in util_semantic_set_from_program_file()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi.c364 lp_bld_tgsi_add_instruction(bld_base, &parse.FullToken.FullInstruction); in lp_build_tgsi_llvm()
Dlp_bld_tgsi_info.c426 &parse.FullToken.FullInstruction; in lp_build_tgsi_info()
Dlp_bld_tgsi_aos.c1045 &parse.FullToken.FullInstruction); in lp_build_tgsi_aos()
/external/mesa3d/src/gallium/drivers/r300/
Dr300_tgsi_to_rc.c371 inst = &parser.FullToken.FullInstruction; in r300_tgsi_to_rc()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_insn.c3243 if (parse.FullToken.FullInstruction.Instruction.Opcode == in pre_parse_tokens()
3247 if (!pre_parse_instruction( emit, &parse.FullToken.FullInstruction, in pre_parse_tokens()
3336 &parse.FullToken.FullInstruction ); in svga_shader_emit_instructions()
/external/mesa3d/src/gallium/drivers/nv50/codegen/
Dnv50_ir_from_tgsi.cpp690 insns[insnCount++] = parse.FullToken.FullInstruction; in scanSource()
691 scanInstruction(&parse.FullToken.FullInstruction); in scanSource()
/external/mesa3d/src/gallium/drivers/nv30/
Dnvfx_vertprog.c1035 finst = &parse.FullToken.FullInstruction; in _nvfx_vertprog_translate()
Dnvfx_fragprog.c1169 finst = &parse.FullToken.FullInstruction; in _nvfx_fragprog_translate()