Searched refs:shader_ls (Results 1 – 1 of 1) sorted by relevance
6759 struct si_shader shader_ls = {}; in si_compile_tgsi_shader() local6760 shader_ls.selector = ls; in si_compile_tgsi_shader()6761 shader_ls.key.as_ls = 1; in si_compile_tgsi_shader()6762 shader_ls.key.mono = shader->key.mono; in si_compile_tgsi_shader()6763 shader_ls.key.opt = shader->key.opt; in si_compile_tgsi_shader()6764 si_llvm_context_set_tgsi(&ctx, &shader_ls); in si_compile_tgsi_shader()