Searched refs:TGSI_OPCODE_I2I64 (Results 1 – 10 of 10) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_info.c | 239 case TGSI_OPCODE_I2I64: in tgsi_opcode_infer_type() 290 case TGSI_OPCODE_I2I64: in tgsi_opcode_infer_src_type()
|
D | tgsi_util.c | 213 case TGSI_OPCODE_I2I64: in tgsi_util_get_inst_usage_mask()
|
D | tgsi_exec.c | 6260 case TGSI_OPCODE_I2I64: in exec_instruction()
|
/external/virglrenderer/src/gallium/auxiliary/tgsi/ |
D | tgsi_info.c | 280 { 1, 1, 0, 0, 0, 0, COMP, "I2I64", TGSI_OPCODE_I2I64 }, 473 case TGSI_OPCODE_I2I64: in tgsi_opcode_infer_type() 505 case TGSI_OPCODE_I2I64: in tgsi_opcode_infer_src_type()
|
/external/mesa3d/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 385 TGSI_OPCODE_I2I64 = 34, enumerator
|
/external/virglrenderer/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 585 #define TGSI_OPCODE_I2I64 237 macro
|
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_from_tgsi.cpp | 558 case TGSI_OPCODE_I2I64: in inferSrcType() 672 case TGSI_OPCODE_I2I64: in inferDstType() 3867 case TGSI_OPCODE_I2I64: in handleInstruction()
|
/external/mesa3d/src/gallium/auxiliary/nir/ |
D | nir_to_tgsi.c | 586 [nir_op_i2i64] = { TGSI_OPCODE_I2I64 }, in ntt_emit_alu()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_glsl_to_tgsi.cpp | 660 op == TGSI_OPCODE_I2I64 || op == TGSI_OPCODE_U2I64 || in emit_asm() 2349 emit_asm(ir, TGSI_OPCODE_I2I64, result_dst, op[0]); in visit_expression() 2358 emit_asm(ir, TGSI_OPCODE_I2I64, result_dst, op[0]); in visit_expression()
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_tgsi_action.c | 1236 bld_base->op_actions[TGSI_OPCODE_I2I64].emit = i2i64_emit; in lp_set_default_actions()
|