Lines Matching defs:nir
34 dzn_meta_compile_shader(struct dzn_device *device, nir_shader *nir,
40 nir_shader_gather_info(nir, nir_shader_get_entrypoint(nir));
44 nir_print_shader(nir, stderr);
54 ASSERTED bool ret = nir_to_dxil(nir, &opts, &dxil_blob);
123 nir_shader *nir = dzn_nir_indirect_draw_shader(type);
225 dzn_meta_compile_shader(device, nir, &desc.CS);
238 ralloc_free(nir);
278 nir_shader *nir =
405 dzn_meta_compile_shader(device, nir, &desc.CS);
425 ralloc_free(nir);
439 nir_shader *nir = dzn_nir_blit_vs();
441 NIR_PASS_V(nir, nir_lower_system_values);
448 NIR_PASS_V(nir, dxil_nir_lower_system_values_to_zero, system_values,
453 dzn_meta_compile_shader(device, nir, &bc);
462 ralloc_free(nir);
485 nir_shader *nir = dzn_nir_blit_fs(info);
493 dxil_lower_sample_to_txf_for_integer_tex(nir, &wrap_state, NULL, 0);
498 dzn_meta_compile_shader(device, nir, &bc);
510 ralloc_free(nir);