Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/frontends/nine/
Dnine_shader.c530 #define FAILURE_VOID(cond) if ((cond)) {tx->failure=1;return;} macro
699 FAILURE_VOID(index < 0 || index >= tx->num_constf_allowed) in tx_set_lconstf()
723 FAILURE_VOID(index < 0 || index >= tx->num_consti_allowed) in tx_set_lconsti()
748 FAILURE_VOID(index < 0 || index >= tx->num_constb_allowed) in tx_set_lconstb()