Home
last modified time | relevance | path

Searched refs:constmode (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/freedreno/a3xx/
Dfd3_program.c104 int constmode; in fd3_program_emit() local
156 constmode = ((vp->constlen + fp->constlen) > 256) ? 1 : 0; in fd3_program_emit()
198 A3XX_HLSQ_CONTROL_0_REG_CONSTMODE(constmode) | in fd3_program_emit()
224 OUT_RING(ring, A3XX_SP_SP_CTRL_REG_CONSTMODE(constmode) | in fd3_program_emit()
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/
Dfd4_program.c161 int constmode; in fd4_program_emit() local
174 constmode = 1; in fd4_program_emit()
218 A4XX_HLSQ_CONTROL_0_REG_CONSTMODE(constmode) | in fd4_program_emit()