Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/frontends/nine/
Dnine_shader.c3525 #define GET_CAP(n) screen->get_param( \ macro
3598 tx->want_texcoord = GET_CAP(TGSI_TEXCOORD); in tx_ctor()
3599 tx->shift_wpos = !GET_CAP(TGSI_FS_COORD_PIXEL_CENTER_INTEGER); in tx_ctor()
3602 tx->wpos_is_sysval = GET_CAP(TGSI_FS_POSITION_IS_SYSVAL); in tx_ctor()
3603 tx->face_is_sysval_integer = GET_CAP(TGSI_FS_FACE_IS_INTEGER_SYSVAL); in tx_ctor()
3640 tx->mul_zero_wins = GET_CAP(TGSI_MUL_ZERO_WINS); in tx_ctor()