Home
last modified time | relevance | path

Searched refs:TGSI_OPCODE_DIV (Results 1 – 18 of 18) sorted by relevance

/external/virglrenderer/src/gallium/auxiliary/tgsi/
Dtgsi_util.c187 case TGSI_OPCODE_DIV: in tgsi_util_get_inst_usage_mask()
Dtgsi_info.c110 { 1, 2, 0, 0, 0, 0, COMP, "DIV", TGSI_OPCODE_DIV },
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_aa_point.c182 tgsi_transform_op2_swz_inst(ctx, TGSI_OPCODE_DIV, in aa_prolog()
Dtgsi_point_sprite.c321 tgsi_transform_op2_swz_inst(ctx, TGSI_OPCODE_DIV, in psprite_emit_vertex_inst()
Dtgsi_exec.c5583 case TGSI_OPCODE_DIV: in exec_instruction()
/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h421 TGSI_OPCODE_DIV = 70, enumerator
/external/virglrenderer/src/gallium/include/pipe/
Dp_shader_tokens.h404 #define TGSI_OPCODE_DIV 70 macro
/external/mesa3d/src/mesa/state_tracker/
Dst_tgsi_lower_depth_clamp.c145 inst.Instruction.Opcode = TGSI_OPCODE_DIV; in epilog_last_vertex_stage()
Dst_glsl_to_tgsi.cpp1587 emit_asm(ir, TGSI_OPCODE_DIV, result_dst, op[0], op[1]); in visit_expression()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_action.c461 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()
Dlp_bld_tgsi_aos.c726 case TGSI_OPCODE_DIV: in lp_emit_instruction_aos()
/external/mesa3d/src/gallium/auxiliary/nir/
Dnir_to_tgsi.c575 [nir_op_fdiv] = { TGSI_OPCODE_DIV, TGSI_OPCODE_DDIV }, in ntt_emit_alu()
Dtgsi_to_nir.c1847 [TGSI_OPCODE_DIV] = nir_op_fdiv,
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_insn.c2808 case TGSI_OPCODE_DIV: in svga_emit_instruction()
Dsvga_tgsi_vgpu10.c815 case TGSI_OPCODE_DIV: in translate_opcode()
9234 case TGSI_OPCODE_DIV: in emit_vgpu10_instruction()
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp3139 case TGSI_OPCODE_DIV: in handleInstruction()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c11743 [TGSI_OPCODE_DIV] = { ALU_OP0_NOP, tgsi_unsupported},
11941 [TGSI_OPCODE_DIV] = { ALU_OP0_NOP, tgsi_unsupported},
12167 [TGSI_OPCODE_DIV] = { ALU_OP0_NOP, tgsi_unsupported},
/external/virglrenderer/src/
Dvrend_shader.c5010 case TGSI_OPCODE_DIV: in iter_instruction()