Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/state_trackers/nine/
Dnine_state.c3858 #define D3DRS_TO_STRING_CASE(n) case D3DRS_##n: return "D3DRS_"#n macro
3862 D3DRS_TO_STRING_CASE(ZENABLE); in nine_d3drs_to_string()
3863 D3DRS_TO_STRING_CASE(FILLMODE); in nine_d3drs_to_string()
3864 D3DRS_TO_STRING_CASE(SHADEMODE); in nine_d3drs_to_string()
3865 D3DRS_TO_STRING_CASE(ZWRITEENABLE); in nine_d3drs_to_string()
3866 D3DRS_TO_STRING_CASE(ALPHATESTENABLE); in nine_d3drs_to_string()
3867 D3DRS_TO_STRING_CASE(LASTPIXEL); in nine_d3drs_to_string()
3868 D3DRS_TO_STRING_CASE(SRCBLEND); in nine_d3drs_to_string()
3869 D3DRS_TO_STRING_CASE(DESTBLEND); in nine_d3drs_to_string()
3870 D3DRS_TO_STRING_CASE(CULLMODE); in nine_d3drs_to_string()
[all …]