Home
last modified time | relevance | path

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

/external/mesa3d/src/freedreno/decode/
Dcffdec.c1197 unsigned state_block_id = (dwords[0] >> 19) & 0x7; in a3xx_get_state_type() local
1213 *stage = lookup[state_block_id][state_type].stage; in a3xx_get_state_type()
1214 *state = lookup[state_block_id][state_type].state; in a3xx_get_state_type()
1238 _get_state_type(unsigned state_block_id, unsigned state_type, in _get_state_type() argument
1310 *stage = lookup[state_block_id][state_type].stage; in _get_state_type()
1311 *state = lookup[state_block_id][state_type].state; in _get_state_type()
1318 unsigned state_block_id = (dwords[0] >> 18) & 0xf; in a4xx_get_state_type() local
1320 _get_state_type(state_block_id, state_type, stage, state); in a4xx_get_state_type()
1328 unsigned state_block_id = (dwords[0] >> 18) & 0xf; in a6xx_get_state_type() local
1330 _get_state_type(state_block_id, state_type, stage, state); in a6xx_get_state_type()