Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r600/
Devergreen_hw_context.c725 struct r600_reg r600_loop_consts[32]; in evergreen_loop_const_init() local
729 r600_loop_consts[i].offset = EVERGREEN_LOOP_CONST_OFFSET + ((offset + i) * 4); in evergreen_loop_const_init()
730 r600_loop_consts[i].flags = REG_FLAG_DIRTY_ALWAYS; in evergreen_loop_const_init()
731 r600_loop_consts[i].sbu_flags = 0; in evergreen_loop_const_init()
733 …return r600_context_add_block(ctx, r600_loop_consts, nreg, PKT3_SET_LOOP_CONST, EVERGREEN_LOOP_CON… in evergreen_loop_const_init()
Dr600_hw_context.c528 struct r600_reg r600_loop_consts[32]; in r600_loop_const_init() local
532 r600_loop_consts[i].offset = R600_LOOP_CONST_OFFSET + ((offset + i) * 4); in r600_loop_const_init()
533 r600_loop_consts[i].flags = REG_FLAG_DIRTY_ALWAYS; in r600_loop_const_init()
534 r600_loop_consts[i].sbu_flags = 0; in r600_loop_const_init()
536 …return r600_context_add_block(ctx, r600_loop_consts, nreg, PKT3_SET_LOOP_CONST, R600_LOOP_CONST_OF… in r600_loop_const_init()