Searched refs:TGSI_OPCODE_U64SHL (Results 1 – 8 of 8) sorted by relevance
/external/virglrenderer/src/gallium/auxiliary/tgsi/ |
D | tgsi_info.c | 293 { 1, 2, 0, 0, 0, 0, COMP, "U64SHL", TGSI_OPCODE_U64SHL }, 458 case TGSI_OPCODE_U64SHL: in tgsi_opcode_infer_type()
|
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_info.c | 224 case TGSI_OPCODE_U64SHL: in tgsi_opcode_infer_type()
|
D | tgsi_exec.c | 6227 case TGSI_OPCODE_U64SHL: in exec_instruction()
|
/external/mesa3d/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 610 TGSI_OPCODE_U64SHL = 241, enumerator
|
/external/virglrenderer/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 598 #define TGSI_OPCODE_U64SHL 249 macro
|
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_from_tgsi.cpp | 611 case TGSI_OPCODE_U64SHL: in inferSrcType() 4022 case TGSI_OPCODE_U64SHL: 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()
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_tgsi_action.c | 2635 bld_base->op_actions[TGSI_OPCODE_U64SHL].emit = u64shl_emit_cpu; in lp_set_default_actions_cpu()
|