Searched refs:FullInstruction (Results 1 – 20 of 20) sorted by relevance
/external/mesa3d/src/gallium/drivers/i915/ |
D | i915_fpc_optimize.c | 188 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], ¤t->FullInstruction.Dst[0]) && in i915_fpc_optimize_mov_after_alu() 208 same_src_reg(&next->FullInstruction.Src[0], ¤t->FullInstruction.Src[1]) && in i915_fpc_optimize_mov_after_alu() 209 !same_src_dst_reg(&next->FullInstruction.Src[0], ¤t->FullInstruction.Dst[0]) && in i915_fpc_optimize_mov_after_alu() 210 …is_unswizzled(¤t->FullInstruction.Src[0], current->FullInstruction.Dst[0].Register.WriteMask… in i915_fpc_optimize_mov_after_alu() 211 …is_unswizzled(¤t->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 …]
|
D | i915_fpc.h | 313 struct i915_full_instruction FullInstruction; member
|
D | i915_fpc_translate.c | 1190 i915_translate_instruction(p, &token->FullInstruction, fs); in i915_translate_token()
|
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_iterate.c | 53 if (!ctx->iterate_instruction( ctx, &parse.FullToken.FullInstruction )) in tgsi_iterate_shader()
|
D | tgsi_scan.c | 88 = &parse.FullToken.FullInstruction; in tgsi_scan_shader() 300 &parse.FullToken.FullInstruction; in tgsi_is_passthrough_shader()
|
D | tgsi_parse.h | 109 struct tgsi_full_instruction FullInstruction; member
|
D | tgsi_transform.c | 167 = &parse.FullToken.FullInstruction; in tgsi_transform_shader()
|
D | tgsi_parse.c | 184 struct tgsi_full_instruction *inst = &ctx->FullToken.FullInstruction; in tgsi_parse_token()
|
D | tgsi_ppc.c | 1297 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()
|
D | tgsi_exec.c | 792 &parse.FullToken.FullInstruction, in tgsi_exec_machine_bind_shader()
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_shader.c | 561 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/ |
D | u_linkage.c | 81 const struct tgsi_full_instruction *finst = &parse.FullToken.FullInstruction; in util_semantic_set_from_program_file()
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_tgsi.c | 364 lp_bld_tgsi_add_instruction(bld_base, &parse.FullToken.FullInstruction); in lp_build_tgsi_llvm()
|
D | lp_bld_tgsi_info.c | 426 &parse.FullToken.FullInstruction; in lp_build_tgsi_info()
|
D | lp_bld_tgsi_aos.c | 1045 &parse.FullToken.FullInstruction); in lp_build_tgsi_aos()
|
/external/mesa3d/src/gallium/drivers/r300/ |
D | r300_tgsi_to_rc.c | 371 inst = &parser.FullToken.FullInstruction; in r300_tgsi_to_rc()
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_tgsi_insn.c | 3243 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/ |
D | nv50_ir_from_tgsi.cpp | 690 insns[insnCount++] = parse.FullToken.FullInstruction; in scanSource() 691 scanInstruction(&parse.FullToken.FullInstruction); in scanSource()
|
/external/mesa3d/src/gallium/drivers/nv30/ |
D | nvfx_vertprog.c | 1035 finst = &parse.FullToken.FullInstruction; in _nvfx_vertprog_translate()
|
D | nvfx_fragprog.c | 1169 finst = &parse.FullToken.FullInstruction; in _nvfx_fragprog_translate()
|