Searched refs:num_ops (Results 1 – 2 of 2) sorted by relevance
539 unsigned num_ops, vec_width; in _vtn_block_load_store() local541 num_ops = glsl_get_vector_elements(type->type); in _vtn_block_load_store()545 glsl_matrix_type(base_type, vec_width, num_ops); in _vtn_block_load_store()552 num_ops = glsl_get_matrix_columns(type->type); in _vtn_block_load_store()556 for (unsigned i = 0; i < num_ops; i++) { in _vtn_block_load_store()
4139 int num_records = 0, num_ops = 0; in LogClientInfo() local4143 for (r = req->next; r; r=r->next) if (r->primary == req) num_ops++; in LogClientInfo()4146 num_ops, num_ops != 1 ? "s" : ""); in LogClientInfo()