Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/gallium/frontends/lavapipe/
H A Dlvp_nir_lower_ray_queries.c239 lower_ray_query(nir_shader *shader, nir_variable *ray_query, struct hash_table *ht) in lower_ray_query()
/aosp_15_r20/external/mesa3d/src/amd/vulkan/nir/
H A Dradv_nir_lower_ray_queries.c255 lower_ray_query(nir_shader *shader, nir_variable *ray_query, struct hash_table *ht, uint32_t max_sh… in lower_ray_query()
/aosp_15_r20/external/mesa3d/src/compiler/nir/
H A Dnir_print.c832 const char *const ray_query = (var->data.ray_query) ? "ray_query " : ""; in print_var_decl() local
H A Dnir_serialize.c219 unsigned ray_query : 1; member
H A Dnir.h513 unsigned ray_query : 1; member
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/out/
Dfeatures.rs426 pub ray_query: bool, field
/aosp_15_r20/external/rust/android-crates-io/crates/ash/src/vk/
Ddefinitions.rs37158 pub ray_query: Bool32, field
37203 pub fn ray_query(mut self, ray_query: bool) -> Self { in ray_query() method