Lines Matching defs:rows
42 int32_t rows;
147 info->rows = 1;
162 info->rows = glsl_get_aoa_size(type);
164 next_row += info->rows;
186 info->rows = glsl_count_vec4_slots(type, false, false);
189 next_row += info->rows;
459 SV_params_nodes[6] = dxil_get_metadata_int32(mod, psv->rows); // Number of rows
499 elm->system_value = (uint32_t) prog_semantic_from_kind(semantic->kind, semantic->rows, row);
513 psv_elm->rows = semantic->rows;
542 append_semantic_index_to_table(&mod->sem_index_table, semantic->index, semantic->rows);
554 rec->num_elements = semantic->rows;
557 for (unsigned i = 0; i < semantic->rows; ++i)
586 semantic.start_row + semantic.rows);
674 semantic.start_row + semantic.rows);
753 semantic.start_row + semantic.rows);