Home
last modified time | relevance | path

Searched refs:VLACacheAlloc (Results 1 – 3 of 3) sorted by relevance

/dports/science/py-pymol/pymol-open-source-2.4.0/layer0/
H A DMemoryCache.h73 #define VLACacheAlloc(G,type,initSize,t,i) VLAlloc(type,initSize) macro
/dports/science/py-pymol/pymol-open-source-2.4.0/layer1/
H A DBasis.cpp3574 I->Vertex = VLACacheAlloc(I->G, float, 1, group_id, cCache_basis_vertex); in BasisInit()
3577 I->Radius = VLACacheAlloc(I->G, float, 1, group_id, cCache_basis_radius); in BasisInit()
3580 I->Radius2 = VLACacheAlloc(I->G, float, 1, group_id, cCache_basis_radius2); in BasisInit()
3583 I->Normal = VLACacheAlloc(I->G, float, 1, group_id, cCache_basis_normal); in BasisInit()
3586 I->Vert2Normal = VLACacheAlloc(I->G, int, 1, group_id, cCache_basis_vert2normal); in BasisInit()
3589 I->Precomp = VLACacheAlloc(I->G, float, 1, group_id, cCache_basis_precomp); in BasisInit()
H A DRay.cpp7542 I->Vert2Prim = VLACacheAlloc(I->G, int, 1, 0, cCache_ray_vert2prim); in RayNew()
7591 I->Primitive = VLACacheAlloc(I->G, CPrimitive, 10000, 3, cCache_ray_primitive); in RayPrepare()
7593 I->Vert2Prim = VLACacheAlloc(I->G, int, 10000, 3, cCache_ray_vert2prim); in RayPrepare()