Home
last modified time | relevance | path

Searched defs:_3DPRIM_PATCHLIST (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/mesa3d/src/intel/compiler/
H A Dbrw_prim.h48 #define _3DPRIM_PATCHLIST(n) ({ assert(n > 0 && n <= 32); 0x20 + (n - 1); }) macro
/aosp_15_r20/external/mesa3d/src/intel/compiler/elk/
H A Delk_prim.h48 #define _3DPRIM_PATCHLIST(n) ({ assert(n > 0 && n <= 32); 0x20 + (n - 1); }) macro