Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_state_upload.c448 int num_atoms) in brw_copy_pipeline_atoms() argument
456 for (int i = 0; i < num_atoms; i++) { in brw_copy_pipeline_atoms()
462 brw->num_atoms[pipeline] = num_atoms; in brw_copy_pipeline_atoms()
851 const int num_atoms = brw->num_atoms[pipeline]; in brw_upload_pipeline_state() local
862 for (i = 0; i < num_atoms; i++) { in brw_upload_pipeline_state()
880 for (i = 0; i < num_atoms; i++) { in brw_upload_pipeline_state()
Dbrw_context.h1135 int num_atoms[BRW_NUM_PIPELINES]; member