Home
last modified time | relevance | path

Searched refs:TGSI_OPCODE_I64DIV (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_info.c235 case TGSI_OPCODE_I64DIV: in tgsi_opcode_infer_type()
Dtgsi_exec.c6239 case TGSI_OPCODE_I64DIV: in exec_instruction()
/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h614 TGSI_OPCODE_I64DIV = 244, enumerator
/external/mesa3d/src/gallium/auxiliary/nir/
Dnir_to_tgsi.c576 [nir_op_idiv] = { TGSI_OPCODE_IDIV, TGSI_OPCODE_I64DIV }, in ntt_emit_alu()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_action.c2633 bld_base->op_actions[TGSI_OPCODE_I64DIV].emit = i64div_emit_cpu; in lp_set_default_actions_cpu()
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp626 case TGSI_OPCODE_I64DIV: in inferSrcType()