Searched refs:tgsi_get_opcode_info (Results 1 – 16 of 16) sorted by relevance
133 emit_data.info = tgsi_get_opcode_info(tgsi_opcode); in lp_build_emit_llvm_unary()147 emit_data.info = tgsi_get_opcode_info(tgsi_opcode); in lp_build_emit_llvm_binary()163 emit_data.info = tgsi_get_opcode_info(tgsi_opcode); in lp_build_emit_llvm_ternary()236 const struct tgsi_opcode_info * info = tgsi_get_opcode_info(opcode); in lp_build_tgsi_inst_llvm()
956 tgsi_get_opcode_info(instr->Instruction.Opcode); in lp_build_tgsi_aos()
86 tgsi_get_opcode_info(enum tgsi_opcode opcode);
54 tgsi_get_opcode_info(enum tgsi_opcode opcode) in tgsi_get_opcode_info() function
176 tgsi_get_opcode_info(inst->Instruction.Opcode); in xform_inst()
350 if (tgsi_get_opcode_info(inst->Instruction.Opcode)->output_mode == in tgsi_util_get_inst_usage_mask()
75 tgsi_get_opcode_info(opcode)->is_tex); in is_texture_inst()86 if (tgsi_get_opcode_info(opcode)->is_tex) { in computes_derivative()305 if (tgsi_get_opcode_info(fullinst->Instruction.Opcode)->is_store) { in scan_src_operand()
322 info = tgsi_get_opcode_info( inst->Instruction.Opcode ); in iter_instruction()
553 const struct tgsi_opcode_info *info = tgsi_get_opcode_info( inst->Instruction.Opcode ); in iter_instruction()
1056 info = tgsi_get_opcode_info( i ); in parse_instruction()
1243 const struct tgsi_opcode_info *info = tgsi_get_opcode_info( opcode ); in validate()
176 const struct tgsi_opcode_info *info = tgsi_get_opcode_info(op); in print()408 next_instr->info = tgsi_get_opcode_info(op); in get_codeline()
225 'tgsi_get_opcode_info'
1096 const struct tgsi_opcode_info *info = tgsi_get_opcode_info(inst->Instruction.Opcode); in trans_instr()1881 const struct tgsi_opcode_info *tgsi = tgsi_get_opcode_info(inst->Instruction.Opcode); in etna_compile_pass_generate_code()
8910 const struct tgsi_opcode_info *op = tgsi_get_opcode_info(opcode); in emit_simple()9194 const struct tgsi_opcode_info *op = tgsi_get_opcode_info(opcode); in emit_simple_1dst()9227 const struct tgsi_opcode_info *op = tgsi_get_opcode_info(opcode); in emit_vmware()
557 inst->info = tgsi_get_opcode_info(op); in emit_asm()5015 inst->info = tgsi_get_opcode_info(inst->op); in simplify_cmp()