Searched refs:opt_vectorize_callback (Results 1 – 1 of 1) sorted by relevance
| /third_party/mesa3d/src/amd/vulkan/ |
| D | radv_pipeline.c | 4008 opt_vectorize_callback(const nir_instr *instr, const void *_) in opt_vectorize_callback() function 4844 NIR_PASS(_, stages[i].nir, nir_lower_alu_width, opt_vectorize_callback, device); in radv_create_shaders() 4917 NIR_PASS(_, stages[i].nir, nir_opt_vectorize, opt_vectorize_callback, device); in radv_create_shaders() 4921 NIR_PASS(_, stages[i].nir, nir_lower_alu_width, opt_vectorize_callback, device); in radv_create_shaders()
|