Searched defs:hw_idx (Results 1 - 1 of 1) sorted by relevance

/external/mesa3d/src/gallium/drivers/ilo/
H A Dilo_state.c1418 unsigned hw_idx; local
1424 for (hw_idx = 0; hw_idx < ve->vb_count; hw_idx++) {
1425 if (ve->vb_mapping[hw_idx] == elem->vertex_buffer_index &&
1426 instance_divisors[hw_idx] == elem->instance_divisor)
1431 if (hw_idx >= ve->vb_count) {
1432 hw_idx = ve->vb_count++;
1434 ve->vb_mapping[hw_idx] = elem->vertex_buffer_index;
1435 instance_divisors[hw_idx]
[all...]

Completed in 85 milliseconds