Home
last modified time | relevance | path

Searched defs:geomID (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/mesa3d/src/intel/vulkan/grl/gpu/
H A Dbvh_build_refit.h259 const uint geomID = PrimLeaf_GetGeoIndex(&tempQuad.leafDesc); in get_updated_quad() local
322 const uint geomID = ProceduralLeaf_geomIndex(leaf); in refit_bottom() local
418 const uint geomID = ProceduralLeaf_geomIndex(my_leaf); in SUBGROUP_refit_bottom() local
H A DAABB.h76 GRL_INLINE void PRIMREF_setProceduralMetaData( PrimRef* primref, uint geomID, uint primID, uint geo… in PRIMREF_setProceduralMetaData()
84 GRL_INLINE void PRIMREF_setQuadMetaData( PrimRef* primref, uint primID0, uint primID1, uint geomID,… in PRIMREF_setQuadMetaData()
H A Dquad.h89const uint geomID, const uint primID0, const uint primID1, const uint geomMask, const uint geomFla… in setQuad()