Home
last modified time | relevance | path

Searched refs:NINE_DECLUSAGE_i (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/nine/
Dnine_defines.h53 #define NINE_DECLUSAGE_i(declusage, n) NINE_DECLUSAGE_##declusage + n * NINE_DECLUSAGE_COUNT macro
Dnine_ff.c385 vs->aCol[0] = build_vs_add_input(vs, NINE_DECLUSAGE_i(COLOR, 0)); in nine_ff_build_vs()
387 vs->aCol[1] = build_vs_add_input(vs, NINE_DECLUSAGE_i(COLOR, 1)); in nine_ff_build_vs()
402 if (!key->color0in_one) vs->aCol[0] = build_vs_add_input(vs, NINE_DECLUSAGE_i(COLOR, 0)); in nine_ff_build_vs()
403 if (!key->color1in_zero) vs->aCol[1] = build_vs_add_input(vs, NINE_DECLUSAGE_i(COLOR, 1)); in nine_ff_build_vs()
414 vs->aVtx1 = build_vs_add_input(vs, NINE_DECLUSAGE_i(POSITION,1)); in nine_ff_build_vs()
415 vs->aNrm1 = build_vs_add_input(vs, NINE_DECLUSAGE_i(NORMAL,1)); in nine_ff_build_vs()
644 vs->aTex[idx] = build_vs_add_input(vs, NINE_DECLUSAGE_i(TEXCOORD,idx)); in nine_ff_build_vs()
1587 else if (usage == NINE_DECLUSAGE_i(COLOR, 0)) in nine_ff_get_vs()
1589 else if (usage == NINE_DECLUSAGE_i(COLOR, 1)) in nine_ff_get_vs()
1591 else if (usage == NINE_DECLUSAGE_i(BLENDINDICES, 0)) { in nine_ff_get_vs()
[all …]
Dvertexdeclaration9.c120 #define NINE_DECLUSAGE_CASEi(n) case D3DDECLUSAGE_##n: return NINE_DECLUSAGE_i(n, usage_idx)