Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/amd/vulkan/nir/
H A Dradv_nir_lower_ray_queries.c139 struct ray_query_vars { struct
140 rq_variable *root_bvh_base;
141 rq_variable *flags;
142 rq_variable *cull_mask;
143 rq_variable *origin;
144 rq_variable *tmin;
145 rq_variable *direction;
147 rq_variable *incomplete;
149 struct ray_query_intersection_vars closest;
150 struct ray_query_intersection_vars candidate;
[all …]
/aosp_15_r20/external/mesa3d/src/gallium/frontends/lavapipe/
H A Dlvp_nir_lower_ray_queries.c138 struct ray_query_vars { struct
139 rq_variable *root_bvh_base;
140 rq_variable *flags;
141 rq_variable *cull_mask;
142 rq_variable *origin;
143 rq_variable *tmin;
144 rq_variable *direction;
146 rq_variable *incomplete;
148 struct ray_query_intersection_vars closest;
149 struct ray_query_intersection_vars candidate;
[all …]