HomeSort by relevance Sort by last modified time
    Searched defs:BEGIN_CB (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
r300_cb.h 29 * Use BEGIN_CB for arrays with a static size.
36 * BEGIN_CB(cb, 3);
75 #define BEGIN_CB(ptr, size) do { \
104 #define BEGIN_CB(ptr, size) cs_ptr = (ptr)
  /external/mesa3d/src/gallium/drivers/r300/
r300_cb.h 29 * Use BEGIN_CB for arrays with a static size.
36 * BEGIN_CB(cb, 3);
75 #define BEGIN_CB(ptr, size) do { \
104 #define BEGIN_CB(ptr, size) cs_ptr = (ptr)

Completed in 77 milliseconds