Lines Matching defs:const_conf
552 evergreen_set_alu_consts(ScrnInfoPtr pScrn, const_config_t *const_conf, uint32_t domain)
556 uint32_t size = const_conf->size_bytes >> 8;
563 uint32_t count = size << 6, *p = const_conf->cpu_ptr;
574 const_conf->size_bytes, const_conf->const_addr,
575 const_conf->bo, domain, 0);
577 switch (const_conf->type) {
583 EREG(SQ_ALU_CONST_CACHE_VS_0, const_conf->const_addr >> 8);
584 RELOC_BATCH(const_conf->bo, domain, 0);
592 EREG(SQ_ALU_CONST_CACHE_PS_0, const_conf->const_addr >> 8);
593 RELOC_BATCH(const_conf->bo, domain, 0);
597 ErrorF("Unsupported const type %d\n", const_conf->type);