Lines Matching defs:vs_conf
478 r600_vs_setup(ScrnInfoPtr pScrn, drmBufPtr ib, shader_config_t *vs_conf, uint32_t domain)
483 sq_pgm_resources = ((vs_conf->num_gprs << NUM_GPRS_shift) |
484 (vs_conf->stack_size << STACK_SIZE_shift));
486 if (vs_conf->dx10_clamp)
488 if (vs_conf->fetch_cache_lines)
489 sq_pgm_resources |= (vs_conf->fetch_cache_lines << FETCH_CACHE_LINES_shift);
490 if (vs_conf->uncached_first_inst)
495 vs_conf->shader_size, vs_conf->shader_addr,
496 vs_conf->bo, domain, 0);
499 EREG(ib, SQ_PGM_START_VS, vs_conf->shader_addr >> 8);
500 RELOC_BATCH(vs_conf->bo, domain, 0);