Home
last modified time | relevance | path

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

/third_party/mesa3d/src/intel/compiler/
Dbrw_prim.h48 #define _3DPRIM_PATCHLIST(n) ({ assert(n > 0 && n <= 32); 0x20 + (n - 1); }) macro
/third_party/mesa3d/src/intel/vulkan/
DgenX_cmd_buffer.c4057 topology = _3DPRIM_PATCHLIST(pipeline->patch_control_points); in genX()