Searched defs:BEGIN_CB (Results 1 - 1 of 1) sorted by relevance

/external/mesa3d/src/gallium/drivers/r300/
H A Dr300_cb.h29 * Use BEGIN_CB for arrays with a static size.
36 * BEGIN_CB(cb, 3);
75 #define BEGIN_CB(ptr, size) do { \ macro
104 #define BEGIN_CB(ptr, size) cs_ptr = (ptr) macro

Completed in 92 milliseconds