Home
last modified time | relevance | path

Searched refs:TGSI_OPCODE_IDIV (Results 1 – 13 of 13) sorted by relevance

/external/virglrenderer/src/gallium/auxiliary/tgsi/
Dtgsi_info.c160 { 1, 2, 0, 0, 0, 0, COMP, "IDIV", TGSI_OPCODE_IDIV },
397 case TGSI_OPCODE_IDIV: in tgsi_opcode_infer_type()
Dtgsi_util.c222 case TGSI_OPCODE_IDIV: in tgsi_util_get_inst_usage_mask()
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_info.c164 case TGSI_OPCODE_IDIV: in tgsi_opcode_infer_type()
Dtgsi_exec.c5822 case TGSI_OPCODE_IDIV: in exec_instruction()
/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h470 TGSI_OPCODE_IDIV = 120, enumerator
/external/virglrenderer/src/gallium/include/pipe/
Dp_shader_tokens.h453 #define TGSI_OPCODE_IDIV 120 macro
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp559 case TGSI_OPCODE_IDIV: in inferSrcType()
3140 case TGSI_OPCODE_IDIV: in handleInstruction()
/external/mesa3d/src/gallium/auxiliary/nir/
Dnir_to_tgsi.c576 [nir_op_idiv] = { TGSI_OPCODE_IDIV, TGSI_OPCODE_I64DIV }, in ntt_emit_alu()
Dtgsi_to_nir.c1893 [TGSI_OPCODE_IDIV] = nir_op_idiv,
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_action.c2553 bld_base->op_actions[TGSI_OPCODE_IDIV].emit = idiv_emit_cpu; in lp_set_default_actions_cpu()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_vgpu10.c817 case TGSI_OPCODE_IDIV: in translate_opcode()
9411 case TGSI_OPCODE_IDIV: in emit_vgpu10_instruction()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c11793 [TGSI_OPCODE_IDIV] = { ALU_OP0_NOP, tgsi_idiv},
11990 [TGSI_OPCODE_IDIV] = { ALU_OP0_NOP, tgsi_idiv},
12216 [TGSI_OPCODE_IDIV] = { ALU_OP0_NOP, tgsi_idiv},
/external/virglrenderer/src/
Dvrend_shader.c5020 case TGSI_OPCODE_IDIV: in iter_instruction()