Searched refs:tessellator (Results 1 – 18 of 18) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/tessellator/ |
D | p_tessellator.cpp | 139 pipe_ts* tessellator = new (mem) pipe_ts(); in p_tess_init() local 141 tessellator->Init(tes_prim_mode, spacing, tes_vertex_order_cw, tes_point_mode); in p_tess_init() 143 return (struct pipe_tessellator *)tessellator; in p_tess_init() 150 pipe_ts *tessellator = (pipe_ts*)pipe_tess; in p_tess_destroy() local 152 tessellator->~pipe_ts(); in p_tess_destroy() 153 align_free(tessellator); in p_tess_destroy() 162 pipe_ts *tessellator = (pipe_ts*)pipe_tess; in p_tessellate() local 164 tessellator->Tessellate(tess_factors, tess_data); in p_tessellate()
|
/external/mesa3d/docs/relnotes/ |
D | 3.2.1 | 16 The GLU tessellator has been reverted back to the version included 17 with Mesa 3.0 since it's more stable. The Mesa 3.1/3.2 tessellator
|
D | 20.1.0.rst | 204 - tessellator.cpp:78:7: error: 'fmin' is missing exception 1350 - gallium/auxiliary: add the microsoft tessellator and a pipe wrapper. 1361 - gallivm/tessellator: use private functions for min/max to avoid
|
D | 20.0.0.rst | 1546 - swr/rasterizer: Add tessellator implementation to the rasterizer
|
/external/mesa3d/src/gallium/auxiliary/ |
D | Android.mk | 33 $(filter-out tessellator/tessellator.hpp, $(C_SOURCES)) \
|
D | Makefile.sources | 160 tessellator/p_tessellator.cpp \ 161 tessellator/p_tessellator.h \ 162 tessellator/tessellator.cpp \ 163 tessellator/tessellator.hpp \
|
D | meson.build | 420 'tessellator/tessellator.cpp', 421 'tessellator/tessellator.hpp', 422 'tessellator/p_tessellator.cpp', 423 'tessellator/p_tessellator.h',
|
/external/mesa3d/src/gallium/drivers/swr/ |
D | meson.build | 131 'rasterizer/core/tessellator.h', 132 'rasterizer/core/tessellator.hpp', 133 'rasterizer/core/tessellator.cpp',
|
/external/mesa3d/docs/ |
D | README.WIN32 | 61 mainly to get the better tessellator code.
|
D | thanks.rst | 25 - **Bogdan Sikorski** wrote the GLU NURBS and polygon tessellator in
|
D | sourcetree.rst | 155 - **tessellator**- used by software drivers to implement
|
D | versions.rst | 800 - GLU 1.2 polygon tessellator 877 - reverted to old GLU polygon tessellator, GLU 1.1 1270 - fixed divide by zero error in NURBS tessellator (Jon Perry)
|
/external/skia/tools/viewer/ |
D | DegenerateQuadsSlide.cpp | 432 skgpu::v1::QuadPerEdgeAA::Tessellator tessellator(kSpec, (char*) vertices); in getTessellatedPoints() local 433 tessellator.append(&quad, nullptr, {1.f, 1.f, 1.f, 1.f}, in getTessellatedPoints()
|
/external/skia/src/gpu/ganesh/ops/ |
D | FillRectOp.cpp | 251 skgpu::v1::QuadPerEdgeAA::Tessellator tessellator(vertexSpec, dst); in tessellate() local 258 tessellator.append(iter.deviceQuad(), iter.localQuad(), in tessellate()
|
D | TextureOp.cpp | 733 skgpu::v1::QuadPerEdgeAA::Tessellator tessellator(desc->fVertexSpec, vertexData); in FillInVertices() 744 tessellator.append(iter.deviceQuad(), iter.localQuad(), info.fColor, in FillInVertices() 749 == (size_t)(tessellator.vertexMark() - startMark)); in FillInVertices() 761 SkASSERT(desc->totalSizeInBytes() == (size_t)(tessellator.vertexMark() - startMark)); in FillInVertices()
|
/external/skia/ |
D | NOTICE | 32 verbatim copy of the GLU tessellator source code from SGI's OpenGL Sample
|
/external/mesa3d/docs/gallium/ |
D | tgsi.rst | 3754 If set to a non-zero value, this turns on point mode for the tessellator,
|
/external/gfxstream-protocols/registry/vulkan/ |
D | ChangeLog.txt | 8802 placed in the <<[tessellation-tessellator-spacing,Tessellator Spacing>>
|