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

/xsrc/external/mit/MesaLib.old/dist/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
H A Dr300_state.c486 BEGIN_CB(blend->cb_clamp[i], 8);
498 BEGIN_CB(blend->cb_noclamp, 8);
508 BEGIN_CB(blend->cb_noclamp_noalpha, 8);
518 BEGIN_CB(blend->cb_no_readwrite, 8);
623 BEGIN_CB(state->cb, 3);
647 BEGIN_CB(state->cb, 2);
664 BEGIN_CB(clip->cb, r300->clip_state.size);
765 BEGIN_CB(&dsa->cb_begin, 8);
774 BEGIN_CB(dsa->cb_zb_no_readwrite, 8);
1286 BEGIN_CB(r
[all...]
H A Dr300_context.c289 BEGIN_CB(gpuflush->cb_flush_clean, 6);
308 BEGIN_CB(vap_invariant->cb, r300->vap_invariant_state.size);
333 BEGIN_CB(invariant->cb, r300->invariant_state.size);
358 BEGIN_CB(&hyperz->cb_flush_begin, r300->hyperz_state.size);
/xsrc/external/mit/MesaLib/dist/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
H A Dr300_state.c480 BEGIN_CB(blend->cb_clamp[i], 8);
492 BEGIN_CB(blend->cb_noclamp, 8);
502 BEGIN_CB(blend->cb_noclamp_noalpha, 8);
512 BEGIN_CB(blend->cb_no_readwrite, 8);
617 BEGIN_CB(state->cb, 3);
641 BEGIN_CB(state->cb, 2);
658 BEGIN_CB(clip->cb, r300->clip_state.size);
759 BEGIN_CB(&dsa->cb_begin, 8);
768 BEGIN_CB(dsa->cb_zb_no_readwrite, 8);
1280 BEGIN_CB(r
[all...]
H A Dr300_context.c288 BEGIN_CB(gpuflush->cb_flush_clean, 6);
307 BEGIN_CB(vap_invariant->cb, r300->vap_invariant_state.size);
332 BEGIN_CB(invariant->cb, r300->invariant_state.size);
357 BEGIN_CB(&hyperz->cb_flush_begin, r300->hyperz_state.size);

Completed in 10 milliseconds