| /xsrc/external/mit/MesaLib.old/dist/src/compiler/ |
| H A D | shader_info.h | 71 bool tessellation; member in struct:spirv_supported_capabilities
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/docs/source/drivers/openswr/ |
| H A D | knobs.rst | 65 Maximum primitives in a single Draw() with tessellation enabled. Larger primitives are split into smaller Draw calls. Should be a multiple of (vectorWidth). 69 (DEBUG) Maximum tessellation factor for fractional-odd partitioning. 73 (DEBUG) Maximum tessellation factor for fractional-even partitioning. 77 (DEBUG) Maximum tessellation factor for integer partitioning.
|
| /xsrc/external/mit/MesaLib/dist/docs/drivers/openswr/ |
| H A D | knobs.rst | 65 Maximum primitives in a single Draw() with tessellation enabled. Larger primitives are split into smaller Draw calls. Should be a multiple of (vectorWidth). 69 (DEBUG) Maximum tessellation factor for fractional-odd partitioning. 73 (DEBUG) Maximum tessellation factor for fractional-even partitioning. 77 (DEBUG) Maximum tessellation factor for integer partitioning.
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 17.1.1.rst | 119 - radeonsi: fix primitive ID in fragment shader when using tessellation 120 - radeonsi: fix gl_PrimitiveID in tessellation with instanced draws on 123 tessellation
|
| H A D | 17.1.8.rst | 78 - radeonsi/gfx9: add a temporary workaround for a tessellation driver
|
| H A D | 12.0.5.rst | 83 - radeonsi: fix gl_PatchVerticesIn for tessellation evaluation shader
|
| H A D | 17.1.3.rst | 95 - radeonsi: fix a GPU hang with tessellation on 2-CU configs
|
| H A D | 13.0.3.rst | 109 - radeonsi: apply a tessellation bug workaround for SI
|
| H A D | 17.0.6.rst | 127 - radeonsi: fix gl_PrimitiveID in tessellation with instanced draws on
|
| H A D | 17.2.3.rst | 137 - radeonsi: deduce rast_prim correctly for tessellation point mode
|
| H A D | 18.1.9.rst | 37 - [DXVK] Batman: Arkham City with tessellation enabled hangs on SKL
|
| H A D | 18.3.3.rst | 133 tessellation
|
| H A D | 19.2.2.rst | 107 - iris: Implement the Gen < 9 tessellation quads workaround
|
| H A D | 19.3.5.rst | 135 - mesa: fix immediate mode with tessellation and varying patch vertices
|
| H A D | 20.0.1.rst | 131 - mesa: fix immediate mode with tessellation and varying patch vertices
|
| H A D | 20.1.9.rst | 38 - \[RADV\] Problems reading primitive ID in fragment shader after tessellation
|
| H A D | 21.1.5.rst | 68 - draw: fix tessellation output vertex size calculation
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/ir3/ |
| H A D | ir3_gallium.c | 188 .tessellation = IR3_TESS_NONE, 195 key.tessellation = ir3_tess_mode(nir->info.tess.primitive_mode); 205 key.tessellation = IR3_TESS_TRIANGLES; 207 key.tessellation = IR3_TESS_ISOLINES;
|
| /xsrc/external/mit/glu/dist/src/libnurbs/internals/ |
| H A D | subdivider.h | 143 void tessellation( Bin&, Patchlist& ); 180 /*in domain distance method, the tessellation is controled by two numbers:
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/ |
| H A D | shader_info.h | 100 bool tessellation; member in struct:spirv_supported_capabilities
|
| /xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/ |
| H A D | ir3_nir.c | 638 if (so->key.has_gs || so->key.tessellation) { 642 so->key.tessellation); 646 NIR_PASS_V(s, ir3_nir_lower_tess_ctrl, so, so->key.tessellation); 651 NIR_PASS_V(s, ir3_nir_lower_tess_eval, so, so->key.tessellation); 654 so->key.tessellation);
|
| H A D | 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::__anon448bd35c030a::__anon448bd35c0408 712 if (key->tessellation || key->has_gs)
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/ |
| H A D | 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/dist/docs/ |
| H A D | envvars.rst | 326 dump shader assembly for tessellation control shaders 328 dump shader assembly for tessellation evaluation shaders 790 Print tessellation control shaders 792 Print tessellation evaluation shaders 806 Use Wave32 for vertex, tessellation, and geometry shaders. 812 Use Wave64 for vertex, tessellation, and geometry shaders. 893 Print tessellation control shaders 895 Print tessellation evaluation shaders
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a6xx/ |
| H A D | fd6_draw.c | 179 emit.key.key.tessellation = ir3_tess_mode(ds_info->tess.primitive_mode); 295 ctx->batch->tessellation = true;
|