HomeSort by: relevance | last modified time | path
    Searched refs:state_type (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a6xx/
fd6_const.c 52 CP_LOAD_STATE6_0(.dst_off = regid / 4, .state_type = ST6_CONSTANTS,
60 CP_LOAD_STATE6_0(.dst_off = regid / 4, .state_type = ST6_CONSTANTS,
81 CP_LOAD_STATE6_0(.dst_off = dst_off, .state_type = ST6_CONSTANTS,
88 CP_LOAD_STATE6_0(.dst_off = dst_off, .state_type = ST6_CONSTANTS,
  /xsrc/external/mit/MesaLib/dist/src/freedreno/decode/
cffdec.c 1211 unsigned state_type = dwords[1] & 0x3; local
1226 *stage = lookup[state_block_id][state_type].stage;
1227 *state = lookup[state_block_id][state_type].state;
1251 _get_state_type(unsigned state_block_id, unsigned state_type,
1323 *stage = lookup[state_block_id][state_type].stage;
1324 *state = lookup[state_block_id][state_type].state;
1332 unsigned state_type = dwords[1] & 0x3; local
1333 _get_state_type(state_block_id, state_type, stage, state);
1342 unsigned state_type = (dwords[0] >> 14) & 0x3; local
1343 _get_state_type(state_block_id, state_type, stage, state)
    [all...]

Completed in 6 milliseconds