Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/vulkan/bvh/
Dbuild_interface.h38 VOID_REF bvh; member
46 VOID_REF bvh; member
65 VOID_REF bvh; member
73 VOID_REF bvh; member
106 VOID_REF bvh; member
/external/mesa3d/src/intel/vulkan/grl/gpu/
Dbvh_build_refit.h19 DO_update_instance_leaves(global struct BVHBase* bvh, in DO_update_instance_leaves()
102 global struct BVHBase *bvh, // pointer to BVH in refit_bottom_up()
158 uniform global struct BVHBase* bvh, // pointer to BVH in SUBGROUP_refit_bottom_up()
286 GRL_INLINE uint refit_bottom( global struct BVHBase* bvh, in refit_bottom()
365 uniform global struct BVHBase* bvh, in SUBGROUP_refit_bottom()
490 global struct BVHBase* bvh, in DO_Refit_per_one_startpoint_sg()
Dqbvh6.h52 GRL_INLINE global struct QBVHNodeN *BVHBase_nodeData(struct BVHBase *bvh) in BVHBase_nodeData()
57 GRL_INLINE global struct QBVHNodeN *BVHBase_rootNode(struct BVHBase *bvh) in BVHBase_rootNode()
62 GRL_INLINE global struct Quad *BVHBase_quadLeaves(struct BVHBase *bvh) in BVHBase_quadLeaves()
67 GRL_INLINE uint64_t BVHBase_numNodes(struct BVHBase *bvh) in BVHBase_numNodes()
72 GRL_INLINE uint64_t BVHBase_numQuads(struct BVHBase *bvh) in BVHBase_numQuads()
77 GRL_INLINE uint64_t BVHBase_numProcedurals(struct BVHBase *bvh) in BVHBase_numProcedurals()
82 GRL_INLINE uint64_t BVHBase_numInstances(struct BVHBase *bvh) in BVHBase_numInstances()
Dbvh_build_treelet_refit.h43 qword bvh; member
130 global struct BVHBase* bvh, in update_quads()
713 global struct BVHBase* bvh) in post_refit_encode_qnode_tree_per_group()
876 global struct BVHBase* bvh, in treelet_bottom_up_mark_treelets()
1056 global struct BVHBase* bvh, in find_refit_treelets()
1106 global struct BVHBase* bvh, in assign_refit_startpoints_to_treelets()
1241 global struct BVHBase* bvh, in finalize_treelets_in_groups()
Dbvh_build_primref.h174 global struct BVHBase* bvh = instance ? in primrefs_from_instances() local
Dinstance.h138 global struct BVHBase* bvh = (global struct BVHBase*)instDesc->AccelerationStructure; in HwInstanceLeaf_Constructor() local
/external/mesa3d/src/amd/vulkan/
Dmeson.build178 subdir('bvh') subdir
Dradv_rra.c705 rra_gather_bvh_info(const uint8_t *bvh, uint32_t node_id, struct rra_bvh_info *dst) in rra_gather_bvh_info()
/external/mesa3d/src/amd/vulkan/nir/
Dradv_nir_rt_common.c454 fetch_parent_node(nir_builder *b, nir_def *bvh, nir_def *node) in fetch_parent_node()