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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/
H A Dr300_shader_semantics.h26 #define ATTR_UNUSED (-1) macro
54 info->pos = ATTR_UNUSED;
55 info->psize = ATTR_UNUSED;
56 info->face = ATTR_UNUSED;
57 info->fog = ATTR_UNUSED;
58 info->wpos = ATTR_UNUSED;
61 info->color[i] = ATTR_UNUSED;
62 info->bcolor[i] = ATTR_UNUSED;
66 info->generic[i] = ATTR_UNUSED;
H A Dr300_vs.c112 boolean any_bcolor_used = outputs->bcolor[0] != ATTR_UNUSED ||
113 outputs->bcolor[1] != ATTR_UNUSED;
120 if (outputs->pos != ATTR_UNUSED) {
127 if (outputs->psize != ATTR_UNUSED) {
140 if (outputs->color[i] != ATTR_UNUSED) {
143 outputs->color[1] != ATTR_UNUSED) {
150 if (outputs->bcolor[i] != ATTR_UNUSED) {
159 if (outputs->generic[i] != ATTR_UNUSED) {
165 if (outputs->fog != ATTR_UNUSED) {
H A Dr300_state_derived.c74 if (vs_outputs->pos != ATTR_UNUSED) {
81 if (vs_outputs->psize != ATTR_UNUSED) {
87 if (vs_outputs->color[i] != ATTR_UNUSED) {
94 if (vs_outputs->bcolor[i] != ATTR_UNUSED) {
104 if (vs_outputs->generic[i] != ATTR_UNUSED &&
112 if (gen_count < 8 && vs_outputs->fog != ATTR_UNUSED) {
118 if (r300_fs(r300)->shader->inputs.wpos != ATTR_UNUSED && gen_count < 8) {
316 boolean any_bcolor_used = vs_outputs->bcolor[0] != ATTR_UNUSED ||
317 vs_outputs->bcolor[1] != ATTR_UNUSED;
344 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) {
490 if (wpos != ATTR_UNUSED) {
495 if (face != ATTR_UNUSED) {
H A Dr300_vs_draw.c376 vs->outputs.generic[transform.last_generic + 1] = ATTR_UNUSED;
H A Dr300_state.c1734 r300_fs(r300)->shader->inputs.wpos != ATTR_UNUSED) {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/
H A Dr300_shader_semantics.h26 #define ATTR_UNUSED (-1) macro
54 info->pos = ATTR_UNUSED;
55 info->psize = ATTR_UNUSED;
56 info->face = ATTR_UNUSED;
57 info->fog = ATTR_UNUSED;
58 info->wpos = ATTR_UNUSED;
61 info->color[i] = ATTR_UNUSED;
62 info->bcolor[i] = ATTR_UNUSED;
66 info->generic[i] = ATTR_UNUSED;
H A Dr300_vs.c112 boolean any_bcolor_used = outputs->bcolor[0] != ATTR_UNUSED ||
113 outputs->bcolor[1] != ATTR_UNUSED;
120 if (outputs->pos != ATTR_UNUSED) {
127 if (outputs->psize != ATTR_UNUSED) {
140 if (outputs->color[i] != ATTR_UNUSED) {
143 outputs->color[1] != ATTR_UNUSED) {
150 if (outputs->bcolor[i] != ATTR_UNUSED) {
159 if (outputs->generic[i] != ATTR_UNUSED) {
165 if (outputs->fog != ATTR_UNUSED) {
H A Dr300_state_derived.c74 if (vs_outputs->pos != ATTR_UNUSED) {
81 if (vs_outputs->psize != ATTR_UNUSED) {
87 if (vs_outputs->color[i] != ATTR_UNUSED) {
94 if (vs_outputs->bcolor[i] != ATTR_UNUSED) {
104 if (vs_outputs->generic[i] != ATTR_UNUSED &&
112 if (gen_count < 8 && vs_outputs->fog != ATTR_UNUSED) {
118 if (r300_fs(r300)->shader->inputs.wpos != ATTR_UNUSED && gen_count < 8) {
316 boolean any_bcolor_used = vs_outputs->bcolor[0] != ATTR_UNUSED ||
317 vs_outputs->bcolor[1] != ATTR_UNUSED;
344 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) {
490 if (wpos != ATTR_UNUSED) {
495 if (face != ATTR_UNUSED) {
H A Dr300_vs_draw.c378 vs->outputs.generic[transform.last_generic + 1] = ATTR_UNUSED;
H A Dr300_state.c1739 r300_fs(r300)->shader->inputs.wpos != ATTR_UNUSED) {
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/common/
H A Dos.h273 #define ATTR_UNUSED __attribute__((unused)) macro
275 #define ATTR_UNUSED macro
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/common/
H A Dos.h322 #define ATTR_UNUSED __attribute__((unused)) macro
324 #define ATTR_UNUSED macro
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/core/core/
H A Dbackend.cpp367 ATTR_UNUSED;
H A Dbackend_sample.cpp288 ATTR_UNUSED;

Completed in 67 milliseconds