Searched refs:ATTR_UNUSED (Results 1 - 7 of 7) sorted by relevance

/external/mesa3d/src/gallium/drivers/r300/
H A Dr300_shader_semantics.h26 #define ATTR_UNUSED (-1) macro
52 info->pos = ATTR_UNUSED;
53 info->psize = ATTR_UNUSED;
54 info->face = ATTR_UNUSED;
55 info->fog = ATTR_UNUSED;
56 info->wpos = ATTR_UNUSED;
59 info->color[i] = ATTR_UNUSED;
60 info->bcolor[i] = ATTR_UNUSED;
64 info->generic[i] = ATTR_UNUSED;
H A Dr300_vs.c111 boolean any_bcolor_used = outputs->bcolor[0] != ATTR_UNUSED ||
112 outputs->bcolor[1] != ATTR_UNUSED;
119 if (outputs->pos != ATTR_UNUSED) {
126 if (outputs->psize != ATTR_UNUSED) {
139 if (outputs->color[i] != ATTR_UNUSED) {
142 outputs->color[1] != ATTR_UNUSED) {
149 if (outputs->bcolor[i] != ATTR_UNUSED) {
158 if (outputs->generic[i] != ATTR_UNUSED) {
164 if (outputs->fog != ATTR_UNUSED) {
H A Dr300_state_derived.c75 if (vs_outputs->pos != ATTR_UNUSED) {
83 if (vs_outputs->psize != ATTR_UNUSED) {
90 if (vs_outputs->color[i] != ATTR_UNUSED) {
98 if (vs_outputs->bcolor[i] != ATTR_UNUSED) {
109 if (vs_outputs->generic[i] != ATTR_UNUSED &&
118 if (gen_count < 8 && vs_outputs->fog != ATTR_UNUSED) {
125 if (r300_fs(r300)->shader->inputs.wpos != ATTR_UNUSED && gen_count < 8) {
323 boolean any_bcolor_used = vs_outputs->bcolor[0] != ATTR_UNUSED ||
324 vs_outputs->bcolor[1] != ATTR_UNUSED;
351 if (vs_outputs->psize != ATTR_UNUSED) {
[all...]
H A Dr300_fs.c125 if (inputs->color[i] != ATTR_UNUSED) {
129 if (inputs->face != ATTR_UNUSED) {
133 if (inputs->generic[i] != ATTR_UNUSED) {
137 if (inputs->fog != ATTR_UNUSED) {
140 if (inputs->wpos != ATTR_UNUSED) {
507 if (wpos != ATTR_UNUSED) {
512 if (face != ATTR_UNUSED) {
H A Dr300_vs_draw.c376 vs->outputs.generic[transform.last_generic + 1] = ATTR_UNUSED;
H A Dr300_state.c1642 r300_fs(r300)->shader->inputs.wpos != ATTR_UNUSED) {
/external/kernel-headers/original/uapi/linux/
H A Dmsdos_fs.h42 #define ATTR_UNUSED (ATTR_VOLUME | ATTR_ARCH | ATTR_SYS | ATTR_HIDDEN) macro

Completed in 5076 milliseconds