HomeSort by relevance Sort by last modified time
    Searched defs:tris (Results 1 - 4 of 4) sorted by null

  /external/mesa3d/src/gallium/auxiliary/indices/
u_unfilled_gen.py 32 PRIMS=('tris',
151 def tris(intype, outtype): function
152 preamble(intype, outtype, prim='tris')
219 tris(intype, outtype)
u_indices_gen.py 39 'tris',
239 def tris(intype, outtype, inpv, outpv, pr): function
240 preamble(intype, outtype, inpv, outpv, pr, prim='tris')
429 tris(intype, outtype, inpv, outpv, pr)
  /external/u-boot/drivers/gpio/
pic32_gpio.c 21 struct pic32_reg_atomic tris; member in struct:pic32_reg_port
70 if (readl(&priv->regs->tris.raw) & BIT(offset))
82 writel(mask, &priv->regs->tris.set);
94 writel(mask, &priv->regs->tris.clr);
  /external/u-boot/drivers/pinctrl/
pinctrl_pic32.c 53 struct pic32_reg_atomic tris; member in struct:pic32_reg_port
149 writel(BIT(pin), &port->tris.set);
152 writel(BIT(pin), &port->tris.clr);

Completed in 216 milliseconds