Searched refs:TGSI_OPCODE_U642D (Results 1 – 10 of 10) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_info.c | 215 case TGSI_OPCODE_U642D: in tgsi_opcode_infer_type() 320 case TGSI_OPCODE_U642D: in tgsi_opcode_infer_src_type()
|
D | tgsi_scan.c | 487 fullinst->Instruction.Opcode == TGSI_OPCODE_U642D || in scan_instruction()
|
D | tgsi_exec.c | 6279 case TGSI_OPCODE_U642D: in exec_instruction()
|
/external/virglrenderer/src/gallium/auxiliary/tgsi/ |
D | tgsi_info.c | 300 { 1, 1, 0, 0, 0, 0, COMP, "U642D", TGSI_OPCODE_U642D } 449 case TGSI_OPCODE_U642D: in tgsi_opcode_infer_type() 535 case TGSI_OPCODE_U642D: in tgsi_opcode_infer_src_type()
|
/external/mesa3d/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 402 TGSI_OPCODE_U642D = 51, enumerator
|
/external/virglrenderer/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 605 #define TGSI_OPCODE_U642D 256 macro
|
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_from_tgsi.cpp | 616 case TGSI_OPCODE_U642D: in inferSrcType() 670 case TGSI_OPCODE_U642D: in inferDstType() 3898 case TGSI_OPCODE_U642D: in handleInstruction()
|
/external/mesa3d/src/gallium/auxiliary/nir/ |
D | nir_to_tgsi.c | 595 [nir_op_u2f64] = { TGSI_OPCODE_U2D, TGSI_OPCODE_U642D }, in ntt_emit_alu()
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_tgsi_action.c | 1246 bld_base->op_actions[TGSI_OPCODE_U642D].emit = u642d_emit; in lp_set_default_actions()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_glsl_to_tgsi.cpp | 2346 emit_asm(ir, TGSI_OPCODE_U642D, result_dst, op[0]); in visit_expression()
|