Home
last modified time | relevance | path

Searched refs:ALU_OP1_UINT_TO_FLT (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_isa.h314 #define ALU_OP1_UINT_TO_FLT 114 macro
Dr600_shader.c4968 alu.op = i == dchan ? ctx->inst_info->op : ALU_OP1_UINT_TO_FLT; in egcm_int_to_double()
6008 alu.op = ALU_OP1_UINT_TO_FLT; in tgsi_divmod()
11913 [TGSI_OPCODE_U2F] = { ALU_OP1_UINT_TO_FLT, tgsi_op2_trans},
12110 [TGSI_OPCODE_U2F] = { ALU_OP1_UINT_TO_FLT, tgsi_op2_trans},
12200 [TGSI_OPCODE_U2D] = { ALU_OP1_UINT_TO_FLT, egcm_int_to_double},
12337 [TGSI_OPCODE_U2F] = { ALU_OP1_UINT_TO_FLT, tgsi_op2},
12427 [TGSI_OPCODE_U2D] = { ALU_OP1_UINT_TO_FLT, egcm_int_to_double},
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_assembler.cpp1329 {op1_uint_to_flt, ALU_OP1_UINT_TO_FLT},