Lines Matching refs:uncompiled
398 * Fix an uncompiled shader's stream output info.
1192 if (ice->shaders.uncompiled[MESA_SHADER_GEOMETRY])
1195 if (ice->shaders.uncompiled[MESA_SHADER_TESS_EVAL])
1402 ice->shaders.uncompiled[MESA_SHADER_VERTEX];
1441 const struct iris_uncompiled_shader *ish = ice->shaders.uncompiled[stage];
1602 ice->shaders.uncompiled[MESA_SHADER_TESS_CTRL];
1770 ice->shaders.uncompiled[MESA_SHADER_TESS_EVAL];
1907 ice->shaders.uncompiled[MESA_SHADER_GEOMETRY];
2043 ice->shaders.uncompiled[MESA_SHADER_FRAGMENT];
2163 ice->shaders.uncompiled[MESA_SHADER_TESS_EVAL];
2215 struct iris_uncompiled_shader *ish = ice->shaders.uncompiled[last_stage];
2311 ice->shaders.uncompiled[MESA_SHADER_COMPUTE];
2766 if (ice->shaders.uncompiled[stage] == ish) {
2767 ice->shaders.uncompiled[stage] = NULL;
2778 * Binds an uncompiled shader as the current one for a particular stage.
2797 ice->shaders.uncompiled[stage] = ish;
2869 if (!!state != !!ice->shaders.uncompiled[MESA_SHADER_TESS_EVAL])
2882 if (!!state != !!ice->shaders.uncompiled[MESA_SHADER_GEOMETRY])
2895 ice->shaders.uncompiled[MESA_SHADER_FRAGMENT];