Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/frontends/nine/
Dnine_state.c3606 #define D3DRS_TO_STRING_CASE(n) case D3DRS_##n: return "D3DRS_"#n macro
3610 D3DRS_TO_STRING_CASE(ZENABLE); in nine_d3drs_to_string()
3611 D3DRS_TO_STRING_CASE(FILLMODE); in nine_d3drs_to_string()
3612 D3DRS_TO_STRING_CASE(SHADEMODE); in nine_d3drs_to_string()
3613 D3DRS_TO_STRING_CASE(ZWRITEENABLE); in nine_d3drs_to_string()
3614 D3DRS_TO_STRING_CASE(ALPHATESTENABLE); in nine_d3drs_to_string()
3615 D3DRS_TO_STRING_CASE(LASTPIXEL); in nine_d3drs_to_string()
3616 D3DRS_TO_STRING_CASE(SRCBLEND); in nine_d3drs_to_string()
3617 D3DRS_TO_STRING_CASE(DESTBLEND); in nine_d3drs_to_string()
3618 D3DRS_TO_STRING_CASE(CULLMODE); in nine_d3drs_to_string()
[all …]