Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/vulkan/grl/include/
DGRLGen12.h183 typedef struct InternalNode InternalNode; typedef
518 struct InternalNode struct
520 float lower[3]; // world space origin of quantization grid
521 int32_t childOffset; // offset to all children in 64B multiples
523 uint8_t nodeType; // the type of the node
547 GRL_INLINE uint InternalNode_GetChildBlockIncr( const InternalNode* p, uint idx ) in InternalNode_GetChildBlockIncr() argument