Lines Matching refs:uncompiled
368 * Fix an uncompiled shader's stream output info.
1101 if (ice->shaders.uncompiled[MESA_SHADER_GEOMETRY])
1104 if (ice->shaders.uncompiled[MESA_SHADER_TESS_EVAL])
1294 ice->shaders.uncompiled[MESA_SHADER_VERTEX];
1356 const struct crocus_uncompiled_shader *ish = ice->shaders.uncompiled[stage];
1521 ice->shaders.uncompiled[MESA_SHADER_TESS_CTRL];
1665 ice->shaders.uncompiled[MESA_SHADER_TESS_EVAL];
1806 ice->shaders.uncompiled[MESA_SHADER_GEOMETRY];
1940 ice->shaders.uncompiled[MESA_SHADER_FRAGMENT];
2383 ice->shaders.uncompiled[MESA_SHADER_VERTEX];
2437 ice->shaders.uncompiled[MESA_SHADER_TESS_EVAL];
2489 struct crocus_uncompiled_shader *ish = ice->shaders.uncompiled[last_stage];
2608 ice->shaders.uncompiled[MESA_SHADER_COMPUTE];
2954 if (ice->shaders.uncompiled[stage] == ish) {
2955 ice->shaders.uncompiled[stage] = NULL;
3007 * Binds an uncompiled shader as the current one for a particular stage.
3026 ice->shaders.uncompiled[stage] = ish;
3078 if (!!state != !!ice->shaders.uncompiled[MESA_SHADER_TESS_EVAL])
3090 if (!!state != !!ice->shaders.uncompiled[MESA_SHADER_GEOMETRY])
3103 ice->shaders.uncompiled[MESA_SHADER_FRAGMENT];