Searched refs:TGSI_OPCODE_ISHR (Results 1 – 16 of 16) sorted by relevance
/external/virglrenderer/src/gallium/auxiliary/tgsi/ |
D | tgsi_info.c | 165 { 1, 2, 0, 0, 0, 0, COMP, "ISHR", TGSI_OPCODE_ISHR }, 402 case TGSI_OPCODE_ISHR: in tgsi_opcode_infer_type()
|
D | tgsi_util.c | 227 case TGSI_OPCODE_ISHR: in tgsi_util_get_inst_usage_mask()
|
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_info.c | 169 case TGSI_OPCODE_ISHR: in tgsi_opcode_infer_type()
|
D | tgsi_exec.c | 5842 case TGSI_OPCODE_ISHR: in exec_instruction()
|
/external/mesa3d/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 475 TGSI_OPCODE_ISHR = 125, enumerator
|
/external/virglrenderer/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 458 #define TGSI_OPCODE_ISHR 125 macro
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_tgsi_aos.c | 792 case TGSI_OPCODE_ISHR: in lp_emit_instruction_aos()
|
D | lp_bld_tgsi_action.c | 2558 bld_base->op_actions[TGSI_OPCODE_ISHR].emit = ishr_emit_cpu; in lp_set_default_actions_cpu()
|
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_from_tgsi.cpp | 566 case TGSI_OPCODE_ISHR: in inferSrcType() 3156 case TGSI_OPCODE_ISHR: in handleInstruction()
|
/external/mesa3d/src/gallium/auxiliary/nir/ |
D | nir_to_tgsi.c | 645 [nir_op_ishr] = { TGSI_OPCODE_ISHR, TGSI_OPCODE_I64SHR }, in ntt_emit_alu()
|
D | tgsi_to_nir.c | 1898 [TGSI_OPCODE_ISHR] = nir_op_ishr,
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_tgsi_insn.c | 2888 case TGSI_OPCODE_ISHR: in svga_emit_instruction()
|
D | svga_tgsi_vgpu10.c | 875 case TGSI_OPCODE_ISHR: in translate_opcode() 9255 case TGSI_OPCODE_ISHR: in emit_vgpu10_instruction()
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_shader.c | 11798 [TGSI_OPCODE_ISHR] = { ALU_OP2_ASHR_INT, tgsi_op2_trans}, 11995 [TGSI_OPCODE_ISHR] = { ALU_OP2_ASHR_INT, tgsi_op2}, 12221 [TGSI_OPCODE_ISHR] = { ALU_OP2_ASHR_INT, tgsi_op2},
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_glsl_to_tgsi.cpp | 1952 ? TGSI_OPCODE_SHL : TGSI_OPCODE_ISHR; in visit_expression()
|
/external/virglrenderer/src/ |
D | vrend_shader.c | 5026 case TGSI_OPCODE_ISHR: in iter_instruction()
|