callnz pred - ps

Chiamare con un predicato, se non zero. Esegue una chiamata condizionale all'istruzione contrassegnata dall'indice dell'etichetta. Il predicamento usa un valore booleano per determinare se non eseguire l'istruzione.

Sintassi

callnz l#, [!] p0. {x|y|z|w}

 

Dove:

Commenti

Versioni del pixel shader 1_1 1_2 1_3 1_4 2_0 2_x 2_sw 3_0 3_sw
callnz pred x x x x

 

Questa istruzione esegue le operazioni seguenti:

if (specified register component is not zero)
{
    Push address of the next instruction to the return address stack
    Continue execution from the instruction marked by the label
}

Istruzioni per pixel shader