Lines Matching refs:file
191 sm1_dump_reg(BYTE file, INT index)
193 switch (file) {
213 DUMP("%c%i", sm1_file_char[file], index);
222 BYTE file;
240 BYTE file;
281 if (param->file == NINED3DSPR_IMMEDIATE) {
292 DUMP("%c[", sm1_file_char[param->file]);
296 sm1_dump_reg(param->file, param->idx);
321 DUMP("%c[", sm1_file_char[param->file]);
325 sm1_dump_reg(param->file, param->idx);
988 nine_ureg_dst_register(unsigned file, int index)
990 return ureg_dst(ureg_src_register(file, index));
1012 assert(!param->rel || (IS_VS && param->file == D3DSPR_CONST) ||
1013 (param->file == D3DSPR_INPUT && tx->version.major == 3));
1015 switch (param->file)
1207 if (param->swizzle != NINED3DSP_NOSWIZZLE && param->file != D3DSPR_SAMPLER)
1235 if (tx->native_integers && param->file == D3DSPR_CONSTBOOL) {
1288 switch (param->file)
1379 DBG("unhandled D3DSPR: %u\n", param->file);
1439 switch (param->file) {
1973 if (tx->native_integers && tx->insn.src[0].file == D3DSPR_CONSTBOOL)
2249 is_input = sem.reg.file == D3DSPR_INPUT;
2251 sem.usage == D3DDECLUSAGE_SAMPLE || sem.reg.file == D3DSPR_SAMPLER;
2287 /* SM2 output semantic determined by file */
2310 /* SM3 only, SM2 input semantic determined by file */
2513 assert(tx->insn.src[0].file == D3DSPR_TEXTURE);
3347 dst->file =
3362 src->file =
3371 switch (src->file) {
3372 case D3DSPR_CONST2: src->file = D3DSPR_CONST; src->idx += 2048; break;
3373 case D3DSPR_CONST3: src->file = D3DSPR_CONST; src->idx += 4096; break;
3374 case D3DSPR_CONST4: src->file = D3DSPR_CONST; src->idx += 6144; break;
3384 imm->file = NINED3DSPR_IMMEDIATE;