Home
last modified time | relevance | path

Searched defs:verts_ (Results 1 – 17 of 17) sorted by relevance

/dports/graphics/blender/blender-2.91.0/source/blender/gpu/intern/
H A Dgpu_vertex_buffer.cc140 void GPU_vertbuf_init_with_format_ex(GPUVertBuf *verts_, in GPU_vertbuf_init_with_format_ex()
147 GPUVertBuf *GPU_vertbuf_duplicate(GPUVertBuf *verts_) in GPU_vertbuf_duplicate()
191 void GPU_vertbuf_data_len_set(GPUVertBuf *verts_, uint v_len) in GPU_vertbuf_data_len_set()
199 void GPU_vertbuf_attr_set(GPUVertBuf *verts_, uint a_idx, uint v_idx, const void *data) in GPU_vertbuf_attr_set()
211 void GPU_vertbuf_attr_fill(GPUVertBuf *verts_, uint a_idx, const void *data) in GPU_vertbuf_attr_fill()
223 void GPU_vertbuf_vert_set(GPUVertBuf *verts_, uint v_idx, const void *data) in GPU_vertbuf_vert_set()
233 void GPU_vertbuf_attr_fill_stride(GPUVertBuf *verts_, uint a_idx, uint stride, const void *data) in GPU_vertbuf_attr_fill_stride()
256 void GPU_vertbuf_attr_get_raw_data(GPUVertBuf *verts_, uint a_idx, GPUVertBufRaw *access) in GPU_vertbuf_attr_get_raw_data()
286 void *GPU_vertbuf_steal_data(GPUVertBuf *verts_) in GPU_vertbuf_steal_data()
H A Dgpu_batch_private.hh54 VertBuf *verts_(const int index) const in verts_() function in blender::gpu::Batch
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bbas/imesh/
H A Dimesh_vertex.h196 std::vector<imesh_vertex<d> > verts_; variable
204 : verts_(size) {} in verts_() function
208 : verts_(verts) {} in verts_() function
/dports/misc/vxl/vxl-3.3.2/core/vgl/
H A Dvgl_frustum_3d.h98 std::vector<vgl_point_3d<Type> > verts_; variable
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/boxm2/
H A Dboxm2_bounding_box_parser.h36 std::map<int, std::map<int, std::vector< vgl_point_3d<double> > > > verts_; variable
/dports/graphics/blender/blender-2.91.0/source/blender/gpu/opengl/
H A Dgl_batch.hh110 GLVertBuf *verts_(const int index) const in verts_() function in blender::gpu::GLBatch
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bbas/imesh/algo/
H A Dimesh_imls_surface.h181 std::vector<vgl_point_3d<double> > verts_; // mesh vertices variable
/dports/math/disco/DisCO-releases-1.0.0-33-g68720be/examples/VRP/
H A DVrpNetwork.h95 struct VERTEX *verts_; /* the list of vertices */ variable
/dports/emulators/ppsspp/ppsspp-1.12.3/Common/Render/
H A DDrawBuffer.h196 Vertex *verts_; variable
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/Common/Render/
H A DDrawBuffer.h196 Vertex *verts_; variable
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/GPU/Directx9/
H A DTextureCacheDX9.cpp328 PosUV verts_[4]; member in DX9::TextureShaderApplierDX9
/dports/emulators/ppsspp/ppsspp-1.12.3/GPU/Directx9/
H A DTextureCacheDX9.cpp328 PosUV verts_[4]; member in DX9::TextureShaderApplierDX9
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/GPU/Directx9/
H A DTextureCacheDX9.cpp328 PosUV verts_[4]; member in DX9::TextureShaderApplierDX9
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/GPU/D3D11/
H A DTextureCacheD3D11.cpp357 PosUV verts_[4]; member in TextureShaderApplierD3D11
/dports/emulators/ppsspp/ppsspp-1.12.3/GPU/D3D11/
H A DTextureCacheD3D11.cpp357 PosUV verts_[4]; member in TextureShaderApplierD3D11
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/GPU/D3D11/
H A DTextureCacheD3D11.cpp357 PosUV verts_[4]; member in TextureShaderApplierD3D11
/dports/graphics/blender/blender-2.91.0/intern/cycles/blender/
H A Dblender_mesh.cpp539 const array<float3> &verts_; member in VertexAverageComparator