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

  /xsrc/external/mit/mesa-demos/dist/src/demos/
tessdemo.c 41 } triangles[MAX_TRIANGLES]; variable in typeref:struct:__anon6408
63 /* Allow multiple triangles to be output inside the begin/end pair. */
65 triangles[triangle_cnt].no = 0;
70 /* Persist the edge flag across triangles. */
91 glColor3f( triangles[i].color[0][0],
92 triangles[i].color[0][1],
93 triangles[i].color[0][2] );
95 glVertex2f( triangles[i].p[0][0], triangles[i].p[0][1] );
96 glVertex2f( triangles[i].p[1][0], triangles[i].p[1][1] )
    [all...]
  /xsrc/external/mit/mesa-demos/dist/src/objviewer/
glm.h 62 uint numtriangles; /* number of triangles in this group */
63 uint* triangles; /* array of triangle indices */ member in struct:_GLMgroup
89 uint numtriangles; /* number of triangles in model */
90 GLMtriangle* triangles; /* array of triangles */ member in struct:__anon6429
157 * First builds a list of all the triangles each vertex is in. Then
159 * normals of the triangles each vertex is in. Finally, sets the
162 * associated with the first triangle in the list of triangles the
  /xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
radv_acceleration_structure.c 38 uint64_t triangles = 0, boxes = 0, instances = 0; local
55 triangles += pMaxPrimitiveCounts[i];
68 uint64_t children = boxes + instances + triangles;
78 uint64_t size = boxes * 128 + instances * 128 + triangles * 64 + internal_nodes * 128 + 192;
84 MAX2(4096, 2 * (boxes + instances + triangles) * sizeof(uint32_t));
180 const VkAccelerationStructureGeometryTrianglesDataKHR *tri_data = &geom->geometry.triangles;
951 { /* Triangles */
1817 geom->geometry.triangles.vertexData.deviceAddress +
1818 ppBuildRangeInfos[i][j].firstVertex * geom->geometry.triangles.vertexStride +
1819 (geom->geometry.triangles.indexType != VK_INDEX_TYPE_NONE_KH
    [all...]
  /xsrc/external/mit/xorg-server/dist/glamor/
glamor_priv.h 219 TrianglesProcPtr triangles; member in struct:glamor_saved_procs
314 /** Cached index buffer for translating GL_QUADS to triangles. */
  /xsrc/external/mit/MesaLib.old/dist/include/vulkan/
vulkan_core.h 8314 VkGeometryTrianglesNV triangles; member in struct:VkGeometryDataNV
  /xsrc/external/mit/MesaLib/dist/include/vulkan/
vulkan_core.h 10425 VkGeometryTrianglesNV triangles; member in struct:VkGeometryDataNV
12992 VkAccelerationStructureGeometryTrianglesDataKHR triangles; member in union:VkAccelerationStructureGeometryDataKHR

Completed in 48 milliseconds