HomeSort by relevance Sort by last modified time
    Searched refs:vertex_count (Results 1 - 15 of 15) sorted by null

  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_render.h 48 unsigned vertex_count; member in struct:nouveau_swtnl_state
nouveau_swtnl_t.c 160 swtnl->vertex_count = 0;
203 unsigned npush, start = 0, count = swtnl->vertex_count;
259 if (swtnl->vertex_count + (n) > SWTNL_VBO_SIZE/vertex_len \
260 || (swtnl->vertex_count && swtnl->primitive != p)) \
266 memcpy(swtnl->buf + swtnl->vertex_count * vertex_len, \
268 swtnl->vertex_count++; \
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pt_emit.c 126 unsigned vertex_count = vert_info->count; local
139 if (vertex_count == 0)
149 (ushort)vertex_count);
172 vertex_count,
176 render->unmap_vertices(render, 0, vertex_count - 1);
draw_pipe.c 232 draw->pipeline.vertex_count = vert_info->count;
269 draw->pipeline.vertex_count = 0;
326 draw->pipeline.vertex_count = count;
339 draw->pipeline.vertex_count = 0;
draw_pipe_util.c 131 for (i = 0; i < draw->pipeline.vertex_count; i++) {
draw_private.h 132 unsigned vertex_count; member in struct:draw_context::__anon19560
  /external/vulkan-validation-layers/demos/smoke/
Meshes.cpp 117 uint32_t vertex_count() const function in class:__anon26475::Mesh
124 return vertex_stride() * vertex_count();
271 mesh_.positions_.reserve(mesh_.vertex_count() + middle_point_count);
272 mesh_.normals_.reserve(mesh_.vertex_count() + middle_point_count);
321 int mid = mesh_.vertex_count() - 1;
452 vertex_offset += mesh.vertex_count();
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_cmdbuf.c 137 static void r200FireEB(r200ContextPtr rmesa, int vertex_count, int type)
141 if (vertex_count > 0) {
146 ((vertex_count + 0) << 16) |
152 OUT_BATCH((vertex_count + 1)/2);
  /frameworks/base/media/mca/filterfw/jni/
jni_shader_program.h 123 jint vertex_count);
jni_shader_program.cpp 251 jint vertex_count) {
254 program->SetVertexCount(vertex_count);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3dx9mesh.h 697 HRESULT WINAPI D3DXCreateMesh(DWORD face_count, DWORD vertex_count, DWORD flags,
    [all...]
d3d.h     [all...]
d3drmobj.h     [all...]
  /external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
d3d11_context.h 748 unsigned vertex_count,
758 info.count = vertex_count;
    [all...]
  /external/opencv3/modules/stitching/src/
seam_finders.cpp     [all...]

Completed in 363 milliseconds