Lines Matching defs:nir
128 set_image_access(struct lvp_pipeline *pipeline, nir_shader *nir, in set_image_access()
152 set_buffer_access(struct lvp_pipeline *pipeline, nir_shader *nir, in set_buffer_access()
183 scan_intrinsic(struct lvp_pipeline *pipeline, nir_shader *nir, nir_intrinsic_instr *instr) in scan_intrinsic()
230 scan_pipeline_info(struct lvp_pipeline *pipeline, nir_shader *nir) in scan_pipeline_info()
262 remove_scoped_barriers(nir_shader *nir, bool is_compute) in remove_scoped_barriers()
285 lower_demote(nir_shader *nir) in lower_demote()
324 optimize(nir_shader *nir) in optimize()
373 lvp_shader_optimize(nir_shader *nir) in lvp_shader_optimize()
390 nir_shader *nir; in lvp_shader_compile_to_ir() local
614 lvp_pipeline_compile_stage(struct lvp_pipeline *pipeline, nir_shader *nir) in lvp_pipeline_compile_stage()
650 lvp_pipeline_compile(struct lvp_pipeline *pipeline, nir_shader *nir) in lvp_pipeline_compile()