Searched refs:nir_build_wto_matrix_load (Results 1 – 4 of 4) sorted by relevance
/third_party/mesa3d/src/amd/vulkan/ |
D | radv_rt_common.h | 57 void nir_build_wto_matrix_load(nir_builder *b, nir_ssa_def *instance_addr, nir_ssa_def **out);
|
D | radv_nir_lower_ray_queries.c | 430 nir_build_wto_matrix_load(b, instance_node_addr, wto_matrix); in lower_rq_load() 453 nir_build_wto_matrix_load(b, instance_node_addr, wto_matrix); in lower_rq_load() 480 nir_build_wto_matrix_load(b, instance_node_addr, wto_matrix); in lower_rq_load()
|
D | radv_rt_common.c | 391 nir_build_wto_matrix_load(nir_builder *b, nir_ssa_def *instance_addr, nir_ssa_def **out) in nir_build_wto_matrix_load() function
|
D | radv_pipeline_rt.c | 607 nir_build_wto_matrix_load(&b_shader, instance_node_addr, wto_matrix); in lower_rt_instructions() 624 nir_build_wto_matrix_load(&b_shader, instance_node_addr, wto_matrix); in lower_rt_instructions() 656 nir_build_wto_matrix_load(&b_shader, instance_node_addr, wto_matrix); in lower_rt_instructions()
|