Searched refs:TGSI_OPCODE_IDIV (Results 1 – 13 of 13) sorted by relevance
/external/virglrenderer/src/gallium/auxiliary/tgsi/ |
D | tgsi_info.c | 160 { 1, 2, 0, 0, 0, 0, COMP, "IDIV", TGSI_OPCODE_IDIV }, 397 case TGSI_OPCODE_IDIV: in tgsi_opcode_infer_type()
|
D | tgsi_util.c | 222 case TGSI_OPCODE_IDIV: in tgsi_util_get_inst_usage_mask()
|
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_info.c | 164 case TGSI_OPCODE_IDIV: in tgsi_opcode_infer_type()
|
D | tgsi_exec.c | 5822 case TGSI_OPCODE_IDIV: in exec_instruction()
|
/external/mesa3d/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 470 TGSI_OPCODE_IDIV = 120, enumerator
|
/external/virglrenderer/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 453 #define TGSI_OPCODE_IDIV 120 macro
|
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_from_tgsi.cpp | 559 case TGSI_OPCODE_IDIV: in inferSrcType() 3140 case TGSI_OPCODE_IDIV: in handleInstruction()
|
/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()
|
D | tgsi_to_nir.c | 1893 [TGSI_OPCODE_IDIV] = nir_op_idiv,
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_tgsi_action.c | 2553 bld_base->op_actions[TGSI_OPCODE_IDIV].emit = idiv_emit_cpu; in lp_set_default_actions_cpu()
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_tgsi_vgpu10.c | 817 case TGSI_OPCODE_IDIV: in translate_opcode() 9411 case TGSI_OPCODE_IDIV: in emit_vgpu10_instruction()
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_shader.c | 11793 [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/ |
D | vrend_shader.c | 5020 case TGSI_OPCODE_IDIV: in iter_instruction()
|