Lines Matching defs:const_conf
560 evergreen_set_alu_consts(ScrnInfoPtr pScrn, const_config_t *const_conf, uint32_t domain)
564 uint32_t size = const_conf->size_bytes >> 8;
571 uint32_t count = size << 4, *p = const_conf->cpu_ptr;
582 const_conf->size_bytes, const_conf->const_addr,
583 const_conf->bo, domain, 0);
585 switch (const_conf->type) {
591 EREG(SQ_ALU_CONST_CACHE_VS_0, const_conf->const_addr >> 8);
592 RELOC_BATCH(const_conf->bo, domain, 0);
600 EREG(SQ_ALU_CONST_CACHE_PS_0, const_conf->const_addr >> 8);
601 RELOC_BATCH(const_conf->bo, domain, 0);
605 ErrorF("Unsupported const type %d\n", const_conf->type);