HomeSort by: relevance | last modified time | path
    Searched defs:tessellation (Results 1 - 5 of 5) sorted by relevancy

  /xsrc/external/mit/glu/dist/src/libnurbs/internals/
subdivider.cc 199 * drawSurfaces - main entry point for surface tessellation
351 tessellation(*tempSource, patchlist);
485 tessellation( source, patchlist );
493 tessellation( source, patchlist );
566 * tessellation - set tessellation of interior and boundary of patch
571 Subdivider::tessellation( Bin& bin, Patchlist &patchlist ) function in class:Subdivider
867 * 3) map the curve onto the surface to determine tessellation
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/
freedreno_batch.h 97 bool tessellation : 1; /* tessellation used in batch */ member in struct:fd_batch
259 /* Buffer for tessellation engine input
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/
shader_info.h 71 bool tessellation; member in struct:spirv_supported_capabilities
  /xsrc/external/mit/MesaLib/dist/src/compiler/
shader_info.h 100 bool tessellation; member in struct:spirv_supported_capabilities
  /xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/
ir3_shader.h 292 /* Indicates that this is a tessellation pipeline which requires a
294 * tessellation, this field also tells us which kind of output
301 unsigned tessellation : 2; member in struct:ir3_shader_key::__anon977::__anon978
712 if (key->tessellation || key->has_gs)

Completed in 20 milliseconds