Home
last modified time | relevance | path

Searched defs:xfm (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/mesa3d/src/intel/vulkan/grl/include/
H A Daffinespace.h32 struct LinearSpace3f xfm; in LinearSpace3f_Constructor() local
40 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()
H A DAABB3f.h216 GRL_INLINE struct AABB3f AABB3f_transform(struct AffineSpace3f xfm, struct AABB3f in) in AABB3f_transform()
/aosp_15_r20/external/mesa3d/src/intel/vulkan/grl/gpu/
H A Dapi_interface.h404 global float* xfm = (global float*)geomDesc->Desc.Triangles.pTransformBuffer; in GRL_load_vertex() local
537 global float* xfm = (global float*)transform_buffer; in GRL_load_triangle_vertices() local
709 global float* xfm = (global float*)geomDesc->Desc.Triangles.pTransformBuffer; in GRL_load_quad_vertices_no_stride() local
H A Dqbvh6.h788 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()
H A Dbvh_build_refit.h48 struct AffineSpace3f xfm = AffineSpace3f_load_row_major(instance->Transform); in DO_update_instance_leaves() local