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 }, 370 case TGSI_OPCODE_ISHR: in tgsi_opcode_infer_type()
|
D | tgsi_util.c | 229 case TGSI_OPCODE_ISHR: in tgsi_util_get_inst_usage_mask()
|
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_info.c | 170 case TGSI_OPCODE_ISHR: in tgsi_opcode_infer_type()
|
D | tgsi_exec.c | 5621 case TGSI_OPCODE_ISHR: in exec_instruction()
|
/external/virglrenderer/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 458 #define TGSI_OPCODE_ISHR 125 macro
|
/external/mesa3d/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 467 #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 | 2430 bld_base->op_actions[TGSI_OPCODE_ISHR].emit = ishr_emit_cpu; in lp_set_default_actions_cpu()
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_shader_tgsi_alu.c | 774 bld_base->op_actions[TGSI_OPCODE_ISHR].emit = emit_ishr; in si_shader_context_init_alu()
|
/external/mesa3d/src/gallium/auxiliary/nir/ |
D | tgsi_to_nir.c | 1579 [TGSI_OPCODE_ISHR] = nir_op_ishr,
|
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_from_tgsi.cpp | 626 case TGSI_OPCODE_ISHR: in inferSrcType() 3239 case TGSI_OPCODE_ISHR: in handleInstruction()
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_tgsi_vgpu10.c | 601 case TGSI_OPCODE_ISHR: in translate_opcode() 5474 case TGSI_OPCODE_ISHR: in emit_vgpu10_instruction()
|
D | svga_tgsi_insn.c | 2888 case TGSI_OPCODE_ISHR: in svga_emit_instruction()
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_shader.c | 10375 [TGSI_OPCODE_ISHR] = { ALU_OP2_ASHR_INT, tgsi_op2_trans}, 10572 [TGSI_OPCODE_ISHR] = { ALU_OP2_ASHR_INT, tgsi_op2}, 10794 [TGSI_OPCODE_ISHR] = { ALU_OP2_ASHR_INT, tgsi_op2},
|
/external/virglrenderer/src/ |
D | vrend_shader.c | 3540 case TGSI_OPCODE_ISHR: in iter_instruction()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_glsl_to_tgsi.cpp | 1876 : TGSI_OPCODE_ISHR; in visit_expression()
|