Lines Matching refs:is_separable
2708 * @param is_separable Selects if monolithic or separable program should be built. Defaults to false
2713 const NameVector& captured_varyings, bool capture_interleaved, bool is_separable)
2740 if (true == is_separable)
2766 * @param is_separable Selects if monolithic or separable program should be built. Defaults to false
2771 bool is_separable)
2776 vertex_shader, captured_varying, true, is_separable);
5792 vertex_shader, captured_varyings, true, false /* is_separable */);
7637 vertex_shader, false /* is_separable */);
7709 "" /* tess_eval_shader */, "" /* vertex_shader */, false /* is_separable */);
7809 program_fs.Init("" /*cs*/, fs, "" /*gs*/, "" /*tcs*/, "" /*tes*/, "" /*vs*/, true /* is_separable */);
7810 program_gs.Init("" /*cs*/, "" /*fs*/, gs, "" /*tcs*/, "" /*tes*/, "" /*vs*/, true /* is_separable */);
7811 program_tcs.Init("" /*cs*/, "" /*fs*/, "" /*gs*/, tcs, "" /*tes*/, "" /*vs*/, true /* is_separable */);
7812 program_tes.Init("" /*cs*/, "" /*fs*/, "" /*gs*/, "" /*tcs*/, tes, "" /*vs*/, true /* is_separable */);
7813 program_vs.Init("" /*cs*/, "" /*fs*/, "" /*gs*/, "" /*tcs*/, "" /*tes*/, vs, true /* is_separable */);
7905 "" /* tess_eval_shader */, "" /* vertex_shader */, false /* is_separable */);