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.c527 #define FAILURE_VOID(cond) if ((cond)) {tx->failure=1;return;} macro
612 FAILURE_VOID(index < 0 || index >= tx->num_constf_allowed) in tx_set_lconstf()
636 FAILURE_VOID(index < 0 || index >= tx->num_consti_allowed) in tx_set_lconsti()
661 FAILURE_VOID(index < 0 || index >= tx->num_constb_allowed) in tx_set_lconstb()