Searched refs:TGSI_OPCODE_DIV (Results 1 – 13 of 13) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_util.c | 187 case TGSI_OPCODE_DIV: in tgsi_util_get_inst_usage_mask()
|
D | tgsi_info.c | 110 { 1, 2, 0, 0, 0, 0, COMP, "DIV", TGSI_OPCODE_DIV },
|
D | tgsi_exec.c | 3825 case TGSI_OPCODE_DIV: in exec_instruction()
|
/external/mesa3d/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 327 #define TGSI_OPCODE_DIV 70 macro
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_tgsi.c | 214 case TGSI_OPCODE_DIV: in lp_build_tgsi_inst_llvm()
|
D | lp_bld_tgsi_action.c | 519 TGSI_OPCODE_DIV, abs_x, ex2_flr_log_abs_x); in log_emit() 1168 TGSI_OPCODE_DIV, in log_emit_cpu() 1572 bld_base->op_actions[TGSI_OPCODE_DIV].emit = div_emit_cpu; in lp_set_default_actions_cpu()
|
D | lp_bld_tgsi_aos.c | 827 case TGSI_OPCODE_DIV: in lp_emit_instruction_aos()
|
/external/mesa3d/src/gallium/drivers/radeon/ |
D | radeon_setup_tgsi_llvm.c | 603 TGSI_OPCODE_DIV, arg, src_w); in txp_fetch_args() 1122 bld_base->op_actions[TGSI_OPCODE_DIV].emit = build_tgsi_intrinsic_nomem; in radeon_llvm_context_init() 1123 bld_base->op_actions[TGSI_OPCODE_DIV].intr_name = "llvm.AMDGPU.div"; in radeon_llvm_context_init()
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | radeonsi_shader.c | 614 TGSI_OPCODE_DIV, in tex_fetch_args()
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_shader.c | 5313 {TGSI_OPCODE_DIV, 0, V_SQ_ALU_WORD1_OP2_SQ_OP2_INST_NOP, tgsi_unsupported}, 5487 {TGSI_OPCODE_DIV, 0, EG_V_SQ_ALU_WORD1_OP2_SQ_OP2_INST_NOP, tgsi_unsupported}, 5661 {TGSI_OPCODE_DIV, 0, EG_V_SQ_ALU_WORD1_OP2_SQ_OP2_INST_NOP, tgsi_unsupported},
|
/external/mesa3d/src/gallium/drivers/nv50/codegen/ |
D | nv50_ir_from_tgsi.cpp | 1755 case TGSI_OPCODE_DIV: in handleInstruction()
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_tgsi_insn.c | 2570 case TGSI_OPCODE_DIV: in svga_emit_instruction()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_glsl_to_tgsi.cpp | 1509 emit(ir, TGSI_OPCODE_DIV, result_dst, op[0], op[1]); in visit()
|