Home
last modified time | relevance | path

Searched refs:tgsi_opcode (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi.c88 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 …]
Dlp_bld_tgsi.h522 unsigned tgsi_opcode,
528 unsigned tgsi_opcode,
534 unsigned tgsi_opcode,
541 unsigned tgsi_opcode,
/external/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c204 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()