Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_state_upload.c128 return brw->compute_atoms; in brw_get_pipeline_atoms()
DgenX_state_upload.c5678 static const struct brw_tracked_state *compute_atoms[] = local
5691 STATIC_ASSERT(ARRAY_SIZE(compute_atoms) <= ARRAY_SIZE(brw->compute_atoms));
5693 compute_atoms, ARRAY_SIZE(compute_atoms));
Dbrw_context.h1248 const struct brw_tracked_state compute_atoms[11]; member