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

/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_eu_defines.h80 #define _3DPRIM_PATCHLIST(n) ({ assert(n > 0 && n <= 32); 0x20 + (n - 1); }) macro
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
H A Dbrw_draw.c124 hw_prim = _3DPRIM_PATCHLIST(ctx->TessCtrlProgram.patch_vertices);
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_eu_defines.h83 #define _3DPRIM_PATCHLIST(n) ({ assert(n > 0 && n <= 32); 0x20 + (n - 1); }) macro
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
H A Dbrw_draw.c124 hw_prim = _3DPRIM_PATCHLIST(ctx->TessCtrlProgram.patch_vertices);
/xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
H A Danv_pipeline.c1739 pipeline->topology = _3DPRIM_PATCHLIST(tess_info->patchControlPoints);
/xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
H A Danv_pipeline.c2504 pipeline->topology = _3DPRIM_PATCHLIST(tess_info->patchControlPoints);

Completed in 20 milliseconds