Home
last modified time | relevance | path

Searched refs:VLF_PIN_CHAN (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/drivers/r600/sb/
Dsb_ra_init.cpp731 t->flags |= VLF_PIN_CHAN; in split_vec()
811 v->flags |= VLF_PIN_REG | VLF_PIN_CHAN; in split_vector_inst()
812 s->flags &= ~(VLF_PIN_REG | VLF_PIN_CHAN); in split_vector_inst()
Dsb_ssa_builder.cpp207 n.dst[0]->flags |= VLF_PIN_CHAN; in visit()
Dsb_ir.h409 VLF_PIN_CHAN = (1 << 4), enumerator
552 bool is_chan_pinned() { return flags & VLF_PIN_CHAN; } in is_chan_pinned()
Dsb_shader.cpp68 v->flags |= (VLF_PIN_REG | VLF_PIN_CHAN); in add_pinned_gpr_values()