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

  /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)
r300_context.c 273 BEGIN_CB(gpuflush->cb_flush_clean, 6);
292 BEGIN_CB(vap_invariant->cb, r300->vap_invariant_state.size);
309 BEGIN_CB(invariant->cb, r300->invariant_state.size);
335 BEGIN_CB(&hyperz->cb_flush_begin, r300->hyperz_state.size);
r300_state.c 403 BEGIN_CB(blend->cb_clamp[i], 8);
415 BEGIN_CB(blend->cb_noclamp, 8);
425 BEGIN_CB(blend->cb_no_readwrite, 8);
509 BEGIN_CB(state->cb, 3);
532 BEGIN_CB(state->cb, 2);
549 BEGIN_CB(clip->cb, r300->clip_state.size);
663 BEGIN_CB(&dsa->cb_begin, 10);
673 BEGIN_CB(&dsa->cb_begin_fp16, 10);
685 BEGIN_CB(dsa->cb_zb_no_readwrite, 10);
695 BEGIN_CB(dsa->cb_fp16_zb_no_readwrite, 10)
    [all...]

Completed in 198 milliseconds