Lines Matching defs:nir
24 radv_use_vs_prolog(const nir_shader *nir, in radv_use_vs_prolog()
31 radv_use_per_attribute_vb_descs(const nir_shader *nir, in radv_use_per_attribute_vb_descs()
39 gather_load_vs_input_info(const nir_shader *nir, const nir_intrinsic_instr *intrin, struct radv_sha… in gather_load_vs_input_info()
67 gather_load_fs_input_info(const nir_shader *nir, const nir_intrinsic_instr *intrin, struct radv_sha… in gather_load_fs_input_info()
117 gather_intrinsic_load_input_info(const nir_shader *nir, const nir_intrinsic_instr *instr, struct ra… in gather_intrinsic_load_input_info()
134 gather_intrinsic_store_output_info(const nir_shader *nir, const nir_intrinsic_instr *instr, in gather_intrinsic_store_output_info()
200 gather_push_constant_info(const nir_shader *nir, const nir_intrinsic_instr *instr, struct radv_shad… in gather_push_constant_info()
218 gather_intrinsic_info(const nir_shader *nir, const nir_intrinsic_instr *instr, struct radv_shader_i… in gather_intrinsic_info()
331 gather_tex_info(const nir_shader *nir, const nir_tex_instr *instr, struct radv_shader_info *info) in gather_tex_info()
348 gather_info_block(const nir_shader *nir, const nir_block *block, struct radv_shader_info *info, in gather_info_block()
367 gather_xfb_info(const nir_shader *nir, struct radv_shader_info *info) in gather_xfb_info()
409 radv_get_output_masks(const struct nir_shader *nir, const struct radv_graphics_state_key *gfx_state, in radv_get_output_masks()
426 radv_set_vs_output_param(struct radv_device *device, const struct nir_shader *nir, in radv_set_vs_output_param()
581 gather_shader_info_vs(struct radv_device *device, const nir_shader *nir, in gather_shader_info_vs()
632 gather_shader_info_tcs(struct radv_device *device, const nir_shader *nir, in gather_shader_info_tcs()
667 gather_shader_info_tes(struct radv_device *device, const nir_shader *nir, struct radv_shader_info *… in gather_shader_info_tes()
835 gather_shader_info_gs(struct radv_device *device, const nir_shader *nir, struct radv_shader_info *i… in gather_shader_info_gs()
872 gather_shader_info_mesh(struct radv_device *device, const nir_shader *nir, in gather_shader_info_mesh()
918 calc_mesh_workgroup_size(const struct radv_device *device, const nir_shader *nir, struct radv_shade… in calc_mesh_workgroup_size()
936 gather_shader_info_fs(const struct radv_device *device, const nir_shader *nir, in gather_shader_info_fs()
1028 gather_shader_info_rt(const nir_shader *nir, struct radv_shader_info *info) in gather_shader_info_rt()
1039 gather_shader_info_cs(struct radv_device *device, const nir_shader *nir, const struct radv_shader_s… in gather_shader_info_cs()
1076 gather_shader_info_task(struct radv_device *device, const nir_shader *nir, in gather_shader_info_task()
1200 radv_nir_shader_info_pass(struct radv_device *device, const struct nir_shader *nir, in radv_nir_shader_info_pass()