Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/state_trackers/nine/
Dnine_shader.c526 #define FAILURE_VOID(cond) if ((cond)) {tx->failure=1;return;} macro
611 FAILURE_VOID(index < 0 || index >= tx->num_constf_allowed) in tx_set_lconstf()
635 FAILURE_VOID(index < 0 || index >= tx->num_consti_allowed) in tx_set_lconsti()
660 FAILURE_VOID(index < 0 || index >= tx->num_constb_allowed) in tx_set_lconstb()