Searched refs:compute_atoms (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
H A Dbrw_state_upload.c205 return brw->compute_atoms;
H A Dbrw_context.h1224 const struct brw_tracked_state compute_atoms[11]; member in struct:brw_context
H A DgenX_state_upload.c5973 static const struct brw_tracked_state *compute_atoms[] = local in function:genX
5986 STATIC_ASSERT(ARRAY_SIZE(compute_atoms) <= ARRAY_SIZE(brw->compute_atoms));
5988 compute_atoms, ARRAY_SIZE(compute_atoms));
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
H A Dbrw_state_upload.c273 return brw->compute_atoms;
H A Dbrw_context.h1188 const struct brw_tracked_state compute_atoms[11]; member in struct:brw_context
H A DgenX_state_upload.c5900 static const struct brw_tracked_state *compute_atoms[] = local in function:genX
5913 STATIC_ASSERT(ARRAY_SIZE(compute_atoms) <= ARRAY_SIZE(brw->compute_atoms));
5915 compute_atoms, ARRAY_SIZE(compute_atoms));

Completed in 21 milliseconds