Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/ilo/core/
Dilo_state_sol.c212 uint8_t decl_counts[ILO_STATE_SOL_MAX_STREAM_COUNT]; in sol_set_gen7_3DSTATE_SO_DECL_LIST() local
225 decl_counts[i] = stream->decl_count; in sol_set_gen7_3DSTATE_SO_DECL_LIST()
251 dw2 = decl_counts[3] << GEN7_SO_DECL_DW2_STREAM3_ENTRY_COUNT__SHIFT | in sol_set_gen7_3DSTATE_SO_DECL_LIST()
252 decl_counts[2] << GEN7_SO_DECL_DW2_STREAM2_ENTRY_COUNT__SHIFT | in sol_set_gen7_3DSTATE_SO_DECL_LIST()
253 decl_counts[1] << GEN7_SO_DECL_DW2_STREAM1_ENTRY_COUNT__SHIFT | in sol_set_gen7_3DSTATE_SO_DECL_LIST()
254 decl_counts[0] << GEN7_SO_DECL_DW2_STREAM0_ENTRY_COUNT__SHIFT; in sol_set_gen7_3DSTATE_SO_DECL_LIST()