Home
last modified time | relevance | path

Searched refs:l3cr2 (Results 1 - 2 of 2) sorted by relevance

/third_party/mesa3d/src/intel/vulkan/
H A DgenX_state.c674 anv_batch_write_reg(batch, GENX(L3CNTLREG2), l3cr2) { in emit_l3_config()
675 l3cr2.SLMEnable = cfg->n[INTEL_L3P_SLM]; in emit_l3_config()
676 l3cr2.URBLowBandwidth = urb_low_bw; in emit_l3_config()
677 l3cr2.URBAllocation = cfg->n[INTEL_L3P_URB] - n0_urb; in emit_l3_config()
679 l3cr2.ALLAllocation = cfg->n[INTEL_L3P_ALL]; in emit_l3_config()
681 l3cr2.ROAllocation = cfg->n[INTEL_L3P_RO]; in emit_l3_config()
682 l3cr2.DCAllocation = cfg->n[INTEL_L3P_DC]; in emit_l3_config()
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_state.c1137 uint32_t l3sqcr1, l3cr2, l3cr3; in setup_l3_config() local
1153 crocus_pack_state(GENX(L3CNTLREG2), &l3cr2, reg) { in setup_l3_config() local
1175 crocus_emit_lri(batch, L3CNTLREG2, l3cr2); in setup_l3_config()

Completed in 15 milliseconds