Home
last modified time | relevance | path

Searched refs:TGSI_OPCODE_DNEG (Results 1 – 8 of 8) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_info.c195 case TGSI_OPCODE_DNEG: in tgsi_opcode_infer_type()
Dtgsi_exec.c5730 case TGSI_OPCODE_DNEG: in exec_instruction()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h557 TGSI_OPCODE_DNEG = 198 /* SM5 */, enumerator
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_vgpu10.c3231 if (emit->info.opcode_count[TGSI_OPCODE_DNEG] > 0) { in alloc_common_immediates()
9223 case TGSI_OPCODE_DNEG: in opcode_has_dbl_dst()
9249 case TGSI_OPCODE_DNEG: in opcode_has_dbl_src()
9319 case TGSI_OPCODE_DNEG: in check_double_dst_writemask()
11089 case TGSI_OPCODE_DNEG: in emit_instruction()
/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp582 case TGSI_OPCODE_DNEG: in inferSrcType()
4008 case TGSI_OPCODE_DNEG: in handleInstruction()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_action.c2604 bld_base->op_actions[TGSI_OPCODE_DNEG].emit = dneg_emit_cpu; in lp_set_default_actions_cpu()
/third_party/mesa3d/src/gallium/auxiliary/nir/
Dnir_to_tgsi.c1350 [nir_op_fneg] = { 0, TGSI_OPCODE_DNEG }, in ntt_emit_alu()
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c12180 [TGSI_OPCODE_DNEG] = { ALU_OP2_ADD_64, tgsi_dneg},
12407 [TGSI_OPCODE_DNEG] = { ALU_OP2_ADD_64, tgsi_dneg},