Searched defs:xfm (Results 1 – 5 of 5) sorted by relevance
32 struct LinearSpace3f xfm; in LinearSpace3f_Constructor() local40 GRL_INLINE float LinearSpace3f_det(struct LinearSpace3f xfm) in LinearSpace3f_det()73 GRL_INLINE float3 GRL_OVERLOADABLE xfmPoint(struct LinearSpace3f xfm, float3 p) in xfmPoint()178 GRL_INLINE float3 GRL_OVERLOADABLE xfmPoint(struct AffineSpace3f xfm, float3 p) in xfmPoint()
216 GRL_INLINE struct AABB3f AABB3f_transform(struct AffineSpace3f xfm, struct AABB3f in) in AABB3f_transform()
404 global float* xfm = (global float*)geomDesc->Desc.Triangles.pTransformBuffer; in GRL_load_vertex() local537 global float* xfm = (global float*)transform_buffer; in GRL_load_triangle_vertices() local709 global float* xfm = (global float*)geomDesc->Desc.Triangles.pTransformBuffer; in GRL_load_quad_vertices_no_stride() local
788 GRL_INLINE struct AABB3f GRL_OVERLOADABLE compute_xfm_bbox(const float* xfm, InternalNode* pnode, e… in compute_xfm_bbox()882 GRL_INLINE AABB3f GRL_OVERLOADABLE compute_xfm_bbox(struct AffineSpace3f xfm, InternalNode* pnode, … in compute_xfm_bbox()
48 struct AffineSpace3f xfm = AffineSpace3f_load_row_major(instance->Transform); in DO_update_instance_leaves() local