Home
last modified time | relevance | path

Searched refs:edgeflags (Results 1 – 25 of 102) sorted by relevance

12345

/dports/math/vtk9/VTK-9.1.0/Rendering/Core/Testing/Cxx/
H A DTestEdgeFlags.cxx63 vtkNew<vtkUnsignedCharArray> edgeflags; in TestEdgeFlags() local
64 edgeflags->SetName("vtkEdgeFlags"); in TestEdgeFlags()
65 edgeflags->SetNumberOfComponents(1); in TestEdgeFlags()
66 edgeflags->SetNumberOfTuples(9); in TestEdgeFlags()
71 edgeflags->SetValue(i, flags[i]); in TestEdgeFlags()
78 pointData->AddArray(edgeflags); in TestEdgeFlags()
79 pointData->SetActiveAttribute(edgeflags->GetName(), vtkDataSetAttributes::EDGEFLAG); in TestEdgeFlags()
103 pointData->AddArray(edgeflags); in TestEdgeFlags()
104 pointData->SetActiveAttribute(edgeflags->GetName(), vtkDataSetAttributes::EDGEFLAG); in TestEdgeFlags()
/dports/math/vtk8/VTK-8.2.0/Rendering/Core/Testing/Cxx/
H A DTestEdgeFlags.cxx74 vtkNew<vtkUnsignedCharArray> edgeflags; in TestEdgeFlags() local
75 edgeflags->SetName("vtkEdgeFlags"); in TestEdgeFlags()
76 edgeflags->SetNumberOfComponents(1); in TestEdgeFlags()
77 edgeflags->SetNumberOfTuples(9); in TestEdgeFlags()
82 edgeflags->SetValue(i, flags[i]); in TestEdgeFlags()
89 pointData->AddArray(edgeflags); in TestEdgeFlags()
91 edgeflags->GetName(), vtkDataSetAttributes::EDGEFLAG); in TestEdgeFlags()
116 pointData->AddArray(edgeflags); in TestEdgeFlags()
118 edgeflags->GetName(), vtkDataSetAttributes::EDGEFLAG); in TestEdgeFlags()
/dports/math/vtk6/VTK-6.2.0/Rendering/Core/Testing/Cxx/
H A DTestEdgeFlags.cxx87 vtkNew<vtkUnsignedCharArray> edgeflags; in TestEdgeFlags() local
88 edgeflags->SetName("vtkEdgeFlags"); in TestEdgeFlags()
89 edgeflags->SetNumberOfComponents(1); in TestEdgeFlags()
90 edgeflags->SetNumberOfTuples(9); in TestEdgeFlags()
95 edgeflags->SetValue(i, flags[i]); in TestEdgeFlags()
102 pointData->AddArray(edgeflags.Get()); in TestEdgeFlags()
104 edgeflags->GetName(), vtkDataSetAttributes::EDGEFLAG); in TestEdgeFlags()
129 pointData->AddArray(edgeflags.Get()); in TestEdgeFlags()
131 edgeflags->GetName(), vtkDataSetAttributes::EDGEFLAG); in TestEdgeFlags()
/dports/math/vtk6/VTK-6.2.0/Rendering/OpenGL/
H A DvtkPolygonsPainter.cxx192 unsigned char *edgeflags = 0; in RenderPrimitive() local
218 edgeflags = ef->GetPointer(0); in RenderPrimitive()
446 eftype, edgeflags, *ptIds); in RenderPrimitive()
508 eftype, edgeflags, *ptIds); in RenderPrimitive()
520 eftype, edgeflags, *ptIds); in RenderPrimitive()
532 eftype, edgeflags, *ptIds); in RenderPrimitive()
543 eftype, edgeflags, *ptIds); in RenderPrimitive()
580 eftype, edgeflags, *ptIds); in RenderPrimitive()
591 eftype, edgeflags, *ptIds); in RenderPrimitive()
605 eftype, edgeflags, *ptIds); in RenderPrimitive()
[all …]
/dports/science/cgnslib/CGNS-4.1.2/src/cgnstools/tkogl/
H A Dtess.c34 int edgeflags = 1; in Tesselate() local
63 edgeflags = 0; in Tesselate()
84 if (edgeflags) gluTessCallback (obj, GLU_EDGE_FLAG, (TessCallback) glEdgeFlag); in Tesselate()
/dports/math/vtk8/VTK-8.2.0/Rendering/OpenGL2/
H A DvtkOpenGLIndexBufferObject.h100 vtkIdType vertexOffset, vtkDataArray *edgeflags);
103 vtkCellArray *cells, vtkDataArray *edgeflags);
/dports/math/vtk9/VTK-9.1.0/Rendering/OpenGL2/
H A DvtkOpenGLIndexBufferObject.h85 vtkIdType vertexOffset, vtkDataArray* edgeflags);
87 size_t CreateEdgeFlagIndexBuffer(vtkCellArray* cells, vtkDataArray* edgeflags);
/dports/lang/clover/mesa-21.3.6/src/gallium/drivers/radeonsi/
H A Dgfx10_shader_ngg.c155 LLVMValueRef edgeflags = LLVMConstInt(ctx->ac.i32, all_bits_no_edgeflags, 0); in gfx10_ngg_build_export_prim() local
167 edgeflags = LLVMBuildOr(builder, edgeflags, edge, ""); in gfx10_ngg_build_export_prim()
169 prim.passthrough = LLVMBuildAnd(builder, prim.passthrough, edgeflags, ""); in gfx10_ngg_build_export_prim()
187 prim.edgeflags = ac_pack_edgeflags_for_export(&ctx->ac, &ctx->args); in gfx10_ngg_build_export_prim()
189 prim.edgeflags = ctx->ac.i32_0; in gfx10_ngg_build_export_prim()
195 LLVMValueRef edgeflags = ctx->ac.i32_0; in gfx10_ngg_build_export_prim() local
203 edgeflags = LLVMBuildOr(ctx->ac.builder, edgeflags, edge, ""); in gfx10_ngg_build_export_prim()
205 prim.edgeflags = LLVMBuildAnd(ctx->ac.builder, prim.edgeflags, edgeflags, ""); in gfx10_ngg_build_export_prim()
1170 prim.edgeflags = ac_pack_edgeflags_for_export(&ctx->ac, &ctx->args); in gfx10_emit_ngg_culling_epilogue()
1172 prim.edgeflags = ctx->ac.i32_0; in gfx10_emit_ngg_culling_epilogue()
[all …]
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/gallium/drivers/radeonsi/
H A Dgfx10_shader_ngg.c155 LLVMValueRef edgeflags = LLVMConstInt(ctx->ac.i32, all_bits_no_edgeflags, 0); in gfx10_ngg_build_export_prim() local
167 edgeflags = LLVMBuildOr(builder, edgeflags, edge, ""); in gfx10_ngg_build_export_prim()
169 prim.passthrough = LLVMBuildAnd(builder, prim.passthrough, edgeflags, ""); in gfx10_ngg_build_export_prim()
187 prim.edgeflags = ac_pack_edgeflags_for_export(&ctx->ac, &ctx->args); in gfx10_ngg_build_export_prim()
189 prim.edgeflags = ctx->ac.i32_0; in gfx10_ngg_build_export_prim()
195 LLVMValueRef edgeflags = ctx->ac.i32_0; in gfx10_ngg_build_export_prim() local
203 edgeflags = LLVMBuildOr(ctx->ac.builder, edgeflags, edge, ""); in gfx10_ngg_build_export_prim()
205 prim.edgeflags = LLVMBuildAnd(ctx->ac.builder, prim.edgeflags, edgeflags, ""); in gfx10_ngg_build_export_prim()
1170 prim.edgeflags = ac_pack_edgeflags_for_export(&ctx->ac, &ctx->args); in gfx10_emit_ngg_culling_epilogue()
1172 prim.edgeflags = ctx->ac.i32_0; in gfx10_emit_ngg_culling_epilogue()
[all …]
/dports/graphics/libosmesa/mesa-21.3.6/src/gallium/drivers/radeonsi/
H A Dgfx10_shader_ngg.c155 LLVMValueRef edgeflags = LLVMConstInt(ctx->ac.i32, all_bits_no_edgeflags, 0); in gfx10_ngg_build_export_prim() local
167 edgeflags = LLVMBuildOr(builder, edgeflags, edge, ""); in gfx10_ngg_build_export_prim()
169 prim.passthrough = LLVMBuildAnd(builder, prim.passthrough, edgeflags, ""); in gfx10_ngg_build_export_prim()
187 prim.edgeflags = ac_pack_edgeflags_for_export(&ctx->ac, &ctx->args); in gfx10_ngg_build_export_prim()
189 prim.edgeflags = ctx->ac.i32_0; in gfx10_ngg_build_export_prim()
195 LLVMValueRef edgeflags = ctx->ac.i32_0; in gfx10_ngg_build_export_prim() local
203 edgeflags = LLVMBuildOr(ctx->ac.builder, edgeflags, edge, ""); in gfx10_ngg_build_export_prim()
205 prim.edgeflags = LLVMBuildAnd(ctx->ac.builder, prim.edgeflags, edgeflags, ""); in gfx10_ngg_build_export_prim()
1170 prim.edgeflags = ac_pack_edgeflags_for_export(&ctx->ac, &ctx->args); in gfx10_emit_ngg_culling_epilogue()
1172 prim.edgeflags = ctx->ac.i32_0; in gfx10_emit_ngg_culling_epilogue()
[all …]
/dports/graphics/mesa-libs/mesa-21.3.6/src/gallium/drivers/radeonsi/
H A Dgfx10_shader_ngg.c155 LLVMValueRef edgeflags = LLVMConstInt(ctx->ac.i32, all_bits_no_edgeflags, 0); in gfx10_ngg_build_export_prim() local
167 edgeflags = LLVMBuildOr(builder, edgeflags, edge, ""); in gfx10_ngg_build_export_prim()
169 prim.passthrough = LLVMBuildAnd(builder, prim.passthrough, edgeflags, ""); in gfx10_ngg_build_export_prim()
187 prim.edgeflags = ac_pack_edgeflags_for_export(&ctx->ac, &ctx->args); in gfx10_ngg_build_export_prim()
189 prim.edgeflags = ctx->ac.i32_0; in gfx10_ngg_build_export_prim()
195 LLVMValueRef edgeflags = ctx->ac.i32_0; in gfx10_ngg_build_export_prim() local
203 edgeflags = LLVMBuildOr(ctx->ac.builder, edgeflags, edge, ""); in gfx10_ngg_build_export_prim()
205 prim.edgeflags = LLVMBuildAnd(ctx->ac.builder, prim.edgeflags, edgeflags, ""); in gfx10_ngg_build_export_prim()
1170 prim.edgeflags = ac_pack_edgeflags_for_export(&ctx->ac, &ctx->args); in gfx10_emit_ngg_culling_epilogue()
1172 prim.edgeflags = ctx->ac.i32_0; in gfx10_emit_ngg_culling_epilogue()
[all …]
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/gallium/drivers/radeonsi/
H A Dgfx10_shader_ngg.c155 LLVMValueRef edgeflags = LLVMConstInt(ctx->ac.i32, all_bits_no_edgeflags, 0); in gfx10_ngg_build_export_prim() local
167 edgeflags = LLVMBuildOr(builder, edgeflags, edge, ""); in gfx10_ngg_build_export_prim()
169 prim.passthrough = LLVMBuildAnd(builder, prim.passthrough, edgeflags, ""); in gfx10_ngg_build_export_prim()
187 prim.edgeflags = ac_pack_edgeflags_for_export(&ctx->ac, &ctx->args); in gfx10_ngg_build_export_prim()
189 prim.edgeflags = ctx->ac.i32_0; in gfx10_ngg_build_export_prim()
195 LLVMValueRef edgeflags = ctx->ac.i32_0; in gfx10_ngg_build_export_prim() local
203 edgeflags = LLVMBuildOr(ctx->ac.builder, edgeflags, edge, ""); in gfx10_ngg_build_export_prim()
205 prim.edgeflags = LLVMBuildAnd(ctx->ac.builder, prim.edgeflags, edgeflags, ""); in gfx10_ngg_build_export_prim()
1170 prim.edgeflags = ac_pack_edgeflags_for_export(&ctx->ac, &ctx->args); in gfx10_emit_ngg_culling_epilogue()
1172 prim.edgeflags = ctx->ac.i32_0; in gfx10_emit_ngg_culling_epilogue()
[all …]
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/gallium/drivers/radeonsi/
H A Dgfx10_shader_ngg.c155 LLVMValueRef edgeflags = LLVMConstInt(ctx->ac.i32, all_bits_no_edgeflags, 0); in gfx10_ngg_build_export_prim() local
167 edgeflags = LLVMBuildOr(builder, edgeflags, edge, ""); in gfx10_ngg_build_export_prim()
169 prim.passthrough = LLVMBuildAnd(builder, prim.passthrough, edgeflags, ""); in gfx10_ngg_build_export_prim()
187 prim.edgeflags = ac_pack_edgeflags_for_export(&ctx->ac, &ctx->args); in gfx10_ngg_build_export_prim()
189 prim.edgeflags = ctx->ac.i32_0; in gfx10_ngg_build_export_prim()
195 LLVMValueRef edgeflags = ctx->ac.i32_0; in gfx10_ngg_build_export_prim() local
203 edgeflags = LLVMBuildOr(ctx->ac.builder, edgeflags, edge, ""); in gfx10_ngg_build_export_prim()
205 prim.edgeflags = LLVMBuildAnd(ctx->ac.builder, prim.edgeflags, edgeflags, ""); in gfx10_ngg_build_export_prim()
1170 prim.edgeflags = ac_pack_edgeflags_for_export(&ctx->ac, &ctx->args); in gfx10_emit_ngg_culling_epilogue()
1172 prim.edgeflags = ctx->ac.i32_0; in gfx10_emit_ngg_culling_epilogue()
[all …]
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/gallium/drivers/radeonsi/
H A Dgfx10_shader_ngg.c155 LLVMValueRef edgeflags = LLVMConstInt(ctx->ac.i32, all_bits_no_edgeflags, 0); in gfx10_ngg_build_export_prim() local
167 edgeflags = LLVMBuildOr(builder, edgeflags, edge, ""); in gfx10_ngg_build_export_prim()
169 prim.passthrough = LLVMBuildAnd(builder, prim.passthrough, edgeflags, ""); in gfx10_ngg_build_export_prim()
187 prim.edgeflags = ac_pack_edgeflags_for_export(&ctx->ac, &ctx->args); in gfx10_ngg_build_export_prim()
189 prim.edgeflags = ctx->ac.i32_0; in gfx10_ngg_build_export_prim()
195 LLVMValueRef edgeflags = ctx->ac.i32_0; in gfx10_ngg_build_export_prim() local
203 edgeflags = LLVMBuildOr(ctx->ac.builder, edgeflags, edge, ""); in gfx10_ngg_build_export_prim()
205 prim.edgeflags = LLVMBuildAnd(ctx->ac.builder, prim.edgeflags, edgeflags, ""); in gfx10_ngg_build_export_prim()
1170 prim.edgeflags = ac_pack_edgeflags_for_export(&ctx->ac, &ctx->args); in gfx10_emit_ngg_culling_epilogue()
1172 prim.edgeflags = ctx->ac.i32_0; in gfx10_emit_ngg_culling_epilogue()
[all …]
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/gallium/drivers/radeonsi/
H A Dgfx10_shader_ngg.c155 LLVMValueRef edgeflags = LLVMConstInt(ctx->ac.i32, all_bits_no_edgeflags, 0); in gfx10_ngg_build_export_prim() local
167 edgeflags = LLVMBuildOr(builder, edgeflags, edge, ""); in gfx10_ngg_build_export_prim()
169 prim.passthrough = LLVMBuildAnd(builder, prim.passthrough, edgeflags, ""); in gfx10_ngg_build_export_prim()
187 prim.edgeflags = ac_pack_edgeflags_for_export(&ctx->ac, &ctx->args); in gfx10_ngg_build_export_prim()
189 prim.edgeflags = ctx->ac.i32_0; in gfx10_ngg_build_export_prim()
195 LLVMValueRef edgeflags = ctx->ac.i32_0; in gfx10_ngg_build_export_prim() local
203 edgeflags = LLVMBuildOr(ctx->ac.builder, edgeflags, edge, ""); in gfx10_ngg_build_export_prim()
205 prim.edgeflags = LLVMBuildAnd(ctx->ac.builder, prim.edgeflags, edgeflags, ""); in gfx10_ngg_build_export_prim()
1170 prim.edgeflags = ac_pack_edgeflags_for_export(&ctx->ac, &ctx->args); in gfx10_emit_ngg_culling_epilogue()
1172 prim.edgeflags = ctx->ac.i32_0; in gfx10_emit_ngg_culling_epilogue()
[all …]
/dports/graphics/mesa-dri/mesa-21.3.6/src/gallium/drivers/radeonsi/
H A Dgfx10_shader_ngg.c155 LLVMValueRef edgeflags = LLVMConstInt(ctx->ac.i32, all_bits_no_edgeflags, 0); in gfx10_ngg_build_export_prim() local
167 edgeflags = LLVMBuildOr(builder, edgeflags, edge, ""); in gfx10_ngg_build_export_prim()
169 prim.passthrough = LLVMBuildAnd(builder, prim.passthrough, edgeflags, ""); in gfx10_ngg_build_export_prim()
187 prim.edgeflags = ac_pack_edgeflags_for_export(&ctx->ac, &ctx->args); in gfx10_ngg_build_export_prim()
189 prim.edgeflags = ctx->ac.i32_0; in gfx10_ngg_build_export_prim()
195 LLVMValueRef edgeflags = ctx->ac.i32_0; in gfx10_ngg_build_export_prim() local
203 edgeflags = LLVMBuildOr(ctx->ac.builder, edgeflags, edge, ""); in gfx10_ngg_build_export_prim()
205 prim.edgeflags = LLVMBuildAnd(ctx->ac.builder, prim.edgeflags, edgeflags, ""); in gfx10_ngg_build_export_prim()
1170 prim.edgeflags = ac_pack_edgeflags_for_export(&ctx->ac, &ctx->args); in gfx10_emit_ngg_culling_epilogue()
1172 prim.edgeflags = ctx->ac.i32_0; in gfx10_emit_ngg_culling_epilogue()
[all …]
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/gallium/drivers/radeonsi/
H A Dgfx10_shader_ngg.c158 LLVMValueRef edgeflags = LLVMConstInt(ctx->ac.i32, all_bits_no_edgeflags, 0); in gfx10_ngg_build_export_prim() local
170 edgeflags = LLVMBuildOr(builder, edgeflags, edge, ""); in gfx10_ngg_build_export_prim()
172 prim.passthrough = LLVMBuildAnd(builder, prim.passthrough, edgeflags, ""); in gfx10_ngg_build_export_prim()
190 prim.edgeflags = ac_pack_edgeflags_for_export(&ctx->ac, &ctx->args); in gfx10_ngg_build_export_prim()
192 prim.edgeflags = ctx->ac.i32_0; in gfx10_ngg_build_export_prim()
198 LLVMValueRef edgeflags = ctx->ac.i32_0; in gfx10_ngg_build_export_prim() local
206 edgeflags = LLVMBuildOr(ctx->ac.builder, edgeflags, edge, ""); in gfx10_ngg_build_export_prim()
208 prim.edgeflags = LLVMBuildAnd(ctx->ac.builder, prim.edgeflags, edgeflags, ""); in gfx10_ngg_build_export_prim()
1286 prim.edgeflags = ac_pack_edgeflags_for_export(&ctx->ac, &ctx->args); in gfx10_emit_ngg_culling_epilogue()
1288 prim.edgeflags = ctx->ac.i32_0; in gfx10_emit_ngg_culling_epilogue()
[all …]
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/gallium/auxiliary/draw/
H A Ddraw_pipe_clip.c218 const boolean *edgeflags, in emit_poly() argument
238 if (!edgeflags[0]) in emit_poly()
259 if (!edgeflags[i-1]) { in emit_poly()
263 if (i == n - 1 && edgeflags[i]) in emit_poly()
/dports/math/vtk6/VTK-6.2.0/Rendering/OpenGL2/
H A DvtkglVBOHelper.h87 vtkDataArray *edgeflags);
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/gallium/auxiliary/draw/
H A Ddraw_pipe_clip.c218 const boolean *edgeflags, in emit_poly() argument
238 if (!edgeflags[0]) in emit_poly()
259 if (!edgeflags[i-1]) { in emit_poly()
263 if (i == n - 1 && edgeflags[i]) in emit_poly()
/dports/graphics/mesa-libs/mesa-21.3.6/src/gallium/auxiliary/draw/
H A Ddraw_pipe_clip.c218 const boolean *edgeflags, in emit_poly() argument
238 if (!edgeflags[0]) in emit_poly()
259 if (!edgeflags[i-1]) { in emit_poly()
263 if (i == n - 1 && edgeflags[i]) in emit_poly()
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/gallium/auxiliary/draw/
H A Ddraw_pipe_clip.c218 const boolean *edgeflags, in emit_poly() argument
238 if (!edgeflags[0]) in emit_poly()
259 if (!edgeflags[i-1]) { in emit_poly()
263 if (i == n - 1 && edgeflags[i]) in emit_poly()
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/gallium/auxiliary/draw/
H A Ddraw_pipe_clip.c218 const boolean *edgeflags, in emit_poly() argument
238 if (!edgeflags[0]) in emit_poly()
259 if (!edgeflags[i-1]) { in emit_poly()
263 if (i == n - 1 && edgeflags[i]) in emit_poly()
/dports/graphics/mesa-dri/mesa-21.3.6/src/gallium/auxiliary/draw/
H A Ddraw_pipe_clip.c218 const boolean *edgeflags, in emit_poly() argument
238 if (!edgeflags[0]) in emit_poly()
259 if (!edgeflags[i-1]) { in emit_poly()
263 if (i == n - 1 && edgeflags[i]) in emit_poly()
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/gallium/auxiliary/draw/
H A Ddraw_pipe_clip.c218 const boolean *edgeflags, in emit_poly() argument
238 if (!edgeflags[0]) in emit_poly()
259 if (!edgeflags[i-1]) { in emit_poly()
263 if (i == n - 1 && edgeflags[i]) in emit_poly()

12345