Searched refs:TGSI_OPCODE_I64DIV (Results 1 – 8 of 8) sorted by relevance
/external/virglrenderer/src/gallium/auxiliary/tgsi/ |
D | tgsi_info.c | 276 { 1, 2, 0, 0, 0, 0, COMP, "I64DIV", TGSI_OPCODE_I64DIV }, 469 case TGSI_OPCODE_I64DIV: in tgsi_opcode_infer_type()
|
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_info.c | 235 case TGSI_OPCODE_I64DIV: in tgsi_opcode_infer_type()
|
D | tgsi_exec.c | 6239 case TGSI_OPCODE_I64DIV: in exec_instruction()
|
/external/mesa3d/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 614 TGSI_OPCODE_I64DIV = 244, enumerator
|
/external/virglrenderer/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 581 #define TGSI_OPCODE_I64DIV 233 macro
|
/external/mesa3d/src/gallium/auxiliary/nir/ |
D | nir_to_tgsi.c | 576 [nir_op_idiv] = { TGSI_OPCODE_IDIV, TGSI_OPCODE_I64DIV }, in ntt_emit_alu()
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_tgsi_action.c | 2633 bld_base->op_actions[TGSI_OPCODE_I64DIV].emit = i64div_emit_cpu; in lp_set_default_actions_cpu()
|
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_from_tgsi.cpp | 626 case TGSI_OPCODE_I64DIV: in inferSrcType()
|