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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/nine/
H A Dnine_state.h53 #define NINED3DRS_COUNT (NINED3DRS_LAST + 1) macro
167 uint32_t rs[(NINED3DRS_COUNT + 31) / 32];
212 DWORD rs_advertised[NINED3DRS_COUNT]; /* the ones apps get with GetRenderState */
285 DWORD rs[NINED3DRS_COUNT];
340 extern const uint32_t nine_render_state_group[NINED3DRS_COUNT];
344 extern const uint32_t nine_render_states_pixel[(NINED3DRS_COUNT + 31) / 32];
345 extern const uint32_t nine_render_states_vertex[(NINED3DRS_COUNT + 31) / 32];
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/nine/
H A Dnine_state.h55 #define NINED3DRS_COUNT (NINED3DRS_LAST + 1) macro
169 uint32_t rs[(NINED3DRS_COUNT + 31) / 32];
214 DWORD rs_advertised[NINED3DRS_COUNT]; /* the ones apps get with GetRenderState */
287 DWORD rs[NINED3DRS_COUNT];
347 extern const uint32_t nine_render_state_group[NINED3DRS_COUNT];
351 extern const uint32_t nine_render_states_pixel[(NINED3DRS_COUNT + 31) / 32];
352 extern const uint32_t nine_render_states_vertex[(NINED3DRS_COUNT + 31) / 32];

Completed in 4 milliseconds