Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/vulkan/grl/gpu/
Dqbvh6.h248 …ct AABB* input_aabb, const uint numChildren, const uchar mask, struct QBVHNodeN* qbvh_node, const … in subgroup_setQBVHNodeN_setFields_reduced_bounds()
346 …ct AABB* input_aabb, const uint numChildren, const uchar mask, struct QBVHNodeN* qbvh_node, const … in subgroup_setQBVHNodeN_setFields()
352 …ct AABB* input_aabb, const uint numChildren, const uchar mask, struct QBVHNodeN* qbvh_node, const … in subgroup_setQBVHNodeN_setFields_2xSIMD8_in_SIMD16()
451 …t int offset, struct AABB *input_aabb, const uint numChildren, struct QBVHNodeN *qbvh_node, const … in subgroup_setInstanceQBVHNodeN()
491 …t int offset, struct AABB* input_aabb, const uint numChildren, struct QBVHNodeN* qbvh_node, const … in subgroup_setInstanceQBVHNodeN_x2()
511 …st uint type, struct AABB* input_aabb, const uint numChildren, struct QBVHNodeN* qbvh_node, uint m… in subgroup_setQBVHNodeN()
525 …st uint type, struct AABB* input_aabb, const uint numChildren, struct QBVHNodeN* qbvh_node, bool a… in subgroup_setQBVHNodeN_x2()
539 GRL_INLINE void subgroup_QBVHNodeN_setBounds( uniform struct QBVHNodeN* qbvh_node, in subgroup_QBVHNodeN_setBounds()
596 GRL_INLINE void QBVHNodeN_setBounds(struct QBVHNodeN *qbvh_node, struct AABB *input_aabb, const uin… in QBVHNodeN_setBounds()
686 GRL_INLINE void QBVHNodeN_setChildren(struct QBVHNodeN *qbvh_node, const int offset, const uint num… in QBVHNodeN_setChildren()
[all …]
Dbvh_build_treelet_refit.h227 GRL_INLINE GRL_OVERLOADABLE void InternalNode_setBounds_skip_prev(struct InternalNode* qbvh_node, u… in InternalNode_setBounds_skip_prev()
734 struct InternalNode* qbvh_node = internalNodes + nodeIdx; in post_refit_encode_qnode_tree_per_group() local