Lines Matching defs:program
28 * See iris_program_cache.c for the in-memory program cache where the
1128 brw_shader_perf_log(c, dbg, "Recompiling %s shader for program %s: %s\n",
1360 const unsigned *program = brw_compile_vs(compiler, mem_ctx, ¶ms);
1361 if (program == NULL) {
1383 sizeof(*key), key, program);
1565 const unsigned *program = brw_compile_tcs(compiler, mem_ctx, ¶ms);
1566 if (program == NULL) {
1584 IRIS_CACHE_TCS, sizeof(*key), key, program);
1728 const unsigned *program = brw_compile_tes(compiler, mem_ctx, ¶ms);
1729 if (program == NULL) {
1751 sizeof(*key), key, program);
1866 const unsigned *program = brw_compile_gs(compiler, mem_ctx, ¶ms);
1867 if (program == NULL) {
1889 sizeof(*key), key, program);
2006 const unsigned *program = brw_compile_fs(compiler, mem_ctx, ¶ms);
2007 if (program == NULL) {
2025 sizeof(*key), key, program);
2279 const unsigned *program = brw_compile_cs(compiler, mem_ctx, ¶ms);
2280 if (program == NULL) {
2298 sizeof(*key), key, program);
2666 /* The program key needs the VUE map if there are > 16 inputs */