Searched refs:TGSI_OPCODE_DIV (Results 1 – 13 of 13) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_aa_point.c | 190 tgsi_transform_op2_swz_inst(ctx, TGSI_OPCODE_DIV, in aa_prolog()
|
D | tgsi_point_sprite.c | 340 tgsi_transform_op2_swz_inst(ctx, TGSI_OPCODE_DIV, in psprite_emit_vertex_inst()
|
D | tgsi_exec.c | 5267 case TGSI_OPCODE_DIV: in exec_instruction()
|
/third_party/mesa3d/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 416 TGSI_OPCODE_DIV = 70, enumerator
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_tgsi_action.c | 461 TGSI_OPCODE_DIV, abs_x, ex2_flr_log_abs_x); in log_emit() 628 TGSI_OPCODE_DIV, one, emit_data->args[0]); in rcp_emit() 1195 bld_base->op_actions[TGSI_OPCODE_DIV].emit = fdiv_emit; in lp_set_default_actions() 1637 TGSI_OPCODE_DIV, in log_emit_cpu() 2542 bld_base->op_actions[TGSI_OPCODE_DIV].emit = div_emit_cpu; in lp_set_default_actions_cpu()
|
D | lp_bld_tgsi_aos.c | 727 case TGSI_OPCODE_DIV: in lp_emit_instruction_aos()
|
/third_party/mesa3d/src/gallium/frontends/d3d10umd/ |
D | ShaderTGSI.c | 80 {D3D10_SB_OPCODE_DIV, OF_FLOAT, TGSI_OPCODE_DIV},
|
/third_party/mesa3d/src/gallium/auxiliary/nir/ |
D | tgsi_to_nir.c | 1848 [TGSI_OPCODE_DIV] = nir_op_fdiv,
|
D | nir_to_tgsi.c | 1362 [nir_op_fdiv] = { TGSI_OPCODE_DIV, TGSI_OPCODE_DDIV }, in ntt_emit_alu()
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
D | svga_tgsi_insn.c | 2874 case TGSI_OPCODE_DIV: in svga_emit_instruction()
|
D | svga_tgsi_vgpu10.c | 890 case TGSI_OPCODE_DIV: in translate_opcode() 10901 case TGSI_OPCODE_DIV: in emit_instruction()
|
/third_party/mesa3d/src/nouveau/codegen/ |
D | nv50_ir_from_tgsi.cpp | 3202 case TGSI_OPCODE_DIV: in handleInstruction()
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
D | r600_shader.c | 11855 [TGSI_OPCODE_DIV] = { ALU_OP0_NOP, tgsi_unsupported}, 12053 [TGSI_OPCODE_DIV] = { ALU_OP0_NOP, tgsi_unsupported}, 12280 [TGSI_OPCODE_DIV] = { ALU_OP0_NOP, tgsi_unsupported},
|