Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/frontends/nine/
H A Dnine_state.c3676 #define D3DRS_TO_STRING_CASE(n) case D3DRS_##n: return "D3DRS_"#n macro
3680 D3DRS_TO_STRING_CASE(ZENABLE); in nine_d3drs_to_string()
3681 D3DRS_TO_STRING_CASE(FILLMODE); in nine_d3drs_to_string()
3682 D3DRS_TO_STRING_CASE(SHADEMODE); in nine_d3drs_to_string()
3683 D3DRS_TO_STRING_CASE(ZWRITEENABLE); in nine_d3drs_to_string()
3684 D3DRS_TO_STRING_CASE(ALPHATESTENABLE); in nine_d3drs_to_string()
3685 D3DRS_TO_STRING_CASE(LASTPIXEL); in nine_d3drs_to_string()
3686 D3DRS_TO_STRING_CASE(SRCBLEND); in nine_d3drs_to_string()
3687 D3DRS_TO_STRING_CASE(DESTBLEND); in nine_d3drs_to_string()
3688 D3DRS_TO_STRING_CASE(CULLMOD in nine_d3drs_to_string()
[all...]

Completed in 5 milliseconds