Home | History | Annotate | Download | only in nine

Lines Matching refs:usage_idx

343    BYTE usage_idx;
1942 return nine_d3d9_to_nine_declusage(dcl->usage, dcl->usage_idx);
1950 BYTE index = dcl->usage_idx;
1955 * The index can be anything UINT16 and usage_idx is BYTE,
2148 DUMP(" %s%i\n", sm1_declusage_names[sem.usage], sem.usage_idx);
2150 if (sem.usage | sem.usage_idx)
2151 DUMP(" %u[%u]\n", sem.usage, sem.usage_idx);
2184 nine_record_outputs(tx, sem.usage, sem.usage_idx, sem.reg.mask, sem.reg.idx);
2185 if (tx->info->process_vertices && sem.usage == D3DDECLUSAGE_POSITION && sem.usage_idx == 0) {
3259 sem->usage_idx = (tok_usg & D3DSP_DCL_USAGEINDEX_MASK) >> D3DSP_DCL_USAGEINDEX_SHIFT;