Searched refs:TGSI_OPCODE_U2D (Results 1 – 11 of 11) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_info.c | 214 case TGSI_OPCODE_U2D: in tgsi_opcode_infer_type() 275 case TGSI_OPCODE_U2D: in tgsi_opcode_infer_src_type()
|
D | tgsi_util.c | 148 case TGSI_OPCODE_U2D: in tgsi_util_get_inst_usage_mask()
|
D | tgsi_exec.c | 5889 case TGSI_OPCODE_U2D: in exec_instruction()
|
/third_party/mesa3d/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 574 TGSI_OPCODE_U2D = 216, enumerator
|
/third_party/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_from_tgsi.cpp | 385 case TGSI_OPCODE_U2D: in srcMask() 524 case TGSI_OPCODE_U2D: in inferSrcType() 667 case TGSI_OPCODE_U2D: in inferDstType() 3945 case TGSI_OPCODE_U2D: in handleInstruction()
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_tgsi_action.c | 1221 bld_base->op_actions[TGSI_OPCODE_U2D].emit = u2d_emit; in lp_set_default_actions()
|
/third_party/mesa3d/src/gallium/auxiliary/nir/ |
D | tgsi_to_nir.c | 1956 [TGSI_OPCODE_U2D] = nir_op_u2f64,
|
D | nir_to_tgsi.c | 897 [nir_op_u2f64] = { TGSI_OPCODE_U2D, TGSI_OPCODE_U642D }, in ntt_emit_alu()
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
D | svga_tgsi_vgpu10.c | 975 case TGSI_OPCODE_U2D: in translate_opcode() 8606 case TGSI_OPCODE_U2D: in opcode_has_dbl_dst() 9491 case TGSI_OPCODE_U2D: in emit_vgpu10_instruction()
|
/third_party/mesa3d/src/mesa/state_tracker/ |
D | st_glsl_to_tgsi.cpp | 736 if (op == TGSI_OPCODE_F2D || op == TGSI_OPCODE_U2D || in emit_asm() 2278 emit_asm(ir, TGSI_OPCODE_U2D, result_dst, op[0]); in visit_expression()
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
D | r600_shader.c | 4926 inst->Instruction.Opcode == TGSI_OPCODE_U2D); in egcm_int_to_double() 12172 [TGSI_OPCODE_U2D] = { ALU_OP1_UINT_TO_FLT, egcm_int_to_double}, 12399 [TGSI_OPCODE_U2D] = { ALU_OP1_UINT_TO_FLT, egcm_int_to_double},
|