Searched refs:TGSI_OPCODE_D2I64 (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_info.c | 86 { 1, 1, 0, 0, 0, 0, 1, COMP, "D2I64", TGSI_OPCODE_D2I64 }, 463 case TGSI_OPCODE_D2I64: in tgsi_opcode_infer_type() 519 case TGSI_OPCODE_D2I64: in tgsi_opcode_infer_src_type()
|
D | tgsi_exec.c | 6206 case TGSI_OPCODE_D2I64: in exec_instruction()
|
/external/mesa3d/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 377 #define TGSI_OPCODE_D2I64 46 macro
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_tgsi_action.c | 1378 bld_base->op_actions[TGSI_OPCODE_D2I64].emit = f2i64_emit; in lp_set_default_actions()
|