Searched refs:vs_prolog_key (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_shader_llvm.c1168 union si_shader_part_key vs_prolog_key; local in function:si_llvm_compile_shader
1170 &shader->key.part.tcs.ls_prolog, shader, &vs_prolog_key);
1171 vs_prolog_key.vs_prolog.is_monolithic = true;
1172 si_llvm_build_vs_prolog(&ctx, &vs_prolog_key);
1232 union si_shader_part_key vs_prolog_key; local in function:si_llvm_compile_shader
1234 &shader->key.part.gs.vs_prolog, shader, &vs_prolog_key);
1235 vs_prolog_key.vs_prolog.is_monolithic = true;
1236 si_llvm_build_vs_prolog(&ctx, &vs_prolog_key);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_shader.c6758 union si_shader_part_key vs_prolog_key; local in function:si_compile_tgsi_shader
6762 shader, &vs_prolog_key);
6763 vs_prolog_key.vs_prolog.is_monolithic = true;
6764 si_build_vs_prolog_function(&ctx, &vs_prolog_key);
6823 union si_shader_part_key vs_prolog_key; local in function:si_compile_tgsi_shader
6827 shader, &vs_prolog_key);
6828 vs_prolog_key.vs_prolog.is_monolithic = true;
6829 si_build_vs_prolog_function(&ctx, &vs_prolog_key);

Completed in 13 milliseconds