Lines Matching defs:count
1786 const int count = sizeof(tex_opcode_strs) / sizeof(tex_opcode_strs[0]);
1787 for (int op = 0; op < count; op++) {
1833 ir_swizzle::init_mask(const unsigned *comp, unsigned count)
1835 assert((count >= 1) && (count <= 4));
1838 this->mask.num_components = count;
1841 switch (count) {
1875 unsigned w, unsigned count)
1879 this->init_mask(components, count);
1883 unsigned count)
1886 this->init_mask(comp, count);