HomeSort by relevance Sort by last modified time
    Searched refs:ATTR_UNUSED (Results 1 - 11 of 11) sorted by null

  /external/mesa3d/src/gallium/drivers/r300/
r300_shader_semantics.h 26 #define ATTR_UNUSED (-1)
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;
r300_vs.c 112 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) {
r300_state_derived.c 74 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...]
r300_fs.c 125 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) {
r300_vs_draw.c 376 vs->outputs.generic[transform.last_generic + 1] = ATTR_UNUSED;
r300_state.c     [all...]
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/common/
os.h 270 #define ATTR_UNUSED __attribute__((unused))
272 #define ATTR_UNUSED
  /bionic/libc/kernel/uapi/linux/
msdos_fs.h 49 #define ATTR_UNUSED (ATTR_VOLUME | ATTR_ARCH | ATTR_SYS | ATTR_HIDDEN)
  /external/kernel-headers/original/uapi/linux/
msdos_fs.h 45 #define ATTR_UNUSED (ATTR_VOLUME | ATTR_ARCH | ATTR_SYS | ATTR_HIDDEN)
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
backend.cpp 297 ATTR_UNUSED;
backend_sample.cpp 218 ATTR_UNUSED;

Completed in 4483 milliseconds