Searched refs:tgsi_opcode (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_tgsi.c | 88 unsigned tgsi_opcode) in lp_build_action_set_dst_type() argument 113 unsigned tgsi_opcode, in lp_build_emit_llvm() argument 116 struct lp_build_tgsi_action * action = &bld_base->op_actions[tgsi_opcode]; in lp_build_emit_llvm() 119 lp_build_action_set_dst_type(emit_data, bld_base, tgsi_opcode); in lp_build_emit_llvm() 129 unsigned tgsi_opcode, in lp_build_emit_llvm_unary() argument 135 return lp_build_emit_llvm(bld_base, tgsi_opcode, &emit_data); in lp_build_emit_llvm_unary() 141 unsigned tgsi_opcode, in lp_build_emit_llvm_binary() argument 149 return lp_build_emit_llvm(bld_base, tgsi_opcode, &emit_data); in lp_build_emit_llvm_binary() 155 unsigned tgsi_opcode, in lp_build_emit_llvm_ternary() argument 165 return lp_build_emit_llvm(bld_base, tgsi_opcode, &emit_data); in lp_build_emit_llvm_ternary() [all …]
|
D | lp_bld_tgsi.h | 522 unsigned tgsi_opcode, 528 unsigned tgsi_opcode, 534 unsigned tgsi_opcode, 541 unsigned tgsi_opcode,
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_shader.c | 204 unsigned tgsi_opcode; member 1717 tgsi_get_opcode_name(ctx->inst_info->tgsi_opcode)); in tgsi_unsupported() 1803 switch (ctx->inst_info->tgsi_opcode) { in tgsi_op2_s() 1883 if (ctx->inst_info->tgsi_opcode == TGSI_OPCODE_RSQ) { in cayman_emit_float_instr() 2215 if (ctx->inst_info->tgsi_opcode == TGSI_OPCODE_KILP) { in tgsi_kill() 3704 switch (ctx->inst_info->tgsi_opcode) { in tgsi_dp()
|