[Mesa-dev] [PATCH] r600g: Added CEIL to r600_bytecode_get_num_operands

Alex Deucher alexdeucher at gmail.com
Wed May 9 08:49:24 PDT 2012


On Wed, May 9, 2012 at 11:31 AM, Kai Wasserbäch
<kai at dev.carbon-project.org> wrote:
>
> Signed-off-by: Kai Wasserbäch <kai at dev.carbon-project.org>

added as part of 6ae12bac596ce3a6aa8e09f638ad2cb4a7c18e5c

Alex

> ---
>  Wasn't able to build-test this one, my connection is a little slow and I would
>  need to update my build chroot on this machine.
>
>  src/gallium/drivers/r600/r600_asm.c |    2 ++
>  1 file changed, 2 insertions(+)
>
> diff --git a/src/gallium/drivers/r600/r600_asm.c b/src/gallium/drivers/r600/r600_asm.c
> index 0d67fbd..5a10bd9 100644
> --- a/src/gallium/drivers/r600/r600_asm.c
> +++ b/src/gallium/drivers/r600/r600_asm.c
> @@ -94,6 +94,7 @@ static inline unsigned int r600_bytecode_get_num_operands(struct r600_bytecode *
>                case V_SQ_ALU_WORD1_OP2_SQ_OP2_INST_MOVA_GPR_INT:
>                case V_SQ_ALU_WORD1_OP2_SQ_OP2_INST_MOVA_INT:
>                case V_SQ_ALU_WORD1_OP2_SQ_OP2_INST_FRACT:
> +               case V_SQ_ALU_WORD1_OP2_SQ_OP2_INST_CEIL:
>                case V_SQ_ALU_WORD1_OP2_SQ_OP2_INST_FLOOR:
>                case V_SQ_ALU_WORD1_OP2_SQ_OP2_INST_TRUNC:
>                case V_SQ_ALU_WORD1_OP2_SQ_OP2_INST_EXP_IEEE:
> @@ -172,6 +173,7 @@ static inline unsigned int r600_bytecode_get_num_operands(struct r600_bytecode *
>                case EG_V_SQ_ALU_WORD1_OP2_SQ_OP2_INST_MOV:
>                case EG_V_SQ_ALU_WORD1_OP2_SQ_OP2_INST_MOVA_INT:
>                case EG_V_SQ_ALU_WORD1_OP2_SQ_OP2_INST_FRACT:
> +               case EG_V_SQ_ALU_WORD1_OP2_SQ_OP2_INST_CEIL:
>                case EG_V_SQ_ALU_WORD1_OP2_SQ_OP2_INST_FLOOR:
>                case EG_V_SQ_ALU_WORD1_OP2_SQ_OP2_INST_TRUNC:
>                case EG_V_SQ_ALU_WORD1_OP2_SQ_OP2_INST_EXP_IEEE:
> --
> 1.7.10
>
> _______________________________________________
> mesa-dev mailing list
> mesa-dev at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/mesa-dev


More information about the mesa-dev mailing list