mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-06-08 03:48:24 +02:00
r600g: add r600 version of UINT_TO_FLT conversion.
Signed-off-by: Dave Airlie <airlied@redhat.com>
This commit is contained in:
parent
bfcffd4d72
commit
faa90abfe0
1 changed files with 1 additions and 0 deletions
|
|
@ -104,6 +104,7 @@ static inline unsigned int r600_bytecode_get_num_operands(struct r600_bytecode *
|
|||
case V_SQ_ALU_WORD1_OP2_SQ_OP2_INST_RECIPSQRT_IEEE:
|
||||
case V_SQ_ALU_WORD1_OP2_SQ_OP2_INST_FLT_TO_INT:
|
||||
case V_SQ_ALU_WORD1_OP2_SQ_OP2_INST_INT_TO_FLT:
|
||||
case V_SQ_ALU_WORD1_OP2_SQ_OP2_INST_UINT_TO_FLT:
|
||||
case V_SQ_ALU_WORD1_OP2_SQ_OP2_INST_SIN:
|
||||
case V_SQ_ALU_WORD1_OP2_SQ_OP2_INST_COS:
|
||||
case V_SQ_ALU_WORD1_OP2_SQ_OP2_INST_RNDNE:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue