Home
last modified time | relevance | path

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

/third_party/mesa3d/src/freedreno/decode/
Dcffdec.c1210 unsigned state_block_id = (dwords[0] >> 19) & 0x7; in a3xx_get_state_type() local
1226 *stage = lookup[state_block_id][state_type].stage; in a3xx_get_state_type()
1227 *state = lookup[state_block_id][state_type].state; in a3xx_get_state_type()
1251 _get_state_type(unsigned state_block_id, unsigned state_type, in _get_state_type() argument
1323 *stage = lookup[state_block_id][state_type].stage; in _get_state_type()
1324 *state = lookup[state_block_id][state_type].state; in _get_state_type()
1331 unsigned state_block_id = (dwords[0] >> 18) & 0xf; in a4xx_get_state_type() local
1333 _get_state_type(state_block_id, state_type, stage, state); in a4xx_get_state_type()
1341 unsigned state_block_id = (dwords[0] >> 18) & 0xf; in a6xx_get_state_type() local
1343 _get_state_type(state_block_id, state_type, stage, state); in a6xx_get_state_type()