Searched refs:TGSI_OPCODE_SHL (Results 1 – 15 of 15) sorted by relevance
/external/virglrenderer/src/gallium/auxiliary/tgsi/ |
D | tgsi_info.c | 127 { 1, 2, 0, 0, 0, 0, COMP, "SHL", TGSI_OPCODE_SHL }, 363 case TGSI_OPCODE_SHL: in tgsi_opcode_infer_type()
|
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_info.c | 130 case TGSI_OPCODE_SHL: in tgsi_opcode_infer_type()
|
D | tgsi_exec.c | 5678 case TGSI_OPCODE_SHL: in exec_instruction()
|
/external/mesa3d/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 437 TGSI_OPCODE_SHL = 87, enumerator
|
/external/virglrenderer/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 420 #define TGSI_OPCODE_SHL 87 macro
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_tgsi_aos.c | 787 case TGSI_OPCODE_SHL: in lp_emit_instruction_aos()
|
D | lp_bld_tgsi_action.c | 2579 bld_base->op_actions[TGSI_OPCODE_SHL].emit = shl_emit_cpu; in lp_set_default_actions_cpu()
|
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_from_tgsi.cpp | 522 case TGSI_OPCODE_SHL: in inferSrcType() 3155 case TGSI_OPCODE_SHL: in handleInstruction()
|
/external/mesa3d/src/gallium/auxiliary/nir/ |
D | nir_to_tgsi.c | 644 [nir_op_ishl] = { TGSI_OPCODE_SHL, TGSI_OPCODE_U64SHL }, in ntt_emit_alu()
|
D | tgsi_to_nir.c | 1864 [TGSI_OPCODE_SHL] = nir_op_ishl,
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_tgsi_insn.c | 2887 case TGSI_OPCODE_SHL: in svga_emit_instruction()
|
D | svga_tgsi_vgpu10.c | 837 case TGSI_OPCODE_SHL: in translate_opcode() 9273 case TGSI_OPCODE_SHL: in emit_vgpu10_instruction()
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_shader.c | 11760 [TGSI_OPCODE_SHL] = { ALU_OP2_LSHL_INT, tgsi_op2_trans}, 11957 [TGSI_OPCODE_SHL] = { ALU_OP2_LSHL_INT, tgsi_op2}, 12183 [TGSI_OPCODE_SHL] = { ALU_OP2_LSHL_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 | 5030 case TGSI_OPCODE_SHL: in iter_instruction()
|