Home | History | Annotate | Download | only in r300

Lines Matching defs:fs_inputs

316     struct r300_shader_semantics *fs_inputs = &r300_fs(r300)->shader->inputs;
370 if (fs_inputs->color[i] != ATTR_UNUSED) {
383 if (fs_inputs->color[i] != ATTR_UNUSED) {
428 if (r300->screen->caps.is_r500 && fs_inputs->face != ATTR_UNUSED &&
435 fs_inputs->face != ATTR_UNUSED) {
443 if (fs_inputs->generic[i] != ATTR_UNUSED) {
462 if (fs_inputs->generic[i] != ATTR_UNUSED) {
479 if (fs_inputs->generic[i] != ATTR_UNUSED) {
489 if (fs_inputs->generic[i] != ATTR_UNUSED) {
507 if (fs_inputs->fog != ATTR_UNUSED) {
520 if (fs_inputs->fog != ATTR_UNUSED) {
535 if (fs_inputs->wpos != ATTR_UNUSED && tex_count < 8) {
553 if (fs_inputs->wpos != ATTR_UNUSED && tex_count >= 8) {